Bugs item #1616044, was opened at 2006-12-14 23:06
Message generated for change (Comment added) made by gorka
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1616044&group_id=46652

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: config
Group: 1.x svn
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Gorka Olaizola (gorka)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash playing a mpeg

Initial Comment:
When I play a mpeg file with the rel-1 branch of svn it crashes with this 
traceback

  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 321, in 
eventhandler
    app.eventhandler(event)
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 621, in 
eventhandler
    action( arg=arg, menuw=self )
  File "/usr/lib/python2.4/site-packages/freevo/video/videoitem.py", line 505, 
in play
    error = self.player.play(mplayer_options, self)
  File "/usr/lib/python2.4/site-packages/freevo/video/plugins/mplayer.py", line 
156, in play
    VODEV=config.MPLAYER_VO_DEV_HWACCEL
AttributeError: 'module' object has no attribute 'MPLAYER_VO_DEV_HWACCEL'


The problem is that there is no default MPLAYER_VO_DEV_HWACCEL nor 
MPLAYER_VO_DEV_OPTS_HWACCEL
 variables in freevo_config.py. If I add the variables to local_conf.py the 
problem disappears.

----------------------------------------------------------------------

>Comment By: Gorka Olaizola (gorka)
Date: 2006-12-15 17:11

Message:
Logged In: YES 
user_id=309801
Originator: YES

I forgot to mention that I have checked out rel-1 right now and
freevo_config.py has the MPLAYER_VO_DEV_HWACCEL and
MPLAYER_VO_DEV_OPTS_HWACCEL variables.

----------------------------------------------------------------------

Comment By: Gorka Olaizola (gorka)
Date: 2006-12-15 17:06

Message:
Logged In: YES 
user_id=309801
Originator: YES

$Id: mplayer.py 8684 2006-12-01 13:04:29Z duncan $
$Id: freevo_config.py 8720 2006-12-14 19:38:27Z duncan $

The revision of the svn is 8730 of the rel-1-6 branch, I think, updated
with "svn up"

----------------------------------------------------------------------

Comment By: Duncan Webb (duncanwebb)
Date: 2006-12-14 23:53

Message:
Logged In: YES 
user_id=104395
Originator: NO

Which revision of src/video/plugins/mplayer.py are you using? 

It's in the 5th line of the file $Id:

----------------------------------------------------------------------

Comment By: Duncan Webb (duncanwebb)
Date: 2006-12-14 23:36

Message:
Logged In: YES 
user_id=104395
Originator: NO

I think I have fixed this, not sure if it is yet committed, I think I was
waiting for some feedback to a patch.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1616044&group_id=46652

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to