GNOME Bugzilla – Bug 708918
matroskademux: expose stream name as tag
Last modified: 2018-11-03 14:49:50 UTC
Created attachment 255922 [details] [review] Patch to expose track name There is probably issue for exposing more tags already but I couldn't find it. Patch exposes track name, which is often set while the languages are missing.
Comment on attachment 255922 [details] [review] Patch to expose track name This would conflict with the title tags from the Matroska tag elements. At least they should be merged instead of replaced.
Aren't those different taglist ? This one has stream scope and it shouldn't contain any other name.
The other tags could be per stream too, not sure if that is properly implemented. There might be a bug there too
Okay, I think I can see it now. GST_MATROSKA_TAG_ID_SUBTITLE maps to GST_TAG_TITLE in gst_matroska_read_common_parse_metadata_id_simple_tag, which can be appended to stream->pending_tags. Is it enough to do GST_TAG_MERGE_APPEND ?
I think so, at least if all these taglists are merged into one for the stream somewhere.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/93.