From 3a088ecc9330d5cb8888ff43de0fe4f61c23a607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 24 Dec 2015 14:28:42 +0100 Subject: Release 1.7.1 --- win32/common/config.h | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) (limited to 'win32') diff --git a/win32/common/config.h b/win32/common/config.h index f9aa3f75e..05996f5eb 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -55,12 +55,18 @@ /* GStreamer API Version */ #define GST_API_VERSION "1.0" +/* Define if extra runtime checks should be enabled */ +#undef GST_ENABLE_EXTRA_CHECKS + /* Extra platform specific plugin suffix */ #undef GST_EXTRA_MODULE_SUFFIX /* Defined if gcov is enabled to force a rebuild due to config.h changing */ #undef GST_GCOV_ENABLED +/* DMABUF available for gl plugins */ +#undef GST_GL_HAVE_DMABUF + /* EGL module name */ #undef GST_GL_LIBEGL_MODULE_NAME @@ -89,7 +95,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2015-09-25" +#define GST_PACKAGE_RELEASE_DATETIME "2015-12-24" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -409,6 +415,12 @@ /* Define if nettle is available */ #undef HAVE_NETTLE +/* Define to enable NVIDIA Encode API (used by nvenc). */ +#undef HAVE_NVENC + +/* NVENC GStreamer OpenGL support available */ +#undef HAVE_NVENC_GST_GL + /* Define to enable ofa plugins (used by ofa). */ #undef HAVE_OFA @@ -501,6 +513,15 @@ /* Define to enable Qt elements (used by qt). */ #undef HAVE_QT +/* Define if Qt Android integration is installed */ +#undef HAVE_QT_ANDROID + +/* Define if Qt iOS integration is installed */ +#undef HAVE_QT_IOS + +/* Define if Qt Mac integration is installed */ +#undef HAVE_QT_MAC + /* Define if Qt Wayland integration is installed */ #undef HAVE_QT_WAYLAND @@ -717,7 +738,7 @@ #define PACKAGE_NAME "GStreamer Bad Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.6.0" +#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.7.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-bad" @@ -726,7 +747,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.6.0" +#define PACKAGE_VERSION "1.7.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -770,7 +791,7 @@ #undef USE_EGL_RPI /* Version number of package */ -#define VERSION "1.6.0" +#define VERSION "1.7.1" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ -- cgit v1.2.1