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 762450 - tags: add GST_TAG_CONDUCTOR
tags: add GST_TAG_CONDUCTOR
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 1.7.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 762451
 
 
Reported: 2016-02-22 13:03 UTC by Carlos Rafael Giani
Modified: 2016-02-22 21:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for adding GST_TAG_CONDUCTOR (1.50 KB, patch)
2016-02-22 13:03 UTC, Carlos Rafael Giani
committed Details | Review

Description Carlos Rafael Giani 2016-02-22 13:03:17 UTC
Created attachment 321832 [details] [review]
patch for adding GST_TAG_CONDUCTOR

Some media metadata explicitely distinguishes between composer/artist and
conductor. In these cases, the new GST_TAG_CONDUCTOR would be useful. One example
is ID3v2's TPE3 info frame.

Posting this on behalf of a colleague of mine.
Comment 1 Tim-Philipp Müller 2016-02-22 21:16:47 UTC
Thanks, added 'Since: 1.8' marker to docs, otherwise pushed as-is:

commit 44423e8af3adf99122de2ac53e8d840a46a7d329
Author: Adam Miartus <adam.miartus@streamunlimited.com>
Date:   Thu Dec 10 15:32:27 2015 +0100

    taglist: add GST_TAG_CONDUCTOR
    
    This is useful for metadata which explicitely distinguishes
    between artist/composer and conductor.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762450