Skip to content

TagList: implement {get, set} for scope

François Laignel requested to merge fengalin/gstreamer-rs:tag_list_scope into master

Add TagScope {get, set} on TagList and handle the scope in serde.

These changes break compatibility for the serde representations of TagList and Toc. Previous representation for the TagList was a sequence. We now have to rely on a struct representation in order to add scope.

Edited by François Laignel

Merge request reports