gmplayer does not fall back to other vo modules if the first one fails
Bug #65165 reported by
matt nicholson
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MPlayer |
Confirmed
|
Unknown
|
|||
mplayer (Baltix) |
Invalid
|
Undecided
|
Unassigned | ||
mplayer (Debian) |
Confirmed
|
Unknown
|
|||
mplayer (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
gmplayer fails to play a video file in a default configuration, as xmga is selected as the default video out device, and autodetect fails to work. As a result, errors are shown and the video does not play.
The command-line mplayer will, however, correctly autodetect a suitable video out (vo) and play the same video file in a default install.
This happens on a new install, with no config file present in ~/.mplayer. If the preferences are changed, and the video out is set to xv, x11 or another suitable for the system, the file will play.
Related branches
Changed in mplayer: | |
status: | New → Invalid |
summary: |
- default video output is xmga + gmplayer does not fall back to other vo modules if the first one fails |
description: | updated |
Changed in mplayer (Ubuntu): | |
status: | Confirmed → Triaged |
Changed in mplayer: | |
status: | Unknown → Confirmed |
Changed in mplayer (Debian): | |
status: | Unknown → New |
Changed in mplayer (Debian): | |
status: | New → Confirmed |
Changed in mplayer (Debian): | |
status: | Confirmed → Fix Released |
Changed in mplayer (Debian): | |
status: | Fix Released → Confirmed |
To post a comment you must log in.
I've noticed the same problem on edgy (mplayer package version 2:0.99+ 1.0pre8- 0ubuntu8) and tried to examine it a bit:
Problem exists only when mplayer is started with gui (as gmplayer) the tail of the output in terminal looks like this:
----begin quotation---- ======= ======= ======= ======= ======= ======= ======= ======= ======= ==== ======= ======= ======= ======= ======= ======= ======= ======= ======= ====
AVI file format detected.
VIDEO: [divx] 480x320 24bpp 30.000 fps 918.5 kbps (112.1 kbyte/s)
=======
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
=======
open: No such file or directory
vo_mga: Couldn't open /dev/mga_vid
----end quotation----
and the window with message about error in opening video_out (-vo) device appears.
However when started without gui (as mplayer) the problem does not exist.
I've tried to downgrade to version 2:0.99+ 1.0pre7try2+ cvs20060117- 0ubuntu8 which used to work on dapper, but unexpectedly problem still appeared! It also appeared when I tried by my self compiled version 1.0rc1 downloaded from mplayerhq.hu. So I suspect that this is something wrong with edgy environment, not with mplayer it self, that makes it not work properly when started with gui.