GNOME Bugzilla – Bug 666187
[0.11] - Simple gst-launch pipeline fails in 0.11
Last modified: 2012-02-19 00:00:04 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
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
Tested with current git master, now works. Closing.