[mythtv-commits] Ticket #1013: livetv does not work (svn 8575) [DVB]

MythTV mythtv at cvs.mythtv.org
Fri Jan 13 05:11:25 UTC 2006


#1013: livetv does not work (svn 8575) [DVB]
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  cpinkham
     Type:  defect     |       Status:  closed  
 Priority:  minor      |    Milestone:  0.19    
Component:  dvb        |      Version:  head    
 Severity:  medium     |   Resolution:  fixed   
-----------------------+----------------------------------------------------
Changes (by cpinkham):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 (In [8590]) Because avcodec_open is called inside of ScanStreams, and
 avcodeclock is
 locked and unlocked around ScanStreams, then we need to not put locks
 around
 the call to avcodec_open.  Instead, we add a second set of avcodeclock
 locks
 around the other call to ScanStreams which was not protected before.  The
 lock calls around avcodec_close have been uncommented again.

 This should fix #1013 and references [8573].

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1013>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list