configure: mark support for GStreamer 1.2 as obsolete.
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Thu, 15 Oct 2015 07:59:08 +0000 (10:59 +0300)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Mon, 19 Oct 2015 14:05:25 +0000 (16:05 +0200)
Support for GStreamer 1.2 is obsolete. i.e. it is no longer supported.
Our goal is to support the last two stable versions of GStreamer which
are 1.4 and 1.6 at the moment.
We still keep the 1.2 specific codes until the next gstreamer-vaapi-0.7
release and will get rid of those in 0.8.

configure.ac

index 6c94f94..2c567d5 100644 (file)
@@ -243,7 +243,7 @@ AC_DEFINE_UNQUOTED([GST_PKG_VERSION_S], ["$GST_PKG_VERSION"],
     [Defined to the string representation of GStreamer API version])
 
 if test "$GST_API_VERSION" = "1.2"; then
-    AC_MSG_WARN([support for GStreamer 1.2 is deprecated, please upgrade])
+    AC_MSG_WARN([support for GStreamer 1.2 is obsolete, and will be removed])
 fi
 
 dnl GStreamer Core