From c12e5d1ad4c5279b2ec5c7d1aec88fea7e5f4f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 21 Jul 2015 11:13:27 +0100 Subject: [PATCH] rmdemux: mark tag list as global scope --- gst/realmedia/rmdemux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/realmedia/rmdemux.c b/gst/realmedia/rmdemux.c index fccd823bb4..3681bef361 100644 --- a/gst/realmedia/rmdemux.c +++ b/gst/realmedia/rmdemux.c @@ -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); } }