mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
configure: mark support for GStreamer < 1.2 as deprecated.
Supporting anything thing below GStreamer 1.2 is asking for trouble for keeping up with the required facilities to make efficient pipelines. Users are invited to upgrade to the very latest GStreamer 1.2.x release, at the minimum.
This commit is contained in:
parent
f79337c714
commit
a6737ad43a
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,8 @@ if test "$USE_GST_API_0_10" = "yes"; then
|
|||
AC_MSG_WARN([disabled built-in videoparsers (unsupported)])
|
||||
enable_builtin_videoparsers="no"
|
||||
fi
|
||||
elif test "$USE_GST_API_1_2p" != "yes"; then
|
||||
AC_MSG_WARN([support for GStreamer < 1.2 is deprecated, please upgrade])
|
||||
fi
|
||||
|
||||
dnl GStreamer Core
|
||||
|
|
Loading…
Reference in a new issue