From 874808fd2c98010bee9895644c9059f386faf9a0 Mon Sep 17 00:00:00 2001 From: Rodolfo Schulz de Lima Date: Fri, 22 Mar 2013 08:47:17 +0000 Subject: [PATCH] qtdemux: fix sample leak when processing private qt tags https://bugzilla.gnome.org/show_bug.cgi?id=696355 --- gst/isomp4/qtdemux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index d41fdced52..1c9cdab780 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -8760,6 +8760,8 @@ qtdemux_tag_add_blob (GNode * node, GstQTDemux * demux) gst_tag_list_add (demux->tag_list, GST_TAG_MERGE_APPEND, GST_QT_DEMUX_PRIVATE_TAG, sample, NULL); + + gst_sample_unref (sample); } static void