summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 17:59:57 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 17:59:57 +0100
commit2fe4042abf68a60a8ddc042cdf62dc8e5130683f (patch)
tree7770009b9cf54132df924faee5860a75d630128f
parenta98f1533db00ca5ec8686e35b45c612be13e597f (diff)
Release 0.11.99RELEASE-0.11.99
-rw-r--r--configure.ac6
-rw-r--r--docs/plugins/inspect/plugin-xingmux.xml34
-rw-r--r--gst-plugins-ugly.doap11
-rw-r--r--win32/common/config.h8
4 files changed, 52 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index b36722db..c7bdbcb7 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, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT(GStreamer Ugly Plug-ins, 0.11.94.1,
+AC_INIT(GStreamer Ugly Plug-ins, 0.11.99,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
@@ -47,8 +47,8 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
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/docs/plugins/inspect/plugin-xingmux.xml b/docs/plugins/inspect/plugin-xingmux.xml
new file mode 100644
index 00000000..8ef013de
--- /dev/null
+++ b/docs/plugins/inspect/plugin-xingmux.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>xingmux</name>
+ <description>Add XING tags to mpeg audio files</description>
+ <filename>../../gst/xingmux/.libs/libgstxingmux.so</filename>
+ <basename>libgstxingmux.so</basename>
+ <version>0.11.99</version>
+ <license>LGPL</license>
+ <source>gst-plugins-ugly</source>
+ <package>GStreamer Ugly Plug-ins source release</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>xingmux</name>
+ <longname>MP3 Xing muxer</longname>
+ <class>Formatter/Metadata</class>
+ <description>Adds a Xing header to the beginning of a VBR MP3 file</description>
+ <author>Christophe Fergeau &lt;teuf@gnome.org&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap
index 2937f424..995992a2 100644
--- a/gst-plugins-ugly.doap
+++ b/gst-plugins-ugly.doap
@@ -35,6 +35,17 @@ might be widely known to present patent problems.
<release>
<Version>
+ <revision>0.11.99</revision>
+ <branch>0.11</branch>
+ <name>Stole Many a Mans Soul and Faith</name>
+ <created>2012-09-17</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.11.99.tar.xz" />
+ </Version>
+ </release>
+
+
+ <release>
+ <Version>
<revision>0.11.94</revision>
<branch>0.11</branch>
<name>Rag Hummin'</name>
diff --git a/win32/common/config.h b/win32/common/config.h
index 65796da9..c754ce24 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -61,7 +61,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"
/* Define to enable a52dec (used by a52dec). */
#undef HAVE_A52DEC
@@ -248,7 +248,7 @@
#define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.11.94"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.11.99"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
@@ -257,7 +257,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
@@ -288,7 +288,7 @@
#undef TARGET_CPU
/* Version number of package */
-#define VERSION "0.11.94"
+#define VERSION "0.11.99"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */