summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 8ed180b4..6b8e7564 100644
--- a/README
+++ b/README
@@ -15,8 +15,8 @@ Requirements
============
Build time:
- - gstreamer 0.10.18
- - gst-plugins-base 0.10.18
+ - gstreamer 0.10.20
+ - gst-plugins-base 0.10.20
- glib 2.16
Run time for the RTP plugin:
diff --git a/configure.ac b/configure.ac
index 05b10711..2d03afd4 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.17
-GSTPB_REQ=0.10.17
+GST_REQ=0.10.20
+GSTPB_REQ=0.10.20
dnl *** autotools stuff ****