From 04c392fa7d86f348ae9edaabf4c95b8deb64288e Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 15 Jun 2011 19:29:48 +0100 Subject: Release 0.10.35 This is an ad-hoc release that is almost identical to 0.10.34: * work around GLib atomic ops API change * don't use G_CONST_RETURN in public headers * subparse: typefinding fixes for subtitles in non-UTF8 charsets --- win32/common/_stdint.h | 4 ++-- win32/common/config.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'win32') diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h index 42ecf27b5..6978eacb0 100644 --- a/win32/common/_stdint.h +++ b/win32/common/_stdint.h @@ -1,8 +1,8 @@ #ifndef _GST_PLUGINS_BASE__STDINT_H #define _GST_PLUGINS_BASE__STDINT_H 1 #ifndef _GENERATED_STDINT_H -#define _GENERATED_STDINT_H "gst-plugins-base 0.10.34" -/* generated using gnu compiler gcc (Debian 4.5.2-8) 4.5.2 */ +#define _GENERATED_STDINT_H "gst-plugins-base 0.10.35" +/* generated using gnu compiler gcc (Debian 4.6.0-13) 4.6.1 20110611 (prerelease) */ #define _STDINT_HAVE_STDINT_H 1 #include #endif diff --git a/win32/common/config.h b/win32/common/config.h index 9b2809c6d..e548f5cc4 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -81,7 +81,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2011-05-13" +#define GST_PACKAGE_RELEASE_DATETIME "2011-06-15" /* I know the API is subject to change. */ #undef G_UDEV_API_IS_SUBJECT_TO_CHANGE @@ -337,7 +337,7 @@ #define PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.34" +#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.35" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" @@ -346,7 +346,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.34" +#define PACKAGE_VERSION "0.10.35" /* directory where plugins are located */ #ifdef _DEBUG @@ -377,7 +377,7 @@ #undef USE_TREMOLO /* Version number of package */ -#define VERSION "0.10.34" +#define VERSION "0.10.35" /* 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.3