summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-02-01 14:40:54 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-02-01 14:40:54 +0000
commit149cca83d05a486bad3cb87553d3554940305b5f (patch)
tree930d553db6920152b9232df8a081e6b21e58b8eb
parentc57a9e4ba9e267b9b370d4f6c61675504a69184d (diff)
id3mux: map new GST_TAG_ENCODED_BY to ID3v2 TENC frame
https://bugzilla.gnome.org/show_bug.cgi?id=627268
-rw-r--r--configure.ac2
-rw-r--r--gst/id3tag/id3tag.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 618aef90b..3da824432 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 ****
diff --git a/gst/id3tag/id3tag.c b/gst/id3tag/id3tag.c
index 272301bd1..2f3bebf84 100644
--- a/gst/id3tag/id3tag.c
+++ b/gst/id3tag/id3tag.c
@@ -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}, {