summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-05 14:05:16 +0000
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-05 14:08:28 +0000
commit88da2deef7981109321c475b9d788b744f856191 (patch)
tree1008a5d3e9a48e75de9e03f66370223ea42c33fd
parentf6889f37eb26ceb9be864990e8f9f3157854eee1 (diff)
downloadfarstream-88da2deef7981109321c475b9d788b744f856191.tar.gz
Bump up requirement to gst 0.10.22 for new rtcp filtering
-rw-r--r--README4
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index ec35bac0..8ff596a1 100644
--- a/README
+++ b/README
@@ -15,8 +15,8 @@ Requirements
============
Build time:
- - gstreamer 0.10.20
- - gst-plugins-base 0.10.20
+ - gstreamer 0.10.22
+ - gst-plugins-base 0.10.22
- glib 2.16
For UPnP support:
diff --git a/configure.ac b/configure.ac
index d976c71b..31069b27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,8 +55,8 @@ dnl AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.20
-GSTPB_REQ=0.10.20
+GST_REQ=0.10.22
+GSTPB_REQ=0.10.22
dnl *** autotools stuff ****