mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
id3tag: Map GST_TAG_MUSICBRAINZ_RELEASETRACKID
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1331>
This commit is contained in:
parent
aaf72b9ff4
commit
bd91286a3b
1 changed files with 4 additions and 1 deletions
|
@ -860,7 +860,9 @@ add_musicbrainz_tag (GstId3v2Tag * id3v2tag, const GstTagList * list,
|
|||
* evidence that any popular application is actually putting this info
|
||||
* into TXXX frames; the first one comes from a musicbrainz wiki 'proposed
|
||||
* tags' page, the second one is analogue to the vorbis/ape/flac tag. */
|
||||
GST_TAG_CDDA_CDDB_DISCID, "CDDB DiscID", "discid"}
|
||||
GST_TAG_CDDA_CDDB_DISCID, "CDDB DiscID", "discid"}, {
|
||||
GST_TAG_MUSICBRAINZ_RELEASETRACKID, "MusicBrainz Track Id",
|
||||
"musicbrainz_trackid"}
|
||||
};
|
||||
guint i, idx;
|
||||
|
||||
|
@ -1176,6 +1178,7 @@ static const struct
|
|||
GST_TAG_MUSICBRAINZ_TRMID, add_musicbrainz_tag, "\004"}, {
|
||||
GST_TAG_CDDA_MUSICBRAINZ_DISCID, add_musicbrainz_tag, "\005"}, {
|
||||
GST_TAG_CDDA_CDDB_DISCID, add_musicbrainz_tag, "\006"}, {
|
||||
GST_TAG_MUSICBRAINZ_RELEASETRACKID, add_musicbrainz_tag, "\007"}, {
|
||||
GST_TAG_MUSICBRAINZ_TRACKID, add_unique_file_id_tag, NULL}, {
|
||||
|
||||
/* Info about encoder */
|
||||
|
|
Loading…
Reference in a new issue