Add gst_tag_parse_extended_comment to gstreamer::tags
Was the gst_tag_parse_extended_comment()
function deliberately not included in the gstreamer::tags
interface? Or have I overlooked another way to parse extended tags?
The best I have achieved so far was to use TagList::iter_generic()
, but this returned them in the style of extended-comment=<TAG_NAME>=<TAG_VALUE>
.
Actually, I would like to have a list with names and values like gst_tag_parse_extended_comment() as a result.