summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 17:57:58 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 17:57:58 +0100
commitd939d79a1f89f6f24522c9ab2da60062bcdd7cb7 (patch)
treef42ae02b08a8eb1fafeb2e1552165f8d5397e2f8
parente10b0b74313b108da963b64b7efc689681267eaf (diff)
Release 0.11.99RELEASE-0.11.99
-rw-r--r--configure.ac6
-rw-r--r--gst-plugins-good.doap10
-rw-r--r--win32/common/config.h17
3 files changed, 26 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 3dca6ce14..61257e710 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
-AC_INIT(GStreamer Good Plug-ins, 0.11.94.1,
+AC_INIT(GStreamer Good Plug-ins, 0.11.99,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)
@@ -48,8 +48,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.11.94
-GSTPB_REQ=0.11.94
+GST_REQ=0.11.99
+GSTPB_REQ=0.11.99
dnl *** autotools stuff ****
diff --git a/gst-plugins-good.doap b/gst-plugins-good.doap
index b810e555e..c449ae5b0 100644
--- a/gst-plugins-good.doap
+++ b/gst-plugins-good.doap
@@ -34,6 +34,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
<release>
<Version>
+ <revision>0.11.99</revision>
+ <branch>0.11</branch>
+ <name>Been Around for a Long Long Year</name>
+ <created>2012-09-17</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.11.99.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.11.94</revision>
<branch>0.11</branch>
<name>Beatiful Tango</name>
diff --git a/win32/common/config.h b/win32/common/config.h
index aa19516d8..fbb8af076 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -58,7 +58,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2012-09-14"
+#define GST_PACKAGE_RELEASE_DATETIME "2012-09-17"
/* struct v4l2_buffer missing */
#undef GST_V4L2_MISSING_BUFDECL
@@ -325,6 +325,15 @@
/* Define if valgrind should be used */
#undef HAVE_VALGRIND
+/* Defined if the VP8 decoder is available */
+#undef HAVE_VP8_DECODER
+
+/* Defined if the VP8 encoder is available */
+#undef HAVE_VP8_ENCODER
+
+/* Define to enable VPX decoder (used by vpx). */
+#undef HAVE_VPX
+
/* Define to enable Win32 WaveForm (used by waveformsink). */
#undef HAVE_WAVEFORM
@@ -366,7 +375,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 0.11.94"
+#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.99"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
@@ -375,7 +384,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.11.94"
+#define PACKAGE_VERSION "0.11.99"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -409,7 +418,7 @@
#undef TARGET_CPU
/* Version number of package */
-#define VERSION "0.11.94"
+#define VERSION "0.11.99"
/* old wavpack API */
#undef WAVPACK_OLD_API