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 310335 - [decodebin] problems with audio streams in a mkv
[decodebin] problems with audio streams in a mkv
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.10
Other Linux
: Normal normal
: 0.8.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-14 11:06 UTC by Vincent Torri
Modified: 2005-07-16 14:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test app to reproduce the problem with audio streams and decodebin (1.73 KB, text/plain)
2005-07-14 11:07 UTC, Vincent Torri
Details

Description Vincent Torri 2005-07-14 11:06:13 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.
Comment 1 Vincent Torri 2005-07-14 11:07:06 UTC
Created attachment 49157 [details]
test app to reproduce the problem with audio streams and decodebin
Comment 2 Vincent Torri 2005-07-15 21:38:39 UTC
test file : http://www.iecn.u-nancy.fr/~torri/files/blood.mkv
Comment 3 Ronald Bultje 2005-07-16 14:24:40 UTC
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...