Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv3134

Modified Files:
        mplayer.py xine.py 
Log Message:
Since ChildApp2 defaults to stopping the OSD, stop_osd=0 needs to be defined
here or the audio player will try to stop the display and then try to write
to the screen (and crash)


Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/mplayer.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** mplayer.py  10 Dec 2003 19:10:35 -0000      1.29
--- mplayer.py  13 Dec 2003 14:27:19 -0000      1.30
***************
*** 10,13 ****
--- 10,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.30  2003/12/13 14:27:19  outlyer
+ # Since ChildApp2 defaults to stopping the OSD, stop_osd=0 needs to be defined
+ # here or the audio player will try to stop the display and then try to write
+ # to the screen (and crash)
+ #
  # Revision 1.29  2003/12/10 19:10:35  dischi
  # AUDIO_PLAY_END is not needed anymore
***************
*** 252,256 ****
          self.RE_TIME     = re.compile("^A: *([0-9]+)").match
        self.RE_TIME_NEW = re.compile("^A: *([0-9]+):([0-9]+)").match
!         childapp.ChildApp2.__init__(self, app)
  
  
--- 257,261 ----
          self.RE_TIME     = re.compile("^A: *([0-9]+)").match
        self.RE_TIME_NEW = re.compile("^A: *([0-9]+):([0-9]+)").match
!         childapp.ChildApp2.__init__(self, app, stop_osd=0)
  
  

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/xine.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** xine.py     10 Dec 2003 19:47:49 -0000      1.11
--- xine.py     13 Dec 2003 14:27:19 -0000      1.12
***************
*** 13,16 ****
--- 13,21 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.12  2003/12/13 14:27:19  outlyer
+ # Since ChildApp2 defaults to stopping the OSD, stop_osd=0 needs to be defined
+ # here or the audio player will try to stop the display and then try to write
+ # to the screen (and crash)
+ #
  # Revision 1.11  2003/12/10 19:47:49  dischi
  # make it possible to bypass version checking
***************
*** 222,226 ****
          self.elapsed     = 0
          self.stop_reason = 0 # 0 = ok, 1 = error
!         childapp.ChildApp2.__init__(self, app)
  
  
--- 227,231 ----
          self.elapsed     = 0
          self.stop_reason = 0 # 0 = ok, 1 = error
!         childapp.ChildApp2.__init__(self, app, stop_osd=0)
  
  




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to