GNOME Bugzilla – Bug 588262
mixed re-encoding/remuxing pipeline never gets pad-added
Last modified: 2009-11-25 18:42:44 UTC
When setting the caps value on uridecodebin to "audio/x-vorbis; video/x-raw-rgb; video/x-raw-yuv", it seems pad-added never happens and thus my pipeline stalls. Wim verified bug in gst-launch
More testing. The bug only seems to trigger with Ogg remuxing as doing a vob-avi works. Wim thinks it is probably a bug in oggdemux.
this also fails without the need to specify the caps: gst-launch uridecodebin uri=file:///path/to/test.ogg name=d d. ! queue ! audioconvert ! autoaudiosink d.video_00 ! queue ! ffmpegcolorspace ! ximagesink test.ogg is vorbis/theora with test signals.
An ogg file with theora alone fails too.
nevermind, did something wrong when testing without the caps property, it works.
This seems to be related to https://bugzilla.gnome.org/show_bug.cgi?id=497002
*** This bug has been marked as a duplicate of bug 497002 ***