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

Modified Files:
        xine.py 
Log Message:
adjustments to new childapp

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** xine.py     7 Dec 2004 16:05:16 -0000       1.58
--- xine.py     18 Dec 2004 13:37:27 -0000      1.59
***************
*** 18,21 ****
--- 18,24 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.59  2004/12/18 13:37:27  dischi
+ # adjustments to new childapp
+ #
  # Revision 1.58  2004/12/07 16:05:16  dischi
  # fix event context setting
***************
*** 134,139 ****
          self.version   = version
          self.app       = None
!         self.command   = [ '--prio=%s' % config.MPLAYER_NICE ] + \
!                          config.XINE_COMMAND.split(' ') + \
                           [ '--stdctl', '-V', config.XINE_VO_DEV,
                             '-A', config.XINE_AO_DEV ] + \
--- 137,141 ----
          self.version   = version
          self.app       = None
!         self.command   = config.XINE_COMMAND.split(' ') + \
                           [ '--stdctl', '-V', config.XINE_VO_DEV,
                             '-A', config.XINE_AO_DEV ] + \
***************
*** 229,233 ****
  
          self.show()
!         self.app = childapp.Instance( command )
          return None
      
--- 231,235 ----
  
          self.show()
!         self.app = childapp.Instance( command, prio = config.MPLAYER_NICE )
          return None
      
***************
*** 240,244 ****
          if self.app:
              self.app.stop('quit\n')
!             
  
      def eventhandler(self, event, menuw=None):
--- 242,246 ----
          if self.app:
              self.app.stop('quit\n')
!             self.app = None
  
      def eventhandler(self, event, menuw=None):



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to