GNOME Bugzilla – Bug 746242
matroskaparse: send global tags
Last modified: 2015-03-28 15:05:01 UTC
Currently matroskaparse ignores global tags.
Created attachment 299448 [details] [review] matroskaparse: send global tags
Why are you sending the global tags in multiple places? You need to merge all global tags and then send the merged tags downstream, instead of sending partial tags a few times.
Created attachment 299450 [details] [review] matroskaparse: send global tags Global tags are already being read in matroskaparse, but they are not currently being sent. This patch makes tags get sent whenever they are found.
Created attachment 299455 [details] [review] matroskaparse: send global tags Global tags are already being read in matroskaparse, but they are not currently being sent. This patch makes global tags get sent incrementally whenever new ones are found.
Merged with the minor difference of copying the taglist for the event to keep the element's ref writable commit af4502103678fd3775afbadb4cda88956e2bccce Author: Ramiro Polla <ramiro.polla@collabora.co.uk> Date: Sat Mar 14 17:07:05 2015 +0100 matroskaparse: send global tags Global tags are already being read in matroskaparse, but they are not currently being sent. This patch makes global tags get sent incrementally whenever new ones are found. https://bugzilla.gnome.org/show_bug.cgi?id=746242