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

Modified Files:
        mplayer.py 
Log Message:
Without this change, mplayer won't play files on a data DVD. I.e. I have
a burned DVD-R with some AVI files on it, but mplayer breaks if I try to play
something because the devicename is being passed and mplayer becomes
confused.


Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** mplayer.py  31 May 2004 17:15:20 -0000      1.68
--- mplayer.py  13 Jun 2004 00:36:14 -0000      1.69
***************
*** 10,13 ****
--- 10,19 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.69  2004/06/13 00:36:14  outlyer
+ # Without this change, mplayer won't play files on a data DVD. I.e. I have
+ # a burned DVD-R with some AVI files on it, but mplayer breaks if I try to play
+ # something because the devicename is being passed and mplayer becomes
+ # confused.
+ #
  # Revision 1.68  2004/05/31 17:15:20  dischi
  # support strange config.MPLAYER_AO_DEV
***************
*** 268,272 ****
                  additional_args += [ '-slang', config.DVD_SUBTITLE_PREF ]
  
!         if hasattr(item.media, 'devicename'):
              additional_args += [ '-dvd-device', item.media.devicename ]
          elif mode == 'dvd':
--- 274,278 ----
                  additional_args += [ '-slang', config.DVD_SUBTITLE_PREF ]
  
!         if hasattr(item.media, 'devicename') and mode != 'file':
              additional_args += [ '-dvd-device', item.media.devicename ]
          elif mode == 'dvd':



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to