[mythtv-commits] mythtv commit: r8551 by danielk

mythtv@cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Jan 10 15:27:44 UTC 2006


      Author: danielk
        Date: 2006-01-10 15:27:43 +0000 (Tue, 10 Jan 2006)
New Revision: 8551
   Changeset: http://cvs.mythtv.org/trac/changeset/8551

Modified:

   trunk/mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp
   trunk/mythtv/libs/libmythtv/mpeg/mpegstreamdata.h

Log:

Fixes #743.

This is a narrow fix for the reported problem. The problem is that some DVB drivers still don't change channels properly and send you data from the last transport after it has reported being safely tuned to a new transport. This causes MythTV to print out a warning.

This warning leads to lots of spurrious MythTV bug reports. To suppress these driver bug reports in the MythTV bug tracking system, this commit delays the warning for a little over one second, and if it sees that the data becomes valid for the current transport in that time, it suppresses the warning.






More information about the mythtv-commits mailing list