After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 760245 - qtdemux: capture sink event tag and taglist to demux
qtdemux: capture sink event tag and taglist to demux
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-06 23:38 UTC by Yannick Inizan
Modified: 2018-11-03 15:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] qtdemux : capture sink event tag and taglist to demux (1.09 KB, patch)
2016-01-06 23:38 UTC, Yannick Inizan
needs-work Details | Review

Description Yannick Inizan 2016-01-06 23:38:17 UTC
Created attachment 318390 [details] [review]
[PATCH] qtdemux : capture sink event tag and taglist to demux

allow qtdemux to propagate incoming tags
Comment 1 Sebastian Dröge (slomo) 2016-01-07 13:20:10 UTC
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
Comment 2 GStreamer system administrator 2018-11-03 15:07:06 UTC
-- 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.