summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README10
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index bc85ecde..965415fd 100644
--- a/README
+++ b/README
@@ -15,8 +15,8 @@ Requirements
============
Build time:
- - gstreamer 1.0.0
- - gst-plugins-base 1.0.0
+ - gstreamer 1.2.0
+ - gst-plugins-base 1.2.0
- glib 2.32
- libnice 0.1.3
- gobject-introspection 0.10.1
@@ -26,11 +26,11 @@ For UPnP support:
Run time for the RTP plugin:
All of the build time requirements (except gtk-doc) plus
- - gst-plugins-good 1.0.0
- - gst-plugins-bad 1.0.0
+ - gst-plugins-good 1.2.0
+ - gst-plugins-bad 1.2.0
Run time for the MSN plugin:
- - gst-plugins-bad 1.0.0
+ - gst-plugins-bad 1.2.0
For the GUI example:
- Gtk 3.0
diff --git a/configure.ac b/configure.ac
index b5669401..f90f5f85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,8 +66,8 @@ dnl AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.0
-GSTPB_REQ=1.0
+GST_REQ=1.2
+GSTPB_REQ=1.2
dnl *** autotools stuff ****