Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Channel Switch every 21Seconds with pre5 ??



On Wed, Apr 10, 2002 at 06:34:15PM +0200, Carsten Koch wrote:
> 
> And from messages like the above I conclude that other people
> are getting them as well.
> 
> As it is OSD-related, the driver developers do not seem to care,
> so it has to be worked around in vdr.

This has to be done in the driver.  Maybe by using a command queue.
This could be done by adding the OSD commands as well as all
commands which aren't handled during interrupts (polling) to
a command queue instead calling them directly. This command queue
can be worked down in the arm thread its self after the check
if the arm is crashed or not.

   Comments?

      Werner



Home | Main Index | Thread Index