[mythtv-commits] mythtv commit: r8157 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Dec 7 15:17:03 EST 2005


      Author: danielk
        Date: 2005-12-07 20:17:00 +0000 (Wed, 07 Dec 2005)
New Revision: 8157
   Changeset: http://cvs.mythtv.org/trac/changeset/8157

Modified:

   trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.h
   trunk/mythtv/libs/libmythtv/avformatdecoder.cpp

Log:

Fixes audio lockup when switching to a video only stream.

Before this commit GetFrame() is being called requesting 
audio after the audio stream is gone. This is because we
don't always know about the stream change until after 
GetFrame() is called. This change tells the NVP about the 
lack of audio as soon as the AFD knows about it and disables
the request for audio within GetFrame() when the audio 
stream goes away while the frame request is in flight.






More information about the mythtv-commits mailing list