projects
/
platform
/
upstream
/
gst-plugins-ugly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2be1874
)
rmdemux: mark tag list as global scope
author
Tim-Philipp Müller
<tim@centricular.com>
Tue, 21 Jul 2015 10:13:27 +0000
(11:13 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Tue, 21 Jul 2015 10:13:27 +0000
(11:13 +0100)
gst/realmedia/rmdemux.c
patch
|
blob
|
history
diff --git
a/gst/realmedia/rmdemux.c
b/gst/realmedia/rmdemux.c
index fccd823bb41208b370b67c8a892232b0b8140014..3681bef361894eb625766ae7fecf5915eac94bb6 100644
(file)
--- 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);
}
}