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

Modified Files:
        mplayer.py 
Log Message:
Removed more debug statements and extraneous log messages.


Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mplayer.py  1 Jul 2003 21:47:35 -0000       1.3
--- mplayer.py  6 Jul 2003 20:21:10 -0000       1.4
***************
*** 21,24 ****
--- 21,27 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2003/07/06 20:21:10  outlyer
+ # Removed more debug statements and extraneous log messages.
+ #
  # Revision 1.3  2003/07/01 21:47:35  outlyer
  # Made a check to see if file exists before unlinking.
***************
*** 409,418 ****
                  self.seek *= 60
                  self.thread.app.write('seek ' + str(self.seek) + ' 2\n')
!                 print "seek "+str(self.seek)+" 2\n"
                  self.seek = 0
                  return TRUE
  
              elif event == INPUT_QUIT:
!                 print 'seek stopped'
                  self.seek_timer.cancel()
                  self.seek = 0
--- 412,421 ----
                  self.seek *= 60
                  self.thread.app.write('seek ' + str(self.seek) + ' 2\n')
!                 if DEBUG: print "seek "+str(self.seek)+" 2\n"
                  self.seek = 0
                  return TRUE
  
              elif event == INPUT_QUIT:
!                 if DEBUG: print 'seek stopped'
                  self.seek_timer.cancel()
                  self.seek = 0
***************
*** 442,446 ****
              handle.write('\n')
              handle.close()
-             print "Added bookmark at position " + str(self.item.elapsed)
              return TRUE
  
--- 445,448 ----
***************
*** 498,502 ****
      
      def reset_seek(self):
!         print 'seek timeout'
          self.seek = 0
          rc.set_context('video')
--- 500,504 ----
      
      def reset_seek(self):
!         if DEBUG: print 'seek timeout'
          self.seek = 0
          rc.set_context('video')
***************
*** 538,542 ****
                  
          if self.RE_START(line):
-             print 'data parsing done'
              if self.check_audio == 1:
                  # audio seems to be ok
--- 540,543 ----
***************
*** 660,668 ****
                  if (osd.sdl_driver == 'dxr3' or \
                      config.CONF.display == 'dfbmga'):
!                     print "Stopping Display for Video Playback"
                      osd.stopdisplay()
                 
-                 os.system('/usr/sbin/matroxcolor')
- 
                  if DEBUG:
                      print 'MPlayer_Thread.run(): Started, cmd=%s' % self.command
--- 661,667 ----
                  if (osd.sdl_driver == 'dxr3' or \
                      config.CONF.display == 'dfbmga'):
!                     if DEBUG: print "Stopping Display for Video Playback"
                      osd.stopdisplay()
                 
                  if DEBUG:
                      print 'MPlayer_Thread.run(): Started, cmd=%s' % self.command
***************
*** 688,695 ****
                      osd.restartdisplay()
                    osd.update()
!                   print "Display back online"
                  
-                 os.system('/usr/sbin/undomatroxcolor')
- 
                  self.mode = 'idle'
                  
--- 687,692 ----
                      osd.restartdisplay()
                    osd.update()
!                   if DEBUG: print "Display back online"
                  
                  self.mode = 'idle'
                  




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to