mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
qtdemux: fix double unref of private tag buffer
This commit is contained in:
parent
86c236a5f6
commit
75ee20ec67
1 changed files with 0 additions and 1 deletions
|
@ -8585,7 +8585,6 @@ 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_buffer_unref (buf);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue