diff options
author | Sreerenj Balachandran <sreerenj.balachandran@intel.com> | 2015-10-15 10:59:08 +0300 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | 2015-10-19 16:05:25 +0200 |
commit | e2c4b087419264bb86bb6967c28e1862523d306d (patch) | |
tree | 14d121f787ef9ebef6108cb16851324f005d5318 /configure.ac | |
parent | 087e549c1e082545d0bc86fd202d200ab57e54fd (diff) |
configure: mark support for GStreamer 1.2 as obsolete.
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6c94f949..2c567d59 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |