Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5178

Modified Files:
        mplayer.py 
Log Message:
make sure plugins are stopped

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** mplayer.py  23 Jun 2004 19:46:17 -0000      1.70
--- mplayer.py  8 Jul 2004 19:29:43 -0000       1.71
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.71  2004/07/08 19:29:43  dischi
+ # make sure plugins are stopped
+ #
  # Revision 1.70  2004/06/23 19:46:17  dischi
  # prevent mplayer from seeking after the end of a growing file
***************
*** 400,403 ****
--- 403,409 ----
          Stop mplayer
          """
+         for p in self.plugins:
+             command = p.stop()
+ 
          if not self.app:
              return
***************
*** 407,413 ****
          self.app = None
  
-         for p in self.plugins:
-             command = p.stop()
- 
  
      def eventhandler(self, event, menuw=None):
--- 413,416 ----



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to