id3mux: map new GST_TAG_ENCODED_BY to ID3v2 TENC frame

https://bugzilla.gnome.org/show_bug.cgi?id=627268
This commit is contained in:
Tim-Philipp Müller 2011-02-01 14:40:54 +00:00
parent c57a9e4ba9
commit 149cca83d0
2 changed files with 2 additions and 1 deletions

View file

@ -50,7 +50,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
GSTPB_REQ=0.10.32
dnl *** autotools stuff ****

View file

@ -1047,6 +1047,7 @@ static const struct
GST_TAG_COPYRIGHT, add_text_tag, "TCOP"}, {
GST_TAG_COMPOSER, add_text_tag, "TCOM"}, {
GST_TAG_GENRE, add_text_tag, "TCON"}, {
GST_TAG_ENCODED_BY, add_text_tag, "TENC"}, {
/* Private frames */
GST_ID3_DEMUX_TAG_ID3V2_FRAME, add_id3v2frame_tag, NULL}, {