Skip to content

taginject: Add "scope" property

Hiero32 requested to merge Hiero32/gstreamer:taginject_add_scope_property into main

taginject plugin creates a tag using gst_tag_list_new_from_string(), which creates "stream scope" tag by default.
Some applications, e.g. VLC, and some audio devices do not show stream scope tag, but show global scope only.
This adds "scope" property to be able to set scope of the tag as "global".

Merge request reports