qtdemux: fix sample leak when processing private qt tags
https://bugzilla.gnome.org/show_bug.cgi?id=696355
This commit is contained in:
parent
d8ac666137
commit
874808fd2c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user