From e016a70a7c97fc61c6cb5cd3821d38bc5ae5c9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 24 Dec 2015 14:16:21 +0100 Subject: Release 1.7.1 --- win32/common/config.h | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'win32') diff --git a/win32/common/config.h b/win32/common/config.h index c6b22d462..027a27e11 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -45,6 +45,9 @@ /* GStreamer API Version */ #define GST_API_VERSION "1.0" +/* Define if extra runtime checks should be enabled */ +#undef GST_ENABLE_EXTRA_CHECKS + /* Defined if gcov is enabled to force a rebuild due to config.h changing */ #undef GST_GCOV_ENABLED @@ -61,11 +64,14 @@ #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 +/* Define if Video4Linux probe shall be run at plugin load */ +#undef GST_V4L2_ENABLE_PROBE + /* Define to enable aalib ASCII Art library (used by aasink). */ #undef HAVE_AALIB @@ -346,6 +352,9 @@ /* Define to enable VPX decoder (used by vpx). */ #undef HAVE_VPX +/* Defined if the VPX library version is 1.4 or bigger */ +#undef HAVE_VPX_1_4 + /* Define to enable Win32 WaveForm (used by waveformsink). */ #undef HAVE_WAVEFORM @@ -387,7 +396,7 @@ #define PACKAGE_NAME "GStreamer Good Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Good Plug-ins 1.6.0" +#define PACKAGE_STRING "GStreamer Good Plug-ins 1.7.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -396,7 +405,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 @@ -427,7 +436,7 @@ #undef TARGET_CPU /* 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