build: mention that support for GStreamer 0.10 is deprecated.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 3 Jul 2014 17:42:02 +0000 (19:42 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 3 Jul 2014 17:43:05 +0000 (19:43 +0200)
README
configure.ac

diff --git a/README b/README
index 69c8413..bb5b6d3 100644 (file)
--- a/README
+++ b/README
@@ -64,7 +64,7 @@ Requirements
 
 Software requirements
 
-  * GStreamer 0.10.x:
+  * GStreamer 0.10.x [DEPRECATED]:
       libglib2.0-dev (>= 2.28)
       libgstreamer0.10-dev (>= 0.10.36)
         or with GstBaseSink::query()
index 7bba4ba..3e36f0f 100644 (file)
@@ -256,6 +256,7 @@ AC_SUBST([GST_PKG_VERSION])
 
 dnl Validate certain features
 if test "$USE_GST_API_0_10" = "yes"; then
+    AC_MSG_WARN([support for GStreamer 0.10 is deprecated, and will be removed])
     if test "$enable_builtin_videoparsers" = "yes"; then
         AC_MSG_WARN([disabled built-in videoparsers (unsupported)])
         enable_builtin_videoparsers="no"