From 2fe4042abf68a60a8ddc042cdf62dc8e5130683f Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 17 Sep 2012 17:59:57 +0100 Subject: Release 0.11.99 --- configure.ac | 6 +++--- docs/plugins/inspect/plugin-xingmux.xml | 34 +++++++++++++++++++++++++++++++++ gst-plugins-ugly.doap | 11 +++++++++++ win32/common/config.h | 8 ++++---- 4 files changed, 52 insertions(+), 7 deletions(-) create mode 100644 docs/plugins/inspect/plugin-xingmux.xml 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 @@ + + xingmux + Add XING tags to mpeg audio files + ../../gst/xingmux/.libs/libgstxingmux.so + libgstxingmux.so + 0.11.99 + LGPL + gst-plugins-ugly + GStreamer Ugly Plug-ins source release + Unknown package origin + + + xingmux + MP3 Xing muxer + Formatter/Metadata + Adds a Xing header to the beginning of a VBR MP3 file + Christophe Fergeau <teuf@gnome.org> + + + sink + sink + always +
audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]
+
+ + src + source + always +
audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]
+
+
+
+
+
\ 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 @@ -33,6 +33,17 @@ might be widely known to present patent problems. + + + 0.11.99 + 0.11 + Stole Many a Mans Soul and Faith + 2012-09-17 + + + + + 0.11.94 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). */ -- cgit v1.2.3