[mythtv-commits] mythtv commit: r10261 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Jun 21 17:26:05 UTC 2006


      Author: danielk
        Date: 2006-06-21 17:26:04 +0000 (Wed, 21 Jun 2006)
New Revision: 10261
   Changeset: http://cvs.mythtv.org/trac/changeset/10261

Modified:

   trunk/mythtv/libs/libmythtv/tv_play.cpp

Log:

Closes #1908. Fixes SEGFAULT by adding a null pointer check to TV::UnMute().

This is on a Qt Timer and can be triggered at the wrong time during a channel change. This will fix the segfault, but there may still be a problem with using the timer like this. It is possible that sound will not be unmuted after a channel change, though reading the code it looks like the unmute is done directly as well when needed.






More information about the mythtv-commits mailing list