[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Apr 29 22:05:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Fri Apr 29 22:00:29 2005

Modified Files:
   in mythtv/libs/libmythtv:
        NuppelVideoPlayer.cpp RingBuffer.cpp videoout_xv.cpp 
        videoout_xv.h 
   in mythtv/programs/mythfrontend:
        playbackbox.cpp 
Log Message:

Some cleanup:
  NVP:         Seek to start of file properly after reading in testbuf.
               Plus, set decoder pointer to NULL _after_ we delete it.
  RingBuffer:  Document how to call Seek properly :)
               There was also a missing fd2=-1 after a close, and
               I replaced a perror with a VERBOSE macro w/strerror.
  videoout_xv: Only delete XvMC context if we actually created one..
               This fixes the SEGFAULT people were seeing when creating
               a context failed.
  playbackbox: Restore kStopped state in killPlayer safe, Harvard Pan
               debugged this problem. Also removed two exit() calls
               that weren't needed, and replaced some cerr redirects
               with VERBOSE macros.

These were just things I looked at while looking for other bugs...

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list