[mythtv-commits] mythtv commit: r8062 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Nov 28 01:26:13 EST 2005


      Author: cpinkham
        Date: 2005-11-28 06:26:13 +0000 (Mon, 28 Nov 2005)
New Revision: 8062
   Changeset: http://cvs.mythtv.org/trac/changeset/8062

Modified:

   trunk/mythtv/libs/libmythtv/videooutbase.h

Log:

Fix missing "virtual" on declaration of VideoOutput::ClearAfterSeek().

During the investigation of #710, I found that VideoOutputXv::ClearAfterSeek()
was never getting called when NVP calls videoOutput->ClearAfterSeek(). Instead,
it appears that VideoOutput::ClearAfterSeek() was always being called since
it was not declared virtual.  I don't know if this cures any outstanding
XvMC issues, but it might since the XvMC code at the bottom of
VideoOutputXv::ClearAfterSeek() was never being executed.






More information about the mythtv-commits mailing list