GNOME Bugzilla – Bug 770053
parsebin: sometimes sets global tags to stream
Last modified: 2016-08-21 14:52:56 UTC
Created attachment 333529 [details] [review] Patch It should check the message and only set stream tags if scope is GST_TAG_SCOPE_STREAM
Nice catch, looks right to me. I wonder whether the global tags should go anywhere though. Maybe into the collection, or maybe the app should just grab those from the messages on the bus then. Can always be done later of course, just idly wondering.
Thanks, pushed: commit 89554f665be585afce96aed1dd553fc761707024 Author: Matej Knopp <matej.knopp@gmail.com> Date: Wed Aug 17 23:49:02 2016 +0200 parsebin: do not set global tags to stream https://bugzilla.gnome.org/show_bug.cgi?id=770053