summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-02-03 19:32:38 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2009-02-03 19:32:38 +0100
commitd5a00f1f23744e6fa6f7e8c767c8f4d03e72646d (patch)
treea089cc5f31242a25f7400c4fd903caa5c54d02e4 /configure.ac
parentf303eef9bb41bf87039042aa2e96cb607a7eac4a (diff)
Rework the way we handle transports for streams
Make the media accept an array of transports for the streams that we have configured for the play/pause requests. Implement server states for a client and its media. Require 0.10.22.1 (git HEAD) of gstreamer.
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 9fdd1a1..a5eb524 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,8 +37,8 @@ AC_SUBST(GST_MAJORMINOR)
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.20
-GSTPB_REQ=0.10.20
+GST_REQ=0.10.22.1
+GSTPB_REQ=0.10.22.1
dnl export for .pc files
AC_SUBST([GST_REQ])