GNOME Bugzilla – Bug 310335
[decodebin] problems with audio streams in a mkv
Last modified: 2005-07-16 14:24:40 UTC
Distribution/Version: mandrake 10.1 With the attached small test app, and this file : http://www.iecn.u-nancy.fr/~torri/files/blood.mkv I get the following mesage : (process:9153): GStreamer-CRITICAL **: file gstelement.c: line 1172 (gst_element _add_pad): assertion `gst_object_check_uniqueness (element->pads, GST_PAD_NAME ( pad)) == TRUE' failed (process:9153): GStreamer-CRITICAL **: file gstelement.c: line 3442 (gst_element _found_tags_for_pad): assertion `element == GST_PAD_PARENT (pad)' failed The audio streams in this mkv are vorbis ones.
Created attachment 49157 [details] test app to reproduce the problem with audio streams and decodebin
test file : http://www.iecn.u-nancy.fr/~torri/files/blood.mkv
I can reproduce irregularly and found a variable that wasn't properly initialized thanks to valgrind, I can now no longer reproduce it, so assuming fixed...