mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 09:15:29 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -8760,6 +8760,8 @@ qtdemux_tag_add_blob (GNode * node, GstQTDemux * demux)
|
||||||
|
|
||||||
gst_tag_list_add (demux->tag_list, GST_TAG_MERGE_APPEND,
|
gst_tag_list_add (demux->tag_list, GST_TAG_MERGE_APPEND,
|
||||||
GST_QT_DEMUX_PRIVATE_TAG, sample, NULL);
|
GST_QT_DEMUX_PRIVATE_TAG, sample, NULL);
|
||||||
|
|
||||||
|
gst_sample_unref (sample);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue