configure: bump gst-validate requirement to 1.12.1
authorTim-Philipp Müller <tim@centricular.com>
Sat, 12 Aug 2017 09:01:51 +0000 (10:01 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 12 Aug 2017 09:07:22 +0000 (10:07 +0100)
For gst_validate_scenario_get_pipeline().

configure.ac

index 659dcc4..3b7e2da 100644 (file)
@@ -135,7 +135,7 @@ PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0 >= $PYGOBJECT_REQ,
 AM_CONDITIONAL(WITH_PYTHON, [test "x$HAVE_PYGOBJECT" = "xyes"])
 
 dnl check for gst-validate
-PKG_CHECK_MODULES(GST_VALIDATE, gst-validate-1.0 >= 1.5.90,
+PKG_CHECK_MODULES(GST_VALIDATE, gst-validate-1.0 >= 1.12.1,
   [
     HAVE_GST_VALIDATE=yes
     AC_DEFINE(HAVE_GST_VALIDATE, 1, [Define if build with gst-validate support])