tags: fix album tag definition

The Album tag should be defined using the GST_TAG_ALBUM constant instead
of GST_TAG_ARTIST_SORTNAME.
This commit is contained in:
Sami Jaktholm 2018-12-28 19:51:28 +02:00 committed by Sebastian Dröge
parent 3aac87c07f
commit 44ce6b8a66

View file

@ -59,7 +59,7 @@ impl_tag!(
TAG_ARTIST_SORTNAME,
GST_TAG_ARTIST_SORTNAME
);
impl_tag!(Album, &'a str, TAG_ALBUM, GST_TAG_ARTIST_SORTNAME);
impl_tag!(Album, &'a str, TAG_ALBUM, GST_TAG_ALBUM);
impl_tag!(
AlbumSortname,
&'a str,