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

Modified Files:
        mplayer.py 
Log Message:
fix mplayer plugin to work with dfbmga, too

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/mplayer.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** mplayer.py  13 Jul 2003 19:35:44 -0000      1.12
--- mplayer.py  5 Aug 2003 18:37:02 -0000       1.13
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.13  2003/08/05 18:37:02  dischi
+ # fix mplayer plugin to work with dfbmga, too
+ #
  # Revision 1.12  2003/07/13 19:35:44  rshortt
  # Change osd.focused_app to a function that returns the last object in
***************
*** 466,470 ****
                  # The DXR3 device cannot be shared between our SDL session
                  # and MPlayer.
!                 if (osd.sdl_driver == 'dxr3'):
                      if DEBUG:
                          print "Stopping Display for Video Playback on DXR3"
--- 469,474 ----
                  # The DXR3 device cannot be shared between our SDL session
                  # and MPlayer.
!                 if (osd.sdl_driver == 'dxr3' or \
!                     config.CONF.display == 'dfbmga'):
                      if DEBUG:
                          print "Stopping Display for Video Playback on DXR3"
***************
*** 484,488 ****
  
                  # Ok, we can use the OSD again.
!                 if osd.sdl_driver == 'dxr3':
                      osd.restartdisplay()
                      osd.update()
--- 488,492 ----
  
                  # Ok, we can use the OSD again.
!                 if osd.sdl_driver == 'dxr3' or config.CONF.display == 'dfbmga':
                      osd.restartdisplay()
                      osd.update()




-------------------------------------------------------
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/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to