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 666187 - [0.11] - Simple gst-launch pipeline fails in 0.11
[0.11] - Simple gst-launch pipeline fails in 0.11
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.11.x
Other Linux
: Normal normal
: 0.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-14 16:49 UTC by Christian Fredrik Kalager Schaller
Modified: 2012-02-19 00:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Console output of above gst-launch pipeline (42.99 KB, text/plain)
2011-12-14 16:49 UTC, Christian Fredrik Kalager Schaller
Details

Description Christian Fredrik Kalager Schaller 2011-12-14 16:49:49 UTC
Created attachment 203493 [details]
Console output of above gst-launch pipeline

This simple transcoding pipeline do not work for me:

gst-launch-0.11 -v filesrc location=/home/cschalle/Videos/output.ogg ! decodebin name="decode" decode. ! videoconvert ! theoraenc ! queue name="video" ! oggmux name=mux ! filesink location=/tmp/output2.ogg decode. ! queue name="audio" ! audioconvert ! audioresample ! audiorate ! vorbisenc ! mux.


Full console output attached
Comment 1 Christian Fredrik Kalager Schaller 2011-12-15 13:53:26 UTC
Tried this even simpler pipeline which also fails:
gst-launch-0.11 uridecodebin uri=file:///home/cschalle/Music/tok.ogg ! vorbisenc ! oggmux ! filesink location=tok3.ogg
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Redistribute latency...
**
ERROR:gstvorbistag.c:580:gst_tag_to_metadata_block_picture: code should not be reached
Aborted
Comment 2 Christian Fredrik Kalager Schaller 2012-01-06 13:21:45 UTC
Tested with current git master, now works. Closing.