diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 **** |