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 148455 - Internal GStreamer error: pad problem.
Internal GStreamer error: pad problem.
Status: RESOLVED DUPLICATE of bug 148454
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.4
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-25 22:47 UTC by Martin Schaaf
Modified: 2005-08-25 23:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Schaaf 2004-07-25 22:47:43 UTC
Running this:

gst-launch filesrc location=<ogg file> ! oggdemux ! vorbisdec ! audioconvert !
esdsink

gives me the following output:

RUNNING pipeline ...
ERROR: from element /pipeline0/vorbisdec0: Internal GStreamer error: pad
problem.  File a bug.
Additional debug info:
gstpad.c(2487): gst_pad_set_explicit_caps: /pipeline0/vorbisdec0:
failed to negotiate (try_set_caps with "audio/x-raw-float, rate=(int)48000,
channels=(int)2, endianness=(int)1234, width=(int)32, buffer-frames=(int)0"
returned REFUSED)
Execution ended after 1301 iterations (sum 792996000 ns, average 609528 ns, min
94000 ns, max 174828000 ns).

I use gst-plugins version 0.8.2.
Comment 1 Martin Schaaf 2004-07-25 22:50:31 UTC

*** This bug has been marked as a duplicate of 148454 ***