mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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:
parent
e5e09844ea
commit
c36a3e46f5
2 changed files with 2 additions and 1 deletions
|
@ -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 ****
|
||||
|
||||
|
|
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue