After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708918 - matroskademux: expose stream name as tag
matroskademux: expose stream name as tag
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-27 12:28 UTC by Matej Knopp
Modified: 2018-11-03 14:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to expose track name (889 bytes, patch)
2013-09-27 12:28 UTC, Matej Knopp
needs-work Details | Review

Description Matej Knopp 2013-09-27 12:28:15 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 1 Sebastian Dröge (slomo) 2013-09-28 11:23:43 UTC
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.
Comment 2 Matej Knopp 2013-09-28 11:29:37 UTC
Aren't those different taglist ? This one has stream scope and it shouldn't contain any other name.
Comment 3 Sebastian Dröge (slomo) 2013-09-28 11:36:01 UTC
The other tags could be per stream too, not sure if that is properly implemented. There might be a bug there too
Comment 4 Matej Knopp 2013-09-28 11:46:16 UTC
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 ?
Comment 5 Sebastian Dröge (slomo) 2013-09-28 14:06:20 UTC
I think so, at least if all these taglists are merged into one for the stream somewhere.
Comment 6 GStreamer system administrator 2018-11-03 14:49:50 UTC
-- 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.