After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 137939 - [alsasink] ALSA fails to advertise supported formats correctly
[alsasink] ALSA fails to advertise supported formats correctly
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.0
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 148145 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-03-22 15:33 UTC by Alexander E. Patrakov
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The output of the last command with --gst-debug=alsa*:5 (4.43 KB, text/plain)
2004-03-22 15:38 UTC, Alexander E. Patrakov
Details
A correct version of the previous attachment (4.43 KB, text/plain)
2004-03-22 15:41 UTC, Alexander E. Patrakov
Details

Description Alexander E. Patrakov 2004-03-22 15:33:49 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.
Comment 1 Alexander E. Patrakov 2004-03-22 15:38:51 UTC
Created attachment 25877 [details]
The output of the last command with --gst-debug=alsa*:5
Comment 2 Alexander E. Patrakov 2004-03-22 15:41:56 UTC
Created attachment 25879 [details]
A correct version of the previous attachment
Comment 3 Benjamin Otte (Company) 2004-03-24 15:53:57 UTC
This is a problem with alsa advertising incorrect formats that I can't fix easily.
Comment 4 Benjamin Otte (Company) 2004-03-24 15:56:09 UTC
This is a problem with alsa advertising incorrect formats that I can't fix easily.
Comment 5 Dennis Möhlmann 2004-10-31 12:13:33 UTC
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...
Comment 6 Ronald Bultje 2004-11-10 15:13:28 UTC
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?
Comment 7 Ronald Bultje 2004-11-28 19:06:47 UTC
*** Bug 148145 has been marked as a duplicate of this bug. ***
Comment 8 Christian Fredrik Kalager Schaller 2004-12-07 23:50:55 UTC
Nothing heard so assuming fixed, please open a new bug if issue is still there.