id3tag: map the ID3v2 TENC frame to GST_TAG_ENCODED_BY

https://bugzilla.gnome.org/show_bug.cgi?id=627268
This commit is contained in:
Sreerenj Balachandran 2010-08-19 22:31:07 +03:00 committed by Tim-Philipp Müller
parent e5e09844ea
commit c36a3e46f5
2 changed files with 2 additions and 1 deletions

View file

@ -60,7 +60,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.32
GST_REQ=0.10.32.1
dnl *** autotools stuff ****

View file

@ -201,6 +201,7 @@ static const GstTagEntryMatch tag_matches[] = {
{GST_TAG_COMPOSER, "TCOM"},
{GST_TAG_COPYRIGHT, "TCOP"},
{GST_TAG_COPYRIGHT_URI, "WCOP"},
{GST_TAG_ENCODED_BY, "TENC"},
{GST_TAG_GENRE, "TCON"},
{GST_TAG_DATE, "TDRC"},
{GST_TAG_COMMENT, "COMM"},