summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-07-21 11:13:27 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-07-21 11:13:27 +0100
commitc12e5d1ad4c5279b2ec5c7d1aec88fea7e5f4f6a (patch)
tree596db6956d8e0ab377df33556874bcc98ecb58ce
parent2be18749277ac142e1c4d7296d915c50002ab60e (diff)
rmdemux: mark tag list as global scope
-rw-r--r--gst/realmedia/rmdemux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/realmedia/rmdemux.c b/gst/realmedia/rmdemux.c
index fccd823b..3681bef3 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);
}
}