mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
rmdemux: mark tag list as global scope
This commit is contained in:
parent
2be1874927
commit
c12e5d1ad4
1 changed files with 2 additions and 0 deletions
|
@ -1939,6 +1939,8 @@ gst_rmdemux_parse_cont (GstRMDemux * rmdemux, const guint8 * data, int length)
|
|||
|
||||
gst_tag_list_unref (tags);
|
||||
gst_tag_list_unref (old_tags);
|
||||
|
||||
gst_tag_list_set_scope (rmdemux->pending_tags, GST_TAG_SCOPE_GLOBAL);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue