[mythtv] [PATCH] Remove use of deprecated DVB events.
Stuart Auchterlonie
stuarta at squashedfrog.net
Thu Sep 1 14:15:46 UTC 2005
On Thu, Sep 01, 2005 at 03:07:01PM +0200, Kenneth Aafløy wrote:
> >
> > The theory is that we check to see if there are any events waiting
> > and if there are we retrieve them BEFORE we tune. I probably should
> > turn it into a while loop to drain more than one event.
> >
> > In practice I see that there is already an event there before the
> > tune every time I change channel. The status returned is always
> >
> > status=0x1f, Signal,Carrier,FEC Stable,Sync,Lock
>
> The attached patch,
>
> With 'while (ioctl(fd_frontend, FE_GET_EVENT, &event) == 0);' commented out:
>
I thought you were trying to get rid of FE_GET_EVENT's ????
Other than that we are getting closer to a proper solution 8-)
Stuart
More information about the mythtv-dev
mailing list