Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv11364
Modified Files:
mplayer.py
Log Message:
We need self.osdfont set before calling childapp's init. This was crashing
for me on network play.
Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** mplayer.py 14 Oct 2003 16:58:48 -0000 1.32
--- mplayer.py 17 Oct 2003 21:30:02 -0000 1.33
***************
*** 21,24 ****
--- 21,28 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.33 2003/10/17 21:30:02 rshortt
+ # We need self.osdfont set before calling childapp's init. This was crashing
+ # for me on network play.
+ #
# Revision 1.32 2003/10/14 16:58:48 dischi
# fix mode detection, MPLAYER_ARGS never worked
***************
*** 583,592 ****
self.item = item
self.mplayer = mplayer
childapp.ChildApp.__init__(self, app)
self.exit_type = None
- self.osdfont = osd.getfont(config.OSD_DEFAULT_FONTNAME,
- config.OSD_DEFAULT_FONTSIZE)
self.use_bmovl = False
--- 587,596 ----
self.item = item
self.mplayer = mplayer
+ self.osdfont = osd.getfont(config.OSD_DEFAULT_FONTNAME,
+ config.OSD_DEFAULT_FONTSIZE)
childapp.ChildApp.__init__(self, app)
self.exit_type = None
self.use_bmovl = False
-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog