summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-08-16 13:01:32 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-16 13:01:32 +0000
commit81d46b82779e8672b48d5cc3e94d59e54838afd8 (patch)
tree13e6fc0e488d38557cd985f5b852dae3a6b069a7 /configure.ac
parente501141c7598a12e2e0798484f96d4efe6961de7 (diff)
configure.ac: Require CVS of GStreamer core and -base (for
Original commit message from CVS: * configure.ac: Require CVS of GStreamer core and -base (for GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()). * ext/taglib/gstid3v2mux.cc: Write extended comment tags properly (#348762). * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame), (parse_comment_frame): Extract COMM frames into extended comments, which makes it easier to properly retain the description bit of the tag and maintain this information when re-tagging (#348762).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6ffb1e4b..b6f215ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,8 +44,8 @@ dnl AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.8
-GSTPB_REQ=0.10.5.1
+GST_REQ=0.10.9.1
+GSTPB_REQ=0.10.9.1
dnl *** autotools stuff ****