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 376321 - an element is accepting caps and buffers that do not match its template
an element is accepting caps and buffers that do not match its template
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.10
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-17 14:39 UTC by Thomas Vander Stichele
Modified: 2007-01-18 15:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Vander Stichele 2006-11-17 14:39:52 UTC
This pipeline properly fails:

 gst-launch -v -m audiotestsrc ! audioconvert ! audio/x-raw-int,width=32,depth=32 ! lame ! fakesink

because lame does not accept 32-bit int audio.

However, this pipeline does go to PLAYING, but encodes crap:

 gst-launch -v -m audiotestsrc ! audioconvert ! audio/x-raw-int,width=32,depth=32 ! lame ! fakesink
Comment 1 Tim-Philipp Müller 2006-11-18 18:20:36 UTC
Both pipelines look the same to me - is this a copy'n'pasto or am I missing something?
Comment 2 Tim-Philipp Müller 2007-01-18 15:57:27 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!