GNOME Bugzilla – Bug 137939
[alsasink] ALSA fails to advertise supported formats correctly
Last modified: 2009-08-15 18:40:50 UTC
My version of alsa-lib is 1.0.3b, my soundcard is fm801-based. This command works as expected: gst-launch-0.8 filesrc location="file.mp3" ! ffdec_mp3 ! alsasink device="plughw:0" (hw:0 also works) This doesn't: gst-launch-0.8 filesrc location="file.mp3" ! ffdec_mp3 ! alsasink device="plug:dmix" RUNNING pipeline ... ERROR: pipeline doesn't want to play.
Created attachment 25877 [details] The output of the last command with --gst-debug=alsa*:5
Created attachment 25879 [details] A correct version of the previous attachment
This is a problem with alsa advertising incorrect formats that I can't fix easily.
Same issue on the i8x0. I didn't find any bug report about this in the alsa bugtracker. Did you file a bug about it, Benjamin? Sorry for asking, but I'd really like to hear IM events while listening to music...
INFO alsa( 2920) gstalsa.c(1216):gst_alsa_set_hw_params: Preparing format: (none) WARN alsa( 2920) gstalsa.c(1258):gst_alsa_set_hw_params:<alsasink0> error setting buffer size to 2: Invalid argument This sequence of commands no longer exists in current CVS. Could you please retest if it works for you now and, if not, give me a new log indicating what goes wrong now?
*** Bug 148145 has been marked as a duplicate of this bug. ***
Nothing heard so assuming fixed, please open a new bug if issue is still there.