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 681322 - [0.11] crash when printing taglist containing multiple embedded GstSample
[0.11] crash when printing taglist containing multiple embedded GstSample
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-06 17:36 UTC by Arnaud Vrac
Modified: 2012-09-16 22:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
code to reproduce crash (517 bytes, text/x-csrc)
2012-08-06 17:36 UTC, Arnaud Vrac
Details

Description Arnaud Vrac 2012-08-06 17:36:07 UTC
Created attachment 220480 [details]
code to reproduce crash

gstreamer crashes when printing a taglist with GST_PTR_FORMAT, when it contains multiple GstSample, for example in GST_TAG_ATTACHMENT.

I attached code to reproduce it.
Comment 1 Tim-Philipp Müller 2012-09-16 22:24:13 UTC
commit c2175db8899f8bf1ad1ff4b886943966ed506f80
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Sun Sep 16 23:20:46 2012 +0100

    sample: add serialisation/deserialisation functions for GstSample
    
    Since these things are inside taglists now, it would be good to be
    able to print them and deserialise them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681322