matroskaparse: Use ARTIST tag instead of AUTHOR for GST_TAG_ARTIST

AUTHOR only existed in an old version of the spec and ARTIST is
the new replacement for this. We are still reading both to still
be compatible with old files.

Fixes bug #644875.
This commit is contained in:
Debarshi Ray 2011-06-05 02:00:08 +05:30 committed by David Schleef
parent 252c1afcc2
commit 25e0da562b

View file

@ -1702,6 +1702,7 @@ gst_matroska_parse_parse_metadata_id_simple_tag (GstMatroskaParse * parse,
tag_conv[] = {
{
GST_MATROSKA_TAG_ID_TITLE, GST_TAG_TITLE}, {
GST_MATROSKA_TAG_ID_ARTIST, GST_TAG_ARTIST}, {
GST_MATROSKA_TAG_ID_AUTHOR, GST_TAG_ARTIST}, {
GST_MATROSKA_TAG_ID_ALBUM, GST_TAG_ALBUM}, {
GST_MATROSKA_TAG_ID_COMMENTS, GST_TAG_COMMENT}, {