summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-10-19 16:45:24 +0200
committerBenjamin Otte <otte@gnome.org>2009-10-19 16:45:24 +0200
commitfbc83169fd779117019dd3b392c460399d76fba3 (patch)
tree6305a795415c85ab9dfc38868ac43302219b686d /configure.ac
parent760c03495d74d51751f03b764e36a80684257845 (diff)
Use gst_caps_set_{simple,value} instead of our own functions
The functions are in gstreamer 0.10.26
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d5d17dc..87c6916 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ AM_PROG_LIBTOOL
AS_PROG_OBJC
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.24.1
+GST_REQ=0.10.25.1
GSTPB_REQ=0.10.24.1
dnl *** autotools stuff ****