Release 0.11.99 RELEASE-0.11.99
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 17 Sep 2012 16:59:57 +0000 (17:59 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 17 Sep 2012 16:59:57 +0000 (17:59 +0100)
configure.ac
docs/plugins/inspect/plugin-xingmux.xml [new file with mode: 0644]
gst-plugins-ugly.doap
win32/common/config.h

index b36722d..c7bdbcb 100644 (file)
@@ -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 (file)
index 0000000..8ef013d
--- /dev/null
@@ -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
index 2937f42..995992a 100644 (file)
@@ -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>
index 65796da..c754ce2 100644 (file)
@@ -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
 #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"
 #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
 #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). */