[Bug 760245] qtdemux: capture sink event tag and taglist to demux

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jan 7 05:20:10 PST 2016


https://bugzilla.gnome.org/show_bug.cgi?id=760245

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #318390|none                        |needs-work
             status|                            |

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 318390:
 --> (https://bugzilla.gnome.org/review?bug=760245&attachment=318390)

::: 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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list