diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-08-28 12:36:16 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-08-28 12:36:16 +0200 |
commit | 7a0d2198624865b0a4a608e0b22190b59203254f (patch) | |
tree | 1bf47fc68cbac8e0734dda87746b536c4e7dc68f /win32 | |
parent | 9b56f88ad994c079e78473f8c942cf124e332ff8 (diff) |
Release 1.1.4sa
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/config.h | 8 | ||||
-rw-r--r-- | win32/common/gstenumtypes.c | 2 | ||||
-rw-r--r-- | win32/common/gstversion.h | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index 1818c19e6..195f432ad 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -62,7 +62,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2013-07-29" +#define GST_PACKAGE_RELEASE_DATETIME "2013-08-28" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -357,7 +357,7 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 1.1.3" +#define PACKAGE_STRING "GStreamer 1.1.4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gstreamer" @@ -366,7 +366,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.1.3" +#define PACKAGE_VERSION "1.1.4" /* directory where plugins are located */ #ifdef _DEBUG @@ -404,7 +404,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "1.1.3" +#define VERSION "1.1.4" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/win32/common/gstenumtypes.c b/win32/common/gstenumtypes.c index 508a9cd8f..e595f97a2 100644 --- a/win32/common/gstenumtypes.c +++ b/win32/common/gstenumtypes.c @@ -1888,6 +1888,8 @@ gst_parse_flags_get_type (void) {C_FLAGS (GST_PARSE_FLAG_NONE), "GST_PARSE_FLAG_NONE", "none"}, {C_FLAGS (GST_PARSE_FLAG_FATAL_ERRORS), "GST_PARSE_FLAG_FATAL_ERRORS", "fatal-errors"}, + {C_FLAGS (GST_PARSE_FLAG_NO_SINGLE_ELEMENT_BINS), + "GST_PARSE_FLAG_NO_SINGLE_ELEMENT_BINS", "no-single-element-bins"}, {0, NULL, NULL} }; diff --git a/win32/common/gstversion.h b/win32/common/gstversion.h index 49911092d..781a56e9b 100644 --- a/win32/common/gstversion.h +++ b/win32/common/gstversion.h @@ -57,7 +57,7 @@ G_BEGIN_DECLS * * The micro version of GStreamer at compile time: */ -#define GST_VERSION_MICRO (3) +#define GST_VERSION_MICRO (4) /** * GST_VERSION_NANO: * |