qtdemux: fix sample leak when processing private qt tags

https://bugzilla.gnome.org/show_bug.cgi?id=696355
This commit is contained in:
Rodolfo Schulz de Lima 2013-03-22 08:47:17 +00:00 committed by Tim-Philipp Müller
parent d8ac666137
commit 874808fd2c

View file

@ -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