summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-03-15 23:19:30 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-15 23:19:30 +0000
commit8806aa58d3cb1375f071cbcde3979167b6934f80 (patch)
treed7020bb9e583f3b71b12b8e705d384ab5635d713
parent0d2a1a0cae7a879a5ab7e60def9d0108d56ad280 (diff)
configure.ac: Bump requirements to gst-plugins-base CVS because of buggy gst_tag_from_id3_user_tag() in 0.10.5.
Original commit message from CVS: * configure.ac: Bump requirements to gst-plugins-base CVS because of buggy gst_tag_from_id3_user_tag() in 0.10.5.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 653411f4..5c2c840c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
+ Bump requirements to gst-plugins-base CVS because
+ of buggy gst_tag_from_id3_user_tag() in 0.10.5.
+
2006-03-15 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
* rtp/gst/gstrtppcmadepay.c:
diff --git a/configure.ac b/configure.ac
index d0deedd0..6a2befe6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.4
-GSTPB_REQ=0.10.5
+GSTPB_REQ=0.10.5.1
dnl *** autotools stuff ****