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

Modified Files:
        mplayer.py 
Log Message:
BUGFIX: For some reason, I was seeing a lot of 'killing with signal 9' in
my log files when I played certain video files. Adding the 'double' quit here
seems to cause it to quit cleanly, and immediately instead of an annoying
two seconds later.


Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** mplayer.py  4 Oct 2003 14:38:10 -0000       1.30
--- mplayer.py  8 Oct 2003 02:04:04 -0000       1.31
***************
*** 21,24 ****
--- 21,30 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.31  2003/10/08 02:04:04  outlyer
+ # BUGFIX: For some reason, I was seeing a lot of 'killing with signal 9' in
+ # my log files when I played certain video files. Adding the 'double' quit here
+ # seems to cause it to quit cleanly, and immediately instead of an annoying
+ # two seconds later.
+ #
  # Revision 1.30  2003/10/04 14:38:10  dischi
  # Try to auto-correct av sync problems. Set MPLAYER_SET_AUDIO_DELAY to
***************
*** 412,415 ****
--- 418,422 ----
          Stop mplayer and set thread to idle
          """
+         self.thread.app.write('quit\n')
          self.thread.stop('quit\n')
          rc.app(None)




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to