mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 02:58:24 +00:00
qtdemux: perf tag should map to GST_TAG_ARTIST
This commit is contained in:
parent
fe529e71c5
commit
5d86010dad
1 changed files with 1 additions and 1 deletions
|
@ -6028,7 +6028,7 @@ static const struct
|
|||
FOURCC__wrt, GST_TAG_COMPOSER, NULL, qtdemux_tag_add_str}, {
|
||||
FOURCC__ART, GST_TAG_ARTIST, NULL, qtdemux_tag_add_str}, {
|
||||
FOURCC_aART, GST_TAG_ALBUM_ARTIST, NULL, qtdemux_tag_add_str}, {
|
||||
FOURCC_perf, GST_TAG_PERFORMER, NULL, qtdemux_tag_add_str}, {
|
||||
FOURCC_perf, GST_TAG_ARTIST, NULL, qtdemux_tag_add_str}, {
|
||||
FOURCC_auth, GST_TAG_COMPOSER, NULL, qtdemux_tag_add_str}, {
|
||||
FOURCC__alb, GST_TAG_ALBUM, NULL, qtdemux_tag_add_str}, {
|
||||
FOURCC_albm, GST_TAG_ALBUM, NULL, qtdemux_tag_add_str}, {
|
||||
|
|
Loading…
Reference in a new issue