[Bug 770202] GstStream, GstStreamCollection: what about global tags ?

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jan 21 11:14:09 UTC 2017


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

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
I think storing it in the stream collection is not ideal, unless you store it
in another "container" struct like GstStream that allows modifications. The
stream collection is immutable, the streams are not (details can be added
e.g.). And the (global) tags are similar in this regard, they could be updated
along the way or even by the same element later.

However conceptually it seems to belong into the stream collection, so maybe we
indeed need some kind of GstStreamGlobalTags that is reference counted,
properly locked, and allows setting/getting taglists.

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