rmdemux: mark tag list as global scope
authorTim-Philipp Müller <tim@centricular.com>
Tue, 21 Jul 2015 10:13:27 +0000 (11:13 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 21 Jul 2015 10:13:27 +0000 (11:13 +0100)
gst/realmedia/rmdemux.c

index fccd823..3681bef 100644 (file)
@@ -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);
   }
 }