mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 20:44:16 +00:00
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:
parent
6b4ce0d04f
commit
2b3c3d485b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue