diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-02 15:14:22 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-02 15:14:22 +0000 |
commit | eeef238248378704b2a47a346fb4365001dc36ae (patch) | |
tree | c0722b8a15dbf9426e285566781ea399b9f2d7db /configure.ac | |
parent | 559094e26cb1e17acfb5e5f3060f5a62bb5c1681 (diff) |
configure.ac: Bump requirements to current core and -base CVS (core for new typefind helper API, and -base for the
Original commit message from CVS:
* configure.ac:
Bump requirements to current core and -base CVS
(core for new typefind helper API, and -base for the
WAVFORMATEX support that was added to libgstriff and
is needed by wavparse).
* gst/apetag/Makefile.am:
* gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
(gst_tag_demux_sink_activate):
Use new typefind helpers for typefinding instead of our
home-grown stuff; also, do typefinding in pull-mode if
upstream supports that.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4fac20d5..38934a81 100644 --- a/configure.ac +++ b/configure.ac @@ -36,8 +36,8 @@ AS_LIBTOOL_TAGS AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.2.2 -GSTPB_REQ=0.10.2.2 +GST_REQ=0.10.3.1 +GSTPB_REQ=0.10.3.1 dnl *** autotools stuff **** |