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 588262 - mixed re-encoding/remuxing pipeline never gets pad-added
mixed re-encoding/remuxing pipeline never gets pad-added
Status: RESOLVED DUPLICATE of bug 497002
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-10 16:39 UTC by Christian Fredrik Kalager Schaller
Modified: 2009-11-25 18:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2009-07-10 16:39:38 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
Comment 1 Christian Fredrik Kalager Schaller 2009-07-10 16:46:34 UTC
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.
Comment 2 Thiago Sousa Santos 2009-11-25 15:38:29 UTC
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.
Comment 3 Thiago Sousa Santos 2009-11-25 15:46:17 UTC
An ogg file with theora alone fails too.
Comment 4 Thiago Sousa Santos 2009-11-25 16:08:59 UTC
nevermind, did something wrong when testing without the caps property, it works.
Comment 5 Thiago Sousa Santos 2009-11-25 18:31:37 UTC
This seems to be related to https://bugzilla.gnome.org/show_bug.cgi?id=497002
Comment 6 Thiago Sousa Santos 2009-11-25 18:42:44 UTC

*** This bug has been marked as a duplicate of bug 497002 ***