From: Tim-Philipp Müller Date: Tue, 21 Jul 2015 10:13:27 +0000 (+0100) Subject: rmdemux: mark tag list as global scope X-Git-Tag: 1.6.0~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c12e5d1ad4c5279b2ec5c7d1aec88fea7e5f4f6a;p=platform%2Fupstream%2Fgst-plugins-ugly.git rmdemux: mark tag list as global scope --- diff --git a/gst/realmedia/rmdemux.c b/gst/realmedia/rmdemux.c index fccd823..3681bef 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); } }