mpegtsmux: forward tags that have global scope

Instead of dropping all tag events

https://bugzilla.gnome.org/show_bug.cgi?id=644395
This commit is contained in:
Thiago Santos 2014-02-24 22:53:14 -03:00
parent 6b4ce0d04f
commit 2b3c3d485b

View file

@ -867,7 +867,7 @@ mpegtsmux_sink_event (GstCollectPads * pads, GstCollectData * data,
/* handled this, don't want collectpads to forward it downstream */
res = TRUE;
forward = FALSE;
forward = gst_tag_list_get_scope (list) == GST_TAG_SCOPE_GLOBAL;
break;
}
default: