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

Modified Files:
        xine.py 
Log Message:
angle switching

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** xine.py     19 Jun 2004 17:21:52 -0000      1.42
--- xine.py     28 Jun 2004 15:53:59 -0000      1.43
***************
*** 18,21 ****
--- 18,24 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.43  2004/06/28 15:53:59  dischi
+ # angle switching
+ #
  # Revision 1.42  2004/06/19 17:21:52  dischi
  # only set app.mode to valid events
***************
*** 385,388 ****
--- 388,396 ----
              return True
              
+         if event == VIDEO_NEXT_ANGLE:
+             self.app.write('EventAngleNext\n')
+             time.sleep(0.1)
+             return True            
+ 
          # nothing found? Try the eventhandler of the object who called us
          return self.item.eventhandler(event)



-------------------------------------------------------
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