GNOME Bugzilla – Bug 760245
qtdemux: capture sink event tag and taglist to demux
Last modified: 2018-11-03 15:07:06 UTC
Created attachment 318390 [details] [review] [PATCH] qtdemux : capture sink event tag and taglist to demux allow qtdemux to propagate incoming tags
Review of attachment 318390 [details] [review]: ::: gst/isomp4/qtdemux.c @@ +2019,3 @@ + gst_tag_list_merge (demux->tag_list, new_list, GST_TAG_MERGE_APPEND); + else + demux->tag_list = gst_tag_list_copy (new_list); You also have to set send_global_tags=TRUE I think. And make sure that gst_qtdemux_push_tags() happens on the next occasion
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/250.