summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ebfaf70)
raw | patch | inline | side by side (parent: ebfaf70)
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | |
Sat, 10 Dec 2011 01:04:10 +0000 (01:04 +0000) | ||
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | |
Sat, 10 Dec 2011 01:27:32 +0000 (01:27 +0000) |
configure.ac | patch | blob | history | |
win32/common/config.h | patch | blob | history | |
win32/common/gstenumtypes.c | patch | blob | history | |
win32/common/gstversion.h | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 76900def91e3343b02fdf1f2e5b6e61255a69db5..651290d7257eacd7c7e8ca4e52813f731e64fd51 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too
-AC_INIT(GStreamer, 0.10.35.1,
+AC_INIT(GStreamer, 0.10.35.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer)
AG_GST_INIT
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 29, 0, 29)
+AS_LIBTOOL(GST, 30, 0, 30)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.
diff --git a/win32/common/config.h b/win32/common/config.h
index af2c8e5d1423ab953a0d2427914f3018390b1043..3c6e755886cdfa4f400b0178754c3ab8d61bc216 100644 (file)
--- a/win32/common/config.h
+++ b/win32/common/config.h
#define GST_MAJORMINOR "0.10"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer git"
+#define GST_PACKAGE_NAME "GStreamer prerelease"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2011-06-18T12:45Z"
+#define GST_PACKAGE_RELEASE_DATETIME "2011-12-10T00:50Z"
/* location of the installed gst-plugin-scanner */
#define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"
#define PACKAGE_NAME "GStreamer"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 0.10.35.1"
+#define PACKAGE_STRING "GStreamer 0.10.35.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gstreamer"
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.35.1"
+#define PACKAGE_VERSION "0.10.35.2"
/* directory where plugins are located */
#ifdef _DEBUG
#undef USE_POISONING
/* Version number of package */
-#define VERSION "0.10.35.1"
+#define VERSION "0.10.35.2"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
index 7a0f5ae30d3d9fcb4b489b59a6b84c22aba032c8..e1edd0d125ed0b52fccdd2c56f6534a5d76aece5 100644 (file)
{C_FLAGS (GST_BUFFER_COPY_TIMESTAMPS), "GST_BUFFER_COPY_TIMESTAMPS",
"timestamps"},
{C_FLAGS (GST_BUFFER_COPY_CAPS), "GST_BUFFER_COPY_CAPS", "caps"},
+ {C_FLAGS (GST_BUFFER_COPY_QDATA), "GST_BUFFER_COPY_QDATA", "qdata"},
{0, NULL, NULL}
};
{
static gsize id = 0;
static const GFlagsValue values[] = {
+ {C_FLAGS (GST_CAPS_FLAGS_NONE), "GST_CAPS_FLAGS_NONE", "none"},
{C_FLAGS (GST_CAPS_FLAGS_ANY), "GST_CAPS_FLAGS_ANY", "any"},
{0, NULL, NULL}
};
{
static gsize id = 0;
static const GFlagsValue values[] = {
+ {C_FLAGS (GST_ALLOC_TRACE_NONE), "GST_ALLOC_TRACE_NONE", "none"},
{C_FLAGS (GST_ALLOC_TRACE_LIVE), "GST_ALLOC_TRACE_LIVE", "live"},
{C_FLAGS (GST_ALLOC_TRACE_MEM_LIVE), "GST_ALLOC_TRACE_MEM_LIVE",
"mem-live"},
{
static gsize id = 0;
static const GEnumValue values[] = {
+ {C_ENUM (GST_TYPE_FIND_NONE), "GST_TYPE_FIND_NONE", "none"},
{C_ENUM (GST_TYPE_FIND_MINIMUM), "GST_TYPE_FIND_MINIMUM", "minimum"},
{C_ENUM (GST_TYPE_FIND_POSSIBLE), "GST_TYPE_FIND_POSSIBLE", "possible"},
{C_ENUM (GST_TYPE_FIND_LIKELY), "GST_TYPE_FIND_LIKELY", "likely"},
index 044b1815e73eff3f25a66559e4727f51c12212ae..0f4b6acc74c1c755046acbee6e99ce7426fe0e0d 100644 (file)
* The nano version of GStreamer at compile time:
* Actual releases have 0, GIT versions have 1, prerelease versions have 2-...
*/
-#define GST_VERSION_NANO (1)
+#define GST_VERSION_NANO (2)
/**
* GST_CHECK_VERSION: