Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57256 - mplayer pre5 didn't work for me today. vo device alsa problem
Summary: mplayer pre5 didn't work for me today. vo device alsa problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-15 22:41 UTC by David Grant
Modified: 2004-11-23 01:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mplayer-1.0_pre5-r4.ebuild.patch to add warning about new alsa syntax for vo= (mplayer-1.0_pre5-r4.ebuild.patch,663 bytes, patch)
2004-10-30 15:49 UTC, David Grant
Details | Diff
s/vo/ao (mplayer-1.0_pre5-r4.ebuild-patch-patch,839 bytes, patch)
2004-11-23 01:48 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Grant 2004-07-15 22:41:59 UTC
I was in a bit of a shock today when mplayer-pre5 audio didn't work.

In my ~/.mplayer/config file I have:

vo=alsa1x:dmixer

Two things have changed form mplayer-pre4 to pre5.  alsa1x is now just alsa.  And in order to specify whatever device (in my case dmixer), you have to put device=dmixer.  So I needed:

vo=alsa:device=dmixer

These caused me an hour of grief today.  There was nothing in the changelog or build time messages about it.  I'm not blaming anyone, perhaps I'm the first to find out.  Can we put a message somewhere which tells users about this key change?
Comment 1 Chris White (RETIRED) gentoo-dev 2004-07-15 22:58:31 UTC
Uh... why do you have alsa as a video out (vo) instead of an audio out (ao) :|?
Comment 2 David Grant 2004-07-15 23:01:52 UTC
Sorry that was a typo in my bug report.
Comment 3 Brian Harring (RETIRED) gentoo-dev 2004-07-24 04:49:24 UTC
Kind of hard to check for, added it's a version upgrade- things change.
Could stick an einfo into pkg_postinst I spose.

Dunno on this one.
Comment 4 David Grant 2004-07-29 10:01:32 UTC
I think an einfo is good.  Users should always be notified of key changes like that which will affect a large group of users.  This will affect all alsa users, which in the gentoo community I'd say would be the majority.
Comment 5 David Grant 2004-10-30 15:49:43 UTC
Created attachment 42927 [details, diff]
mplayer-1.0_pre5-r4.ebuild.patch to add warning about new alsa syntax for vo=

I also noticed I don't actually need the device=dmixer thing anymore.  I'm not
sure why.
Comment 6 Chris White (RETIRED) gentoo-dev 2004-11-09 07:18:21 UTC
Added einfo section about it in the postinstall.
Comment 7 Ryan Hill (RETIRED) gentoo-dev 2004-11-23 01:48:53 UTC
Created attachment 44529 [details, diff]
s/vo/ao

this is a patch to the patch which changes "vo" to "ao" in several places. 
typos are contagious. ;]