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 166686 - ALSA have troubles with hoary ogg file
ALSA have troubles with hoary ogg file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other All
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-08 16:19 UTC by Christian Fredrik Kalager Schaller
Modified: 2005-08-29 15:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Christian Fredrik Kalager Schaller 2005-02-08 16:19:20 UTC
Please describe the problem:
[cschalle@cschalle temp]$ gst-launch-0.8 filesrc location="warty-dance.ogg" !
oggdemux ! vorbisdec ! audioconvert ! audioscale ! alsasink
RUNNING pipeline ...
ERROR (0x831d918 - 307744:21:37.150543000)        GST_PADS( 6591)
gstpad.c(2563):gst_pad_set_explicit_caps:<vorbisdec0> failed to negotiate
(try_set_caps with "audio/x-raw-float, rate=(int)11024, channels=(int)2,
endianness=(int)1234, width=(int)32, buffer-frames=(int)0" returned REFUSED)
ERROR: from element /pipeline0/vorbisdec0: Internal GStreamer error: pad
problem.  File a bug.
Additional debug info:
gstpad.c(2563): gst_pad_set_explicit_caps: /pipeline0/vorbisdec0:
failed to negotiate (try_set_caps with "audio/x-raw-float, rate=(int)11024,
channels=(int)2, endianness=(int)1234, width=(int)32, buffer-frames=(int)0"
returned REFUSED)
ERROR (0x831d918 - 307744:21:37.151572000)       scheduler( 6591)
gstoptimalscheduler.c(2797):gst_opt_scheduler_iterate:<GstOptScheduler@0x83e3a50>
in error state
Execution ended after 22 iterations (sum 746033000 ns, average 33910590 ns, min
36000 ns, max 605213000 ns).
[cschalle@cschalle temp]$


Steps to reproduce:
Ronald could reproduce this so just filing for tracking purposes.

Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Loïc Minier 2005-04-05 14:35:05 UTC
I think http://bugs.debian.org/302227 is the same bug, but I can't tell for
sure.  The reporter provided the following error message:
ERROR: from element /pipeline0/spider0/vorbisdec0: Internal GStreamer error: pad
problem.  File a bug.
Additional debug info:
gstpad.c(2563): gst_pad_set_explicit_caps: /pipeline0/spider0/vorbisdec0:
failed to negotiate (try_set_caps with "audio/x-raw-float, rate=(int)44100,
channels=(int)2, endianness=(int)4321, width=(int)32, buffer-frames=(int)0"
returned REFUSED)

Could someone tell me if we're probably talking of the same bug?

Thanks!
Comment 2 Loïc Minier 2005-06-04 17:47:46 UTC
Christian, could you try with "alsasink device=hw:0"?
Comment 3 Andy Wingo 2005-07-16 10:16:53 UTC
Loïc, could you file a new bug about that issue? Thanks.

Christian, where is that file? Do you still have problems in 0.9?
Comment 4 Loïc Minier 2005-07-16 15:24:02 UTC
Wingo, I think this won't be needed: I confirmed with the Debian submitter that
adding "alsasink device=hw:0" solves the problem, hence my question to Christian.

There already a lot of dupes in the GStreamer BTS on the ALSA issue sadly.
Comment 5 Christian Fredrik Kalager Schaller 2005-07-18 09:43:04 UTC
Don't have the file anymore. Closing as fixed.
Comment 6 Loïc Minier 2005-07-18 09:56:56 UTC
http://listen.fm4.amd.co.at:31337/fm4-mq.ogg is still accesible if that matters,
and plays fine with playbin here.

I presume the problem was on alsasink's side rather than on the played file.