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 662306 - lamemp3enc: pad returned caps which are not a real subset of its template caps
lamemp3enc: pad returned caps which are not a real subset of its template caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 663643
Blocks:
 
 
Reported: 2011-10-20 16:03 UTC by Christian Fredrik Kalager Schaller
Modified: 2011-11-10 12:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dotfile dump (530.02 KB, image/png)
2011-10-20 16:03 UTC, Christian Fredrik Kalager Schaller
Details

Description Christian Fredrik Kalager Schaller 2011-10-20 16:03:25 UTC
Created attachment 199545 [details]
dotfile dump

Getting this on the console:
(transmageddon.py:3581): GStreamer-WARNING **: pad lamemp3enc0:sink returned caps which are not a real subset of its template caps
0:00:25.423509905  3581 0xb25684d0 ERROR               GST_CAPS gstpad.c:2253:gst_pad_get_caps_unlocked:<lamemp3enc0:sink> pad returned caps audio/x-raw-int, rate=(int){ 8000, 11025, 22050, 44100 }, channels=(int){ 1, 2 }, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16 which are not a real subset of its template caps audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]

The resulting file seems fine though.
Comment 1 Vincent Penquerc'h 2011-11-08 18:15:22 UTC
Filed another bug before remembering there was something about that issue here.
Marking as dependency for now. A similar (but much simpler) gst-launch pipeline now works for me, but it would be nice to get a confirmation whether the patch fixes Transmageddon for you.
Comment 2 Christian Fredrik Kalager Schaller 2011-11-09 07:22:31 UTC
Confirming that this works for me now with this patch applied.