summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-05-30 14:21:02 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-05-30 14:21:02 +0100
commit069ca524c5ab440078b7afa35baffd3697134fdc (patch)
tree7ed4e5d5fa68b84183b3b7dbad19106f51c11c5f
parent065e0d4071c0e5abca41df2f81d827c7055c079f (diff)
Release 0.10.15RELEASE-0.10.15
-rw-r--r--ChangeLog540
-rw-r--r--NEWS18
-rw-r--r--RELEASE56
-rw-r--r--configure.ac2
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.prerequisites2
-rw-r--r--docs/plugins/inspect/plugin-a52dec.xml4
-rw-r--r--docs/plugins/inspect/plugin-amrnb.xml4
-rw-r--r--docs/plugins/inspect/plugin-amrwbdec.xml4
-rw-r--r--docs/plugins/inspect/plugin-asf.xml6
-rw-r--r--docs/plugins/inspect/plugin-cdio.xml4
-rw-r--r--docs/plugins/inspect/plugin-dvdlpcmdec.xml7
-rw-r--r--docs/plugins/inspect/plugin-dvdread.xml4
-rw-r--r--docs/plugins/inspect/plugin-dvdsub.xml4
-rw-r--r--docs/plugins/inspect/plugin-iec958.xml4
-rw-r--r--docs/plugins/inspect/plugin-lame.xml4
-rw-r--r--docs/plugins/inspect/plugin-mad.xml4
-rw-r--r--docs/plugins/inspect/plugin-mpeg2dec.xml4
-rw-r--r--docs/plugins/inspect/plugin-mpegaudioparse.xml7
-rw-r--r--docs/plugins/inspect/plugin-mpegstream.xml10
-rw-r--r--docs/plugins/inspect/plugin-realmedia.xml4
-rw-r--r--docs/plugins/inspect/plugin-siddec.xml4
-rw-r--r--docs/plugins/inspect/plugin-twolame.xml4
-rw-r--r--docs/plugins/inspect/plugin-x264.xml4
-rw-r--r--gst-plugins-ugly.doap11
-rw-r--r--win32/common/config.h8
25 files changed, 626 insertions, 97 deletions
diff --git a/ChangeLog b/ChangeLog
index 6370fd7e..110489d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,545 @@
+=== release 0.10.15 ===
+
+2010-05-30 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ releasing 0.10.15, "Englishman in a Baseball Cap"
+
+2010-05-30 12:10:29 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ configure: make implicit GLib and liboil requirements explicit
+ core/base 0.10.26 require GLib >= 2.18 and liboil >= 0.3.14
+
+2010-05-26 23:16:46 -0400 Olivier Crête <tester@tester.ca>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: disable I weighted pred
+ If it is enabled, then it will be main profile instead of baseline.
+ This ensures maximum compatibility of the output stream until the
+ encoder configuration interface gets an overhaul with explicit
+ output profile selection.
+ Fixes #619776.
+
+2010-05-26 12:16:16 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ * win32/common/config.h:
+ 0.10.14.3 pre-release
+
+2010-05-26 11:52:53 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * po/af.po:
+ * po/az.po:
+ * po/bg.po:
+ * po/ca.po:
+ * po/cs.po:
+ * po/da.po:
+ * po/de.po:
+ * po/el.po:
+ * po/en_GB.po:
+ * po/es.po:
+ * po/eu.po:
+ * po/fi.po:
+ * po/fr.po:
+ * po/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/lt.po:
+ * po/lv.po:
+ * po/ms.po:
+ * po/mt.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/or.po:
+ * po/pl.po:
+ * po/pt_BR.po:
+ * po/ru.po:
+ * po/sk.po:
+ * po/sl.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/sv.po:
+ * po/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ * po/zh_CN.po:
+ po: update translations
+
+2010-05-26 11:55:58 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 357b0db to fd7ca04
+
+2010-05-14 20:06:46 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ * win32/common/config.h:
+ 0.10.14.2 pre-release
+
+2010-05-14 18:25:38 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 4d67bd6 to 357b0db
+
+2010-05-14 16:02:47 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/realmedia/rmdemux.c:
+ * gst/realmedia/rmutils.c:
+ * gst/realmedia/rmutils.h:
+ rmdemux: add better sipr nibble swap routine
+
+2010-05-13 17:57:57 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/realmedia/rmdemux.c:
+ rmdemux: descramble SIPR before pushing out
+ Collect and descramble the SIPR packets before pushing.
+ Descramble ATRAC audio.
+ Fixes #618098
+
+2010-05-13 17:57:02 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/realmedia/rmutils.c:
+ * gst/realmedia/rmutils.h:
+ rm: add function to descramble sipr
+
+2010-01-08 20:51:56 -0500 Olivier Crête <olivier.crete@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ * ext/x264/gstx264enc.h:
+ x264enc: Re-send the received upstream event as-is downstream
+ https://bugzilla.gnome.org/show_bug.cgi?id=606689
+
+2010-05-07 15:33:28 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * ext/amrnb/amrnb.c:
+ amrnbenc: Set rank to GST_RANK_SECONDARY
+
+2010-04-30 19:53:15 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * gst/realmedia/rtspreal.c:
+ rtspreal: use GLib's base64 functions if available
+ Since gst_rtsp_base64_decode_ip() just got deprecated in -base git.
+
+2010-04-28 17:10:36 +0400 Руслан Ижбулатов <lrn1986@gmail.com>
+
+ * ext/amrnb/amrnbdec.h:
+ * ext/amrnb/amrnbenc.h:
+ * ext/amrwbdec/amrwbdec.h:
+ amr: Use correct includes (as pkg-config suggests)
+ Fixes #617078
+
+2010-04-27 13:15:47 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/ac3parse/.gitignore:
+ * gst/ac3parse/Makefile.am:
+ * gst/ac3parse/README:
+ * gst/ac3parse/ac3parse.vcproj:
+ * gst/ac3parse/gstac3parse.c:
+ * gst/ac3parse/gstac3parse.h:
+ ac3parse: remove unported 0.8 plugin
+ New ac3parse lives in gst-plugin-bad. Remove this to avoid confusion.
+
+2010-04-27 12:25:37 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/mpegaudioparse/gstmpegaudioparse.c:
+ docs: adding a mp3decoder as well is useful
+
+2010-04-27 11:39:51 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
+ docs: massage section index
+
+2010-04-27 11:39:11 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/amrwbdec/amrwbdec.c:
+ * ext/amrwbdec/amrwbdec.h:
+ amrwbdec: move define to source to avoid hiding it from the docs
+
+2010-04-27 11:38:28 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/cdio/gstcdiocddasrc.c:
+ docs: remove short_desc, it is taken from element details
+
+2010-04-27 11:37:52 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/synaesthesia/gstsynaesthesia.c:
+ docs: fix sections docs for synaesthesia
+
+2010-04-27 11:02:15 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * docs/plugins/Makefile.am:
+ * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+ * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
+ * gst/mpegaudioparse/gstmpegaudioparse.c:
+ docs: add docs for mp3parse
+
+2010-04-20 17:23:04 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * gst-plugins-ugly.doap:
+ doap: update repository info from cvs->git and maintainers
+
+2010-04-23 14:41:42 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From fc85867 to 4d67bd6
+
+2010-04-13 16:59:03 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * tests/check/elements/x264enc.c:
+ x264enc: adaptive NALU type checking
+ In particular, be less picky about SEI NALU order, which makes test more
+ robust with respect to changes in libx264.
+ See also #615410.
+
+2010-04-16 21:10:58 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: adaptive x264 header NAL layout handling
+ Fixes #615410.
+
+2010-04-15 16:31:23 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/asfdemux/gstrtpasfdepay.c:
+ asfdepay: we require a dynamic payload type
+ Add an extra caps property that restricts the depayloader to only accept dynamic
+ payload types.
+
+2010-04-15 07:20:20 -0300 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+ * configure.ac:
+ configure: Drop -Wcast-align
+ Commit message copied from core's commit from Benjamin Otte:
+ 246f5dba96a5b50bb74621af67b30942cca72af5
+ Apparently gcc warns that GstMiniObject is not castable to
+ GstEvent/Message/Buffer due to them containing 64bit variables, even
+ though ARM hackers claim that those only need 4byte alignment. And as
+ long as gcc behaves that way, this warning is not very useful.
+ So we'll remove the warning until this problem is fixed.
+ Fixes #615698
+
+2010-04-14 09:27:14 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ mpeg2dec: copy over all buffer flags when copying buffers.
+ Avoids losing the tff/rff video buffer flags
+
+2010-03-14 12:16:21 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/asfdemux/asfpacket.c:
+ asfdemux: Make a table static to avoid having to always allocate it.
+
+2010-04-13 16:31:25 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: fix up avcC header construction
+ Fix off-by-one introduced by commit 35dd89951d8bb1c094da65480e4197efdfb4e93c
+ for BUILD_X264 < 76.
+ Also fixes #610089.
+
+2010-04-13 13:16:41 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: parameterize libx264 provided NAL layout in codec-data creation
+
+2010-04-12 12:43:05 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * configure.ac:
+ configure: Remove -Wundef flag
+ Same fix as for #615161
+
+2010-04-09 11:23:22 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From fdf023d to fc85867
+
+2010-04-09 09:55:14 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * gst-libs/gst/gettext.h:
+ i18n: #if ENABLE_NLS -> #ifdef ENABLE_NLS to fix compiler warning
+
+2010-03-30 00:36:38 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * common:
+ * ext/Makefile.am:
+ * gst/Makefile.am:
+ build: build plugins in parallel where possible, if make -jN is used
+
+2010-03-26 17:08:23 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * Makefile.am:
+ build: add cruft alert for common/shave*
+
+2010-03-25 19:40:33 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * win32/MANIFEST:
+ Fix make distcheck
+ Remove removed file win32/common/config.h.in from MANIFEST.
+
+2010-03-24 19:35:03 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/synaesthesia/synaescope.c:
+ * gst/synaesthesia/synaescope.h:
+ synaestesia: Fix old-style prototype
+
+2010-03-24 19:07:11 +0300 Руслан Ижбулатов <lrn1986@gmail.com>
+
+ * gst/realmedia/rmutils.c:
+ Fix pointer type.
+ Fixes #613815
+
+2010-03-24 18:55:32 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * common:
+ Automatic update of common submodule
+ From 55cd514 to c1d07dd
+
+2010-03-24 11:27:40 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ * ext/amrnb/amrnbdec.c:
+ * ext/amrnb/amrnbenc.c:
+ * ext/cdio/gstcdiocddasrc.h:
+ * ext/dvdread/dvdreadsrc.c:
+ * ext/lame/gstlame.h:
+ * ext/lame/gstlamemp3enc.h:
+ * ext/lame/plugin.c:
+ * ext/mad/gstmad.c:
+ * ext/x264/gstx264enc.c:
+ * ext/x264/gstx264enc.h:
+ * gst/mpegaudioparse/gstmpegaudioparse.c:
+ * gst/mpegaudioparse/gstxingmux.c:
+ * gst/mpegstream/gstdvddemux.c:
+ * gst/mpegstream/gstmpegdemux.c:
+ * gst/mpegstream/gstmpegparse.c:
+ * gst/realmedia/asmrules.c:
+ * gst/realmedia/pnmsrc.c:
+ * gst/realmedia/pnmsrc.h:
+ * gst/realmedia/rdtdepay.h:
+ * gst/realmedia/rdtmanager.c:
+ * gst/realmedia/rtspreal.c:
+ build: Add all kinds of compiler warning flags and fix the resulting warnings
+
+2010-03-19 00:03:53 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * ext/amrnb/Makefile.am:
+ * ext/amrwbdec/Makefile.am:
+ * ext/sidplay/Makefile.am:
+ * gst/asfdemux/Makefile.am:
+ * gst/mpegaudioparse/Makefile.am:
+ build: fix up Makefile.am
+ Mostly just add $(GST_BASE_CFLAGS) where they're missing and fix
+ the order a bit here and there (see docs/random/moving-plugins).
+
+2010-03-19 00:02:40 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * win32/common/config.h.in:
+ win32: remove win32-specific config.h.in copy that's not used any longer
+ The win32 config.h is now generated from the top-level config.h.in.
+
+2010-03-18 15:53:14 +0100 Benjamin Otte <otte@redhat.com>
+
+ * ext/a52dec/gsta52dec.c:
+ * ext/amrnb/amrnbdec.c:
+ * ext/amrnb/amrnbenc.c:
+ * ext/amrwbdec/amrwbdec.c:
+ * ext/cdio/gstcdiocddasrc.c:
+ * ext/dvdread/dvdreadsrc.c:
+ * ext/lame/gstlame.c:
+ * ext/mad/gstmad.c:
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ * gst/ac3parse/gstac3parse.c:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/asfdemux/gstrtpasfdepay.c:
+ * gst/asfdemux/gstrtspwms.c:
+ * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+ * gst/iec958/ac3iec.c:
+ * gst/mpegaudioparse/gstmpegaudioparse.c:
+ * gst/mpegaudioparse/gstxingmux.c:
+ * gst/mpegstream/gstdvddemux.c:
+ * gst/mpegstream/gstmpegdemux.c:
+ * gst/mpegstream/gstmpegparse.c:
+ * gst/mpegstream/gstrfc2250enc.c:
+ * gst/realmedia/pnmsrc.c:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rdtdepay.c:
+ * gst/realmedia/rdtmanager.c:
+ * gst/realmedia/rmdemux.c:
+ * gst/realmedia/rtspreal.c:
+ * gst/synaesthesia/gstsynaesthesia.c:
+ gst_element_class_set_details => gst_element_class_set_details_simple
+
+2010-03-16 15:05:06 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Put pixel-aspect-ratio from input into the src pad caps
+ Fixes bug #612995.
+
+2010-03-12 13:59:53 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * common:
+ Automatic update of common submodule
+ From e272f71 to 55cd514
+
+2010-03-11 11:21:19 +0100 Benjamin Otte <otte@redhat.com>
+
+ * common:
+ Automatic update of common submodule
+ From df8a7c8 to e272f71
+
+2010-03-10 22:13:45 +0100 Benjamin Otte <otte@redhat.com>
+
+ * configure.ac:
+ Update CXXFLAGS, too
+
+2010-03-10 21:01:20 +0100 Benjamin Otte <otte@redhat.com>
+
+ * configure.ac:
+ Update for recent changes to common submodule
+ This just replaces every "$ERROR_CFLAGS" usage with a usage of
+ "$WARNING_CFLAGS $ERROR_CFLAGS" to get the same functionality as
+ previously.
+ Actually using that separation will happen later.
+
+2010-03-10 21:52:30 +0100 Benjamin Otte <otte@redhat.com>
+
+ * common:
+ Automatic update of common submodule
+ From 9720a7d to df8a7c8
+
+2010-03-10 20:44:18 +0100 Benjamin Otte <otte@redhat.com>
+
+ * common:
+ Automatic update of common submodule
+ From 0b6e072 to 9720a7d
+
+2010-03-10 16:10:17 +0100 Benjamin Otte <otte@redhat.com>
+
+ * common:
+ Automatic update of common submodule
+ From 7cc5eb4 to 0b6e072
+
+2010-03-10 01:10:52 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 7aa65b5 to 7cc5eb4
+
+2010-03-09 21:40:26 +0000 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 44ecce7 to 7aa65b5
+
+2010-02-26 15:43:58 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ configure: Use automake 1.11 silent rules instead of shave if available
+ This makes sure that we use something that is still maintained and
+ also brings back libtool 1.5 support.
+
+2010-03-09 17:42:11 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ * docs/plugins/inspect/plugin-a52dec.xml:
+ * docs/plugins/inspect/plugin-amrnb.xml:
+ * docs/plugins/inspect/plugin-amrwbdec.xml:
+ * docs/plugins/inspect/plugin-asf.xml:
+ * docs/plugins/inspect/plugin-cdio.xml:
+ * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+ * docs/plugins/inspect/plugin-dvdread.xml:
+ * docs/plugins/inspect/plugin-dvdsub.xml:
+ * docs/plugins/inspect/plugin-iec958.xml:
+ * docs/plugins/inspect/plugin-lame.xml:
+ * docs/plugins/inspect/plugin-mad.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-mpegaudioparse.xml:
+ * docs/plugins/inspect/plugin-mpegstream.xml:
+ * docs/plugins/inspect/plugin-realmedia.xml:
+ * docs/plugins/inspect/plugin-siddec.xml:
+ * docs/plugins/inspect/plugin-twolame.xml:
+ * docs/plugins/inspect/plugin-x264.xml:
+ * win32/common/config.h:
+ Back to development
+
=== release 0.10.14 ===
-2010-03-06 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+2010-03-06 01:13:25 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 0.10.14, "Run Rabbit"
+ * docs/plugins/gst-plugins-ugly-plugins.args:
+ * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
+ * docs/plugins/gst-plugins-ugly-plugins.interfaces:
+ * docs/plugins/gst-plugins-ugly-plugins.prerequisites:
+ * docs/plugins/inspect/plugin-a52dec.xml:
+ * docs/plugins/inspect/plugin-amrnb.xml:
+ * docs/plugins/inspect/plugin-amrwbdec.xml:
+ * docs/plugins/inspect/plugin-asf.xml:
+ * docs/plugins/inspect/plugin-cdio.xml:
+ * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+ * docs/plugins/inspect/plugin-dvdread.xml:
+ * docs/plugins/inspect/plugin-dvdsub.xml:
+ * docs/plugins/inspect/plugin-iec958.xml:
+ * docs/plugins/inspect/plugin-lame.xml:
+ * docs/plugins/inspect/plugin-mad.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-mpegaudioparse.xml:
+ * docs/plugins/inspect/plugin-mpegstream.xml:
+ * docs/plugins/inspect/plugin-realmedia.xml:
+ * docs/plugins/inspect/plugin-siddec.xml:
+ * docs/plugins/inspect/plugin-twolame.xml:
+ * docs/plugins/inspect/plugin-x264.xml:
+ * gst-plugins-ugly.doap:
+ * win32/common/config.h:
+ Release 0.10.14
+
+2010-03-06 01:10:09 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * po/af.po:
+ * po/az.po:
+ * po/bg.po:
+ * po/ca.po:
+ * po/cs.po:
+ * po/da.po:
+ * po/de.po:
+ * po/el.po:
+ * po/en_GB.po:
+ * po/es.po:
+ * po/eu.po:
+ * po/fi.po:
+ * po/fr.po:
+ * po/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/lt.po:
+ * po/lv.po:
+ * po/ms.po:
+ * po/mt.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/or.po:
+ * po/pl.po:
+ * po/pt_BR.po:
+ * po/ru.po:
+ * po/sk.po:
+ * po/sl.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/sv.po:
+ * po/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ * po/zh_CN.po:
+ Update .po files
2010-03-03 22:52:12 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
diff --git a/NEWS b/NEWS
index 5b0b901b..13c94f8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
-This is GStreamer Ugly Plug-ins 0.10.14 "Run Rabbit"
+This is GStreamer Ugly Plug-ins 0.10.15 "Englishman in a Baseball Cap"
+
+Changes since 0.10.14:
+
+ * amrnbenc: give element a rank (SECONDARY) so it's autoplugged
+ * rmdemux: descramble sipro audio before pushing out
+ * x264enc: fix up codec_data / avcC header construction some more
+ * x264enc: Put pixel-aspect-ratio from input into the src pad caps
+
+Bugs fixed since 0.10.14:
+
+ * 612995 : x264enc: pixel-aspect-ratio does not appear in src pad caps
+ * 613815 : A call in gst/realmedia/rmutils.c discards qualifiers from pointer target type
+ * 615410 : x264 orders NALs differently than x264enc expects
+ * 617078 : Wrong include paths in amr elements
+ * 619776 : [x264enc] is unable to do Baseline with recent x264
+ * 618098 : [rmdemux] Add descrambling for Sipro codec
Changes since 0.10.13:
diff --git a/RELEASE b/RELEASE
index 807e5de7..1901b62d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer Ugly Plug-ins 0.10.14 "Run Rabbit"
+Release notes for GStreamer Ugly Plug-ins 0.10.15 "Englishman in a Baseball Cap"
The GStreamer team is proud to announce a new release
@@ -55,45 +55,19 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
- * amrwbdec: give decoder a rank so decodebin/playbin will use it
- * asfdemux: fix flow aggregation
- * asfdemux: try harder to put sane timestamps and durations on buffers
- * asfdemux: accept fragments in a continued packet where the subsequent fragments declare a size of 0
- * asfdemux: improve seek behaviour for audio-only files without an index
- * asfdemux: careful to avoid crash on bogus data; avoid strlen() on NULL pointers
- * asfdemux: add support for chained asfs (push mode)
- * asfdemux: map WM/TrackNumber to GST_TAG_TRACK_NUMBER and prefer over WM/Track
- * asfdemux: post bitrate tags
- * mp3parse: seeking fixes: fix non-flushing seek, conserve stop time for non-accurate seek
- * rtspreal: memory leak fixes; make config header construction valgrind clean
- * rmdemux: fix AC-3 in RealAudio playback; post bitrate tags
- * x264enc: fix up avcC header construction and playback by flash players
- * x264enc: Make upstream GstForceKeyUnit thread-safe
- * x264enc: make use of Access Unit delimiters configurable
- * x264enc: adapt to slightly modified x264 API
- * xingmux: fix unaligned memory access, makes things work better on ARM/SPARC
+ * amrnbenc: give element a rank (SECONDARY) so it's autoplugged
+ * rmdemux: descramble sipro audio before pushing out
+ * x264enc: fix up codec_data / avcC header construction some more
+ * x264enc: Put pixel-aspect-ratio from input into the src pad caps
Bugs fixed in this release
- * 606662 : h264: add stream-format to output caps
- * 563276 : Internal GStreamer error: negotiation problem - after opening avi file
- * 586464 : [xingmux] Unit test failures on sparc and arm/eabi
- * 598761 : [mpegaudioparse] Reduce processing time by 2
- * 599095 : x264enc: Adapt to slightly modified x264 API
- * 599297 : [asfdemux] Doesn't populate video bitrate field
- * 599299 : [rmdemux] Doesn't populate video bitrate field
- * 599333 : Segfault with asfdemuxer
- * 599676 : RealAudio file with AC-3 audio no longer plays
- * 600037 : [asfdemux] ASF MPEG4 Part 2 file captured from Linksys WVC200 Camera corrupted/fails
- * 601419 : x264enc crashes
- * 602280 : [asfdemux] fix segmentation fault when utf8 tag name is null
- * 602556 : x264enc and ffenc upstream GstForceKeyUnit handling are not thread-safe
- * 603695 : Innaccurate seeking in MP3 files results in cut off playback
- * 608564 : [ffdec_cook] memory leak
- * 610432 : [asfdemux] handle negative payload timestamps
- * 611473 : [regression] outgoing buffers with a duration of zero
- * 608533 : [real] memory leak in real audio stream via rtsp
- * 610089 : Flash players are unable to show x264 encoded streams
+ * 612995 : x264enc: pixel-aspect-ratio does not appear in src pad caps
+ * 613815 : A call in gst/realmedia/rmutils.c discards qualifiers from pointer target type
+ * 615410 : x264 orders NALs differently than x264enc expects
+ * 617078 : Wrong include paths in amr elements
+ * 619776 : [x264enc] is unable to do Baseline with recent x264
+ * 618098 : [rmdemux] Add descrambling for Sipro codec
Download
@@ -122,18 +96,14 @@ Applications
Contributors to this release
- * Arnaud Patard
- * Benjamin Gaignard
+ * Benjamin Otte
* Edward Hervey
- * Jan Schmidt
* Mark Nauwelaerts
- * Michael Smith
* Olivier Crête
- * Robert Swain
* Sebastian Dröge
* Stefan Kost
* Thiago Santos
* Tim-Philipp Müller
- * Vittorio Palmisano
* Wim Taymans
+ * Руслан Ижбулатов
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index d70b5f5f..144ff642 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.10.14.3,
+AC_INIT(GStreamer Ugly Plug-ins, 0.10.15,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
diff --git a/docs/plugins/gst-plugins-ugly-plugins.prerequisites b/docs/plugins/gst-plugins-ugly-plugins.prerequisites
index 2b6b777a..2bf0edd3 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.prerequisites
+++ b/docs/plugins/gst-plugins-ugly-plugins.prerequisites
@@ -1,2 +1,2 @@
GstChildProxy GstObject
-GstTagSetter GstObject GstElement
+GstTagSetter GstElement
diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml
index b5766204..0e212a37 100644
--- a/docs/plugins/inspect/plugin-a52dec.xml
+++ b/docs/plugins/inspect/plugin-a52dec.xml
@@ -3,10 +3,10 @@
<description>Decodes ATSC A/52 encoded audio streams</description>
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
<basename>libgsta52dec.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml
index 77d2c362..fb084546 100644
--- a/docs/plugins/inspect/plugin-amrnb.xml
+++ b/docs/plugins/inspect/plugin-amrnb.xml
@@ -3,10 +3,10 @@
<description>Adaptive Multi-Rate Narrow-Band</description>
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
<basename>libgstamrnb.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml
index c56da016..bd07845e 100644
--- a/docs/plugins/inspect/plugin-amrwbdec.xml
+++ b/docs/plugins/inspect/plugin-amrwbdec.xml
@@ -3,10 +3,10 @@
<description>Adaptive Multi-Rate Wide-Band Decoder</description>
<filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
<basename>libgstamrwbdec.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml
index aea9244c..6140201c 100644
--- a/docs/plugins/inspect/plugin-asf.xml
+++ b/docs/plugins/inspect/plugin-asf.xml
@@ -3,10 +3,10 @@
<description>Demuxes and muxes audio and video in Microsofts ASF format</description>
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
<basename>libgstasf.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -47,7 +47,7 @@
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
- <details>application/x-rtp, media=(string){ application, video, audio }, clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)X-ASF-PF</details>
+ <details>application/x-rtp, media=(string){ application, video, audio }, payload=(int)[ 96, 127 ], clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)X-ASF-PF</details>
</caps>
<caps>
<name>src</name>
diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml
index 837e93ff..5f7425ba 100644
--- a/docs/plugins/inspect/plugin-cdio.xml
+++ b/docs/plugins/inspect/plugin-cdio.xml
@@ -3,10 +3,10 @@
<description>Read audio from audio CDs</description>
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
<basename>libgstcdio.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
index 2da1bb7b..df531d5d 100644
--- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml
+++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
@@ -3,10 +3,10 @@
<description>Decode DVD LPCM frames into standard PCM</description>
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
<basename>libgstdvdlpcmdec.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -14,8 +14,7 @@
<longname>DVD LPCM Audio decoder</longname>
<class>Codec/Decoder/Audio</class>
<description>Decode DVD LPCM frames into standard PCM audio</description>
- <author>Jan Schmidt &lt;jan@noraisin.net&gt;
- Michael Smith &lt;msmith@fluendo.com&gt;</author>
+ <author>Jan Schmidt &lt;jan@noraisin.net&gt;, Michael Smith &lt;msmith@fluendo.com&gt;</author>
<pads>
<caps>
<name>src</name>
diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml
index 5252dd1a..dbc287f5 100644
--- a/docs/plugins/inspect/plugin-dvdread.xml
+++ b/docs/plugins/inspect/plugin-dvdread.xml
@@ -3,10 +3,10 @@
<description>Access a DVD with dvdread</description>
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
<basename>libgstdvdread.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml
index ef694db4..6bb5c13a 100644
--- a/docs/plugins/inspect/plugin-dvdsub.xml
+++ b/docs/plugins/inspect/plugin-dvdsub.xml
@@ -3,10 +3,10 @@
<description>DVD subtitle parser and decoder</description>
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
<basename>libgstdvdsub.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml
index 5d35d264..06659841 100644
--- a/docs/plugins/inspect/plugin-iec958.xml
+++ b/docs/plugins/inspect/plugin-iec958.xml
@@ -3,10 +3,10 @@
<description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
<filename>../../gst/iec958/.libs/libgstiec958.so</filename>
<basename>libgstiec958.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml
index 113f523e..8d22aa57 100644
--- a/docs/plugins/inspect/plugin-lame.xml
+++ b/docs/plugins/inspect/plugin-lame.xml
@@ -3,10 +3,10 @@
<description>Encode MP3s with LAME</description>
<filename>../../ext/lame/.libs/libgstlame.so</filename>
<basename>libgstlame.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml
index dbe5e817..f7e02538 100644
--- a/docs/plugins/inspect/plugin-mad.xml
+++ b/docs/plugins/inspect/plugin-mad.xml
@@ -3,10 +3,10 @@
<description>mp3 decoding based on the mad library</description>
<filename>../../ext/mad/.libs/libgstmad.so</filename>
<basename>libgstmad.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml
index c55673a7..ee8b0b1a 100644
--- a/docs/plugins/inspect/plugin-mpeg2dec.xml
+++ b/docs/plugins/inspect/plugin-mpeg2dec.xml
@@ -3,10 +3,10 @@
<description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml
index 29880766..5cc260d5 100644
--- a/docs/plugins/inspect/plugin-mpegaudioparse.xml
+++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml
@@ -3,10 +3,10 @@
<description>MPEG-1 layer 1/2/3 audio stream elements</description>
<filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
<basename>libgstmpegaudioparse.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -14,8 +14,7 @@
<longname>MPEG1 Audio Parser</longname>
<class>Codec/Parser/Audio</class>
<description>Parses and frames mpeg1 audio streams (levels 1-3), provides seek</description>
- <author>Jan Schmidt &lt;thaytan@mad.scientist.com&gt;
- Erik Walthinsen &lt;omega@cse.ogi.edu&gt;</author>
+ <author>Jan Schmidt &lt;thaytan@mad.scientist.com&gt;,Erik Walthinsen &lt;omega@cse.ogi.edu&gt;</author>
<pads>
<caps>
<name>src</name>
diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml
index 5fd3ff11..96233ae7 100644
--- a/docs/plugins/inspect/plugin-mpegstream.xml
+++ b/docs/plugins/inspect/plugin-mpegstream.xml
@@ -3,10 +3,10 @@
<description>MPEG system stream parser</description>
<filename>../../gst/mpegstream/.libs/libgstmpegstream.so</filename>
<basename>libgstmpegstream.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -77,8 +77,7 @@
<longname>MPEG Demuxer</longname>
<class>Codec/Demuxer</class>
<description>Demultiplexes MPEG1 and MPEG2 System Streams</description>
- <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;
- Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;, Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
<pads>
<caps>
<name>sink</name>
@@ -111,8 +110,7 @@
<longname>MPEG System Parser</longname>
<class>Codec/Parser</class>
<description>Parses MPEG1 and MPEG2 System Streams</description>
- <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;
- Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;, Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
<pads>
<caps>
<name>sink</name>
diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml
index 2ea7b4c7..5d115d92 100644
--- a/docs/plugins/inspect/plugin-realmedia.xml
+++ b/docs/plugins/inspect/plugin-realmedia.xml
@@ -3,10 +3,10 @@
<description>RealMedia support plugins</description>
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
<basename>libgstrmdemux.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml
index e6edd09f..60770ccc 100644
--- a/docs/plugins/inspect/plugin-siddec.xml
+++ b/docs/plugins/inspect/plugin-siddec.xml
@@ -3,10 +3,10 @@
<description>Uses libsidplay to decode .sid files</description>
<filename>../../ext/sidplay/.libs/libgstsid.so</filename>
<basename>libgstsid.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml
index fd599047..1cf0958a 100644
--- a/docs/plugins/inspect/plugin-twolame.xml
+++ b/docs/plugins/inspect/plugin-twolame.xml
@@ -3,10 +3,10 @@
<description>Encode MP2s with TwoLAME</description>
<filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
<basename>libgsttwolame.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml
index af3d098d..de0562fd 100644
--- a/docs/plugins/inspect/plugin-x264.xml
+++ b/docs/plugins/inspect/plugin-x264.xml
@@ -3,10 +3,10 @@
<description>libx264-based H264 plugins</description>
<filename>../../ext/x264/.libs/libgstx264.so</filename>
<basename>libgstx264.so</basename>
- <version>0.10.14.1</version>
+ <version>0.10.15</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins git</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap
index 56cdb9fa..eb4590ea 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.10.15</revision>
+ <branch>0.10</branch>
+ <name>Englishman in a Baseball Cap</name>
+ <created>2010-05-30</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.15.tar.bz2" />
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.15.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.10.14</revision>
<branch>0.10</branch>
<name>Run Rabbit</name>
diff --git a/win32/common/config.h b/win32/common/config.h
index 6aaf8d31..65111847 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -43,7 +43,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins prerelease"
+#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@@ -224,7 +224,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.10.14.3"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.15"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
@@ -233,7 +233,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.14.3"
+#define PACKAGE_VERSION "0.10.15"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -261,7 +261,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.14.3"
+#define VERSION "0.10.15"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */