From d1911c3f6573b62226d322b85f58aacec83db2df Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 22 Mar 2012 15:52:55 +0100 Subject: [PATCH] Release 0.11.2 --- ChangeLog | 306 +++++++++++++++++- NEWS | 16 +- RELEASE | 26 +- configure.ac | 6 +- .../gst-plugins-ugly-plugins.hierarchy | 1 + docs/plugins/inspect/plugin-a52dec.xml | 2 +- docs/plugins/inspect/plugin-amrnb.xml | 2 +- docs/plugins/inspect/plugin-amrwbdec.xml | 2 +- docs/plugins/inspect/plugin-asf.xml | 2 +- docs/plugins/inspect/plugin-cdio.xml | 2 +- docs/plugins/inspect/plugin-dvdlpcmdec.xml | 2 +- docs/plugins/inspect/plugin-dvdread.xml | 2 +- docs/plugins/inspect/plugin-dvdsub.xml | 2 +- docs/plugins/inspect/plugin-lame.xml | 2 +- docs/plugins/inspect/plugin-mad.xml | 2 +- docs/plugins/inspect/plugin-mpeg2dec.xml | 2 +- docs/plugins/inspect/plugin-realmedia.xml | 2 +- docs/plugins/inspect/plugin-siddec.xml | 2 +- docs/plugins/inspect/plugin-twolame.xml | 2 +- docs/plugins/inspect/plugin-x264.xml | 2 +- gst-plugins-ugly.doap | 11 + po/af.po | 2 +- po/az.po | 2 +- po/bg.po | 2 +- po/ca.po | 2 +- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/el.po | 24 +- po/en_GB.po | 2 +- po/eo.po | 2 +- po/es.po | 2 +- po/eu.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/gl.po | 26 +- po/hu.po | 2 +- po/id.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/ms.po | 2 +- po/mt.po | 2 +- po/nb.po | 2 +- po/nl.po | 2 +- po/or.po | 2 +- po/pl.po | 2 +- po/pt_BR.po | 2 +- po/ro.po | 2 +- po/ru.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sq.po | 2 +- po/sr.po | 2 +- po/sv.po | 2 +- po/tr.po | 2 +- po/uk.po | 2 +- po/vi.po | 2 +- po/zh_CN.po | 2 +- win32/common/config.h | 16 +- 61 files changed, 426 insertions(+), 110 deletions(-) diff --git a/ChangeLog b/ChangeLog index dca9b5f8d6..0f4a329f76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,309 @@ -=== release 0.11.1 === +=== release 0.11.2 === -2012-02-17 Wim Taymans +2012-03-22 Wim Taymans * configure.ac: - releasing 0.11.1, "Moonlapse Vertigo" + releasing 0.11.2, "Savior from Anger" + +2012-03-21 13:18:35 +0100 Wim Taymans + + * tests/check/elements/mpeg2dec.c: + tests: fix after memory changes + +2012-03-21 13:18:11 +0100 Wim Taymans + + * ext/x264/gstx264enc.c: + * ext/x264/gstx264enc.h: + x264enc: remove deprecated properties + +2012-03-20 12:08:23 +0000 Tim-Philipp Müller + + Merge remote-tracking branch 'origin/master' into 0.11 + So 0.11 folks also get amr include fixes. + Conflicts: + ext/a52dec/gsta52dec.c + ext/mad/gstmad.c + +2012-03-18 18:56:16 +0100 Mark Nauwelaerts + + * gst/synaesthesia/gstsynaesthesia.c: + synaesthesia: fixup for bufferpool api changes + ... as well as some caps ref handling. + +2012-03-16 21:48:02 +0100 Wim Taymans + + * gst/realmedia/rademux.c: + * gst/realmedia/rmdemux.c: + don't pass random pointers to pull_range + +2012-03-15 22:11:41 +0100 Wim Taymans + + * ext/mpeg2dec/gstmpeg2dec.c: + update for bufferpool changes + +2012-03-15 20:38:50 +0100 Wim Taymans + + * ext/mpeg2dec/gstmpeg2dec.c: + update for allocation query changes + +2012-03-15 13:38:16 +0100 Wim Taymans + + * ext/dvdread/dvdreadsrc.c: + * ext/lame/gstlamemp3enc.c: + * ext/mpeg2dec/gstmpeg2dec.c: + * ext/x264/gstx264enc.c: + * gst/dvdlpcmdec/gstdvdlpcmdec.c: + * gst/dvdsub/gstdvdsubdec.c: + update for memory api changes + +2012-03-14 19:52:52 +0100 Wim Taymans + + * ext/mpeg2dec/gstmpeg2dec.c: + take padding into account + +2012-03-13 18:27:51 +0100 Mark Nauwelaerts + + * ext/mad/gstmad.c: + mad: simplify parsing code + Also fixes #671455 (expected at least). + +2012-03-12 16:16:17 +0100 Wim Taymans + + * configure.ac: + configure.ac: bump required GLib to 2.31.14 + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=671911 + +2012-03-12 12:23:43 +0100 Wim Taymans + + * ext/sidplay/gstsiddec.cc: + fix for caps _normalize changes + +2012-03-11 19:07:19 +0100 Wim Taymans + + * ext/x264/gstx264enc.c: + fix for caps api changes + +2012-03-06 16:08:23 +0100 Mark Nauwelaerts + + * ext/a52dec/gsta52dec.c: + * ext/a52dec/gsta52dec.h: + a52dec: use base class tag handling helper + ... so as to ensure these to be handled and sent at proper time. + +2012-03-06 14:28:15 +0100 Sebastian Dröge + + * ext/dvdread/dvdreadsrc.c: + dvdreadsrc: Use variable type with correct signedness + +2011-01-14 18:50:41 +0100 Edward Hervey + + * ext/mpeg2dec/gstmpeg2dec.c: + mpeg2dec: Copy planes in one go when possible + +2012-03-03 17:17:31 +0000 Tim-Philipp Müller + + * configure.ac: + * ext/amrnb/amrnbdec.h: + * ext/amrnb/amrnbenc.h: + * ext/amrwbdec/amrwbdec.h: + amrnb, amrwbdec: fix build with opencore-amr >= 0.1.3 + In previous versions, the opencore-amr include sub-directory + would be specified in the include path in the CFLAGS, but this + is no longer the case in newer versions, so we need to add those + to our include directives. + Based on patch by: Christian Morales Vega + https://bugzilla.gnome.org/show_bug.cgi?id=671123 + +2012-03-03 16:56:13 +0000 Tim-Philipp Müller + + * configure.ac: + configure: get rid of non-pkg-config ways to check for opencore-amr + +2012-02-29 17:26:42 +0100 Wim Taymans + + * ext/mpeg2dec/gstmpeg2dec.c: + update for metadata API changes + +2012-02-27 06:35:01 +0100 Alessandro Decina + + * ext/amrwbdec/Makefile.am: + * ext/lame/Makefile.am: + * ext/mad/Makefile.am: + amrwbdec, lame, mad: link to libgstbase + +2012-02-27 06:33:48 +0100 Alessandro Decina + + * ext/x264/gstx264enc.c: + x264enc: fix compiler warning + +2012-02-27 00:36:46 +0000 Tim-Philipp Müller + + Merge remote-tracking branch 'origin/master' into 0.11 + +2012-02-27 00:34:09 +0000 Tim-Philipp Müller + + Merge commit '02f5d72a0519bcbe8f6958fab6dd998fc8ccda6b' into 0.11 + Conflicts: + ext/mad/gstmad.c + +2012-02-23 11:20:33 +0000 Tim-Philipp Müller + + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/gst-plugins-ugly-plugins.args: + * docs/plugins/gst-plugins-ugly-plugins.hierarchy: + * docs/plugins/gst-plugins-ugly-plugins.interfaces: + * 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: + Bump version after release + +2012-02-21 18:58:06 -0800 David Schleef + + * autogen.sh: + autogen.sh: avoid touching .po files during 'make' + A simple workaround to deal with GNU gettext automake integration + failing to deal with git. Fixes: #669207 + +2012-02-22 02:17:55 +0100 Wim Taymans + + * ext/x264/gstx264enc.c: + x264: convert g_print to LOG + +2012-02-22 02:07:49 +0100 Wim Taymans + + * gst/asfdemux/gstrtpasfdepay.c: + update for new memory api + +2012-02-22 02:07:29 +0100 Wim Taymans + + * ext/x264/gstx264enc.c: + x264enc: handle pts and dts + +2012-02-21 18:53:57 +0100 Mark Nauwelaerts + + * ext/mad/gstmad.c: + mad: handle libmad freeform parsing quirk + +2012-02-21 18:49:50 +0100 Mark Nauwelaerts + + * ext/mad/gstmad.c: + mad: fixup unhacking last frame coaxing + ... so as to not only replace the data pointer but also available size. + +2012-02-20 14:27:49 +0000 Christian Fredrik Kalager Schaller + + * gst-plugins-ugly.spec.in: + Add latest plugins + +2012-02-18 00:02:20 +0100 Wim Taymans + + * win32/common/config.h: + win32: back to development + +2012-02-17 17:53:34 +0100 Mark Nauwelaerts + + * configure.ac: + * gst/synaesthesia/gstsynaesthesia.c: + * gst/synaesthesia/gstsynaesthesia.h: + synaesthesia: port to 0.11 + +2012-02-17 17:53:28 +0100 Mark Nauwelaerts + + * configure.ac: + * gst/xingmux/gstxingmux.c: + xingmux: port to 0.11 + +2012-02-17 11:06:59 +0100 Wim Taymans + + * configure.ac: + back to development + +=== release 0.11.1 === + +2012-02-17 11:06:27 +0100 Wim Taymans + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/gst-plugins-ugly-plugins.args: + * docs/plugins/gst-plugins-ugly-plugins.hierarchy: + * docs/plugins/gst-plugins-ugly-plugins.interfaces: + * 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-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.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: + * 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/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.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/ro.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: + * win32/common/config.h: + RELEASE 0.11.1 2012-02-17 09:16:32 +0100 Wim Taymans diff --git a/NEWS b/NEWS index aba2198400..53fbfe66fb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,18 @@ -This is GStreamer Ugly Plug-ins 0.11.1 "Moonlapse Vertigo" +This is GStreamer Ugly Plug-ins 0.11.2 "Savior from Anger" + +New in 0.11.2: + + * Many cleanups + * Ported to new 0.11 core API changes + * xingmux: port to 0.11 + * synaesthesia: port to 0.11 + * x264enc: handle PTS and DTS + +Bugs fixed in this release + + * 662617 : compiler warnings due to printf format mismatches + * 669863 : [0.11] [x264enc] X264 encoder doesn't unmap input frame + New in 0.11.1: diff --git a/RELEASE b/RELEASE index cd522e85be..62f6dde138 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Ugly Plug-ins 0.11.1 "Moonlapse Vertigo" +Release notes for GStreamer Ugly Plug-ins 0.11.2 "Savior from Anger" The GStreamer team is proud to announce a new release @@ -56,11 +56,16 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * Parallel installability with 0.10.x series * Many cleanups * Ported to new 0.11 core API changes -There were no bugs fixed in this release - + * xingmux: port to 0.11 + * synaesthesia: port to 0.11 + * x264enc: handle PTS and DTS + +Bugs fixed in this release + + * 662617 : compiler warnings due to printf format mismatches + * 669863 : [0.11] [x264enc] X264 encoder doesn't unmap input frame Download @@ -90,23 +95,12 @@ Applications Contributors to this release * Alessandro Decina - * Brian Gitonga Marete * Christian Fredrik Kalager Schaller + * Christian Morales Vega * David Schleef * Edward Hervey - * Julien Isorce * Mark Nauwelaerts - * Matej Knopp - * Olivier Crête - * René Stadler - * Robert Swain * Sebastian Dröge - * Stefan Kost - * Stefan Sauer - * Thiago Santos - * Thomas Vander Stichele * Tim-Philipp Müller - * Vincent Penquerc'h * Wim Taymans - * Руслан Ижбулатов   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 14f10d689d..6e48c4f1b9 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.1.1, +AC_INIT(GStreamer Ugly Plug-ins, 0.11.2, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) @@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.11.2 -GSTPB_REQ=0.11.2 +GST_REQ=0.11.3 +GSTPB_REQ=0.11.3 dnl *** autotools stuff **** diff --git a/docs/plugins/gst-plugins-ugly-plugins.hierarchy b/docs/plugins/gst-plugins-ugly-plugins.hierarchy index af212fa75e..ebb1c711b2 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.hierarchy +++ b/docs/plugins/gst-plugins-ugly-plugins.hierarchy @@ -38,6 +38,7 @@ GObject GstRealAudioDemux GstSidDec GstX264Enc + GstXingMux GstPad GstPadTemplate GstPlugin diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index fb1b770287..b9e689cad9 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,7 +3,7 @@ Decodes ATSC A/52 encoded audio streams ../../ext/a52dec/.libs/libgsta52dec.so libgsta52dec.so - 0.11.1 + 0.11.2 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml index 9073b73f45..3e5f74203d 100644 --- a/docs/plugins/inspect/plugin-amrnb.xml +++ b/docs/plugins/inspect/plugin-amrnb.xml @@ -3,7 +3,7 @@ Adaptive Multi-Rate Narrow-Band ../../ext/amrnb/.libs/libgstamrnb.so libgstamrnb.so - 0.11.1 + 0.11.2 unknown gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml index c29df7cd20..5314defc89 100644 --- a/docs/plugins/inspect/plugin-amrwbdec.xml +++ b/docs/plugins/inspect/plugin-amrwbdec.xml @@ -3,7 +3,7 @@ Adaptive Multi-Rate Wide-Band Decoder ../../ext/amrwbdec/.libs/libgstamrwbdec.so libgstamrwbdec.so - 0.11.1 + 0.11.2 unknown gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index d2eddea043..969cf149ce 100644 --- a/docs/plugins/inspect/plugin-asf.xml +++ b/docs/plugins/inspect/plugin-asf.xml @@ -3,7 +3,7 @@ Demuxes and muxes audio and video in Microsofts ASF format ../../gst/asfdemux/.libs/libgstasf.so libgstasf.so - 0.11.1 + 0.11.2 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index cd857a6443..35c7c1008c 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,7 +3,7 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 0.11.1 + 0.11.2 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index e20d4b821d..3cf8e89d5a 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,7 +3,7 @@ Decode DVD LPCM frames into standard PCM ../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so libgstdvdlpcmdec.so - 0.11.1 + 0.11.2 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index b16c39e0a8..f7db1bd2f2 100644 --- a/docs/plugins/inspect/plugin-dvdread.xml +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -3,7 +3,7 @@ Access a DVD with dvdread ../../ext/dvdread/.libs/libgstdvdread.so libgstdvdread.so - 0.11.1 + 0.11.2 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml index baf4ee2342..7c245ee54d 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,7 +3,7 @@ DVD subtitle parser and decoder ../../gst/dvdsub/.libs/libgstdvdsub.so libgstdvdsub.so - 0.11.1 + 0.11.2 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 6c1bf6a6d1..b13a5af49c 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,7 +3,7 @@ Encode MP3s with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 0.11.1 + 0.11.2 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index 8c43c6d5b1..202e0ed796 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,7 +3,7 @@ mp3 decoding based on the mad library ../../ext/mad/.libs/libgstmad.so libgstmad.so - 0.11.1 + 0.11.2 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index e91887fcbc..e3e49372fd 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,7 +3,7 @@ LibMpeg2 decoder ../../ext/mpeg2dec/.libs/libgstmpeg2dec.so libgstmpeg2dec.so - 0.11.1 + 0.11.2 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml index e91b0f3944..d99ea45fed 100644 --- a/docs/plugins/inspect/plugin-realmedia.xml +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -3,7 +3,7 @@ RealMedia support plugins ../../gst/realmedia/.libs/libgstrmdemux.so libgstrmdemux.so - 0.11.1 + 0.11.2 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index e789609a4f..c7b91013cb 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -3,7 +3,7 @@ Uses libsidplay to decode .sid files ../../ext/sidplay/.libs/libgstsid.so libgstsid.so - 0.11.1 + 0.11.2 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml index 042816ba33..9e06b5618f 100644 --- a/docs/plugins/inspect/plugin-twolame.xml +++ b/docs/plugins/inspect/plugin-twolame.xml @@ -3,7 +3,7 @@ Encode MP2s with TwoLAME ../../ext/twolame/.libs/libgsttwolame.so libgsttwolame.so - 0.11.1 + 0.11.2 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index 1c97880565..4935d5bc4f 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,7 +3,7 @@ libx264-based H264 plugins ../../ext/x264/.libs/libgstx264.so libgstx264.so - 0.11.1 + 0.11.2 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap index a224f02e60..206c9d3849 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.2 + 0.11 + Savior from Anger + 2012-03-22 + + + + + 0.11.1 diff --git a/po/af.po b/po/af.po index 2a51292af1..b0b7a33da7 100644 --- a/po/af.po +++ b/po/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.7.6\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2004-03-18 14:16+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" diff --git a/po/az.po b/po/az.po index 7f74a77c76..82dab85794 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-0.8.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2004-03-19 18:29+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" diff --git a/po/bg.po b/po/bg.po index 22285c6954..85d1fbc792 100644 --- a/po/bg.po +++ b/po/bg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-04-26 22:34+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" diff --git a/po/ca.po b/po/ca.po index bb13f6754a..bdfae6b95b 100644 --- a/po/ca.po +++ b/po/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2012-01-01 14:19+0100\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" diff --git a/po/cs.po b/po/cs.po index 297f484d3e..c8d43ee571 100644 --- a/po/cs.po +++ b/po/cs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.10.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2009-03-16 03:46+0100\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" diff --git a/po/da.po b/po/da.po index 501381682e..9a2e334ff9 100644 --- a/po/da.po +++ b/po/da.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-04-28 03:56+0100\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" diff --git a/po/de.po b/po/de.po index 2aa6704e5d..418bac1552 100644 --- a/po/de.po +++ b/po/de.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-04-28 00:04+0200\n" "Last-Translator: Christian Kirbach \n" "Language-Team: German \n" diff --git a/po/el.po b/po/el.po index ca07d14aaa..bcf2f732cb 100644 --- a/po/el.po +++ b/po/el.po @@ -4,17 +4,16 @@ # Simos Xenitellis , 2009. msgid "" msgstr "" -"Project-Id-Version: gst-plugins-ugly 0.10.12.2\n" +"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" -"PO-Revision-Date: 2009-07-29 18:18+0300\n" -"Last-Translator: Simos Xenitellis \n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" +"PO-Revision-Date: 2012-03-18 01:04+0100\n" +"Last-Translator: Savvas Radevic \n" "Language-Team: Greek \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 0.3\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" msgid "Could not read from CD." @@ -49,16 +48,18 @@ msgid "" "Could not read DVD. This may be because the DVD is encrypted and a DVD " "decryption library is not installed." msgstr "" +"Δεν είναι δυνατή η ανάγνωση του DVD. Αυτό μπορεί να οφείλεται στο ότι το DVD " +"είναι κρυπτογραφημένο και μια βιβλιοθήκη αποκρυπτογράφησης DVD δεν έχει " +"εγκατασταθεί." -#, fuzzy msgid "Could not read DVD." -msgstr "Δεν ήταν δυνατό το άνοιγμα του DVD" +msgstr "Δεν είναι δυνατή η ανάγνωση του DVD." #, fuzzy msgid "" "Failed to configure LAME mp3 audio encoder. Check your encoding parameters." msgstr "" -"Αδυναμία ρύθμισης του κωδικοποιητή TwoLAME. Ελέγξτε τις παραμέτρους " +"Αδυναμία ρύθμισης του κωδικοποιητή LAME. Ελέγξτε τις παραμέτρους " "κωδικοποίησης." #, c-format @@ -79,10 +80,3 @@ msgstr "Η ροή αυτή δεν περιέχει καθόλου δεδομέν msgid "Internal data stream error." msgstr "Εσωτερικό σφάλμα ροής δεδομένων." - -#, fuzzy -#~ msgid "" -#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters." -#~ msgstr "" -#~ "Αδυναμία ρύθμισης του κωδικοποιητή LAME. Ελέγξτε τις παραμέτρους " -#~ "κωδικοποίησης." diff --git a/po/en_GB.po b/po/en_GB.po index a2509d0ab2..7c933739fa 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2004-04-26 10:41-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" diff --git a/po/eo.po b/po/eo.po index dcdcb3feaf..02e1139db3 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-06-04 22:24+0200\n" "Last-Translator: Kristjan SCHMIDT \n" "Language-Team: Esperanto \n" diff --git a/po/es.po b/po/es.po index 322598ed9a..e37e57f78f 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-10-02 15:45+0200\n" "Last-Translator: Jorge González González \n" "Language-Team: Spanish \n" diff --git a/po/eu.po b/po/eu.po index 5961e9891d..9062542abc 100644 --- a/po/eu.po +++ b/po/eu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.13.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2010-03-07 13:12+0200\n" "Last-Translator: Mikel Olasagasti Uranga \n" "Language-Team: Basque \n" diff --git a/po/fi.po b/po/fi.po index b6c7b1b9d5..7dae5135ba 100644 --- a/po/fi.po +++ b/po/fi.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.10.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2009-03-10 20:41+0200\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" diff --git a/po/fr.po b/po/fr.po index e3f46cd8e8..14c7889a5b 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-04-28 09:25+0200\n" "Last-Translator: Claude Paroz \n" "Language-Team: French \n" diff --git a/po/gl.po b/po/gl.po index c225848f50..4a39e4e370 100644 --- a/po/gl.po +++ b/po/gl.po @@ -2,20 +2,22 @@ # Copyright (C) 2009 gst-plugins-ugly's COPYRIGHT HOLDER # This file is distributed under the same license as the gst-plugins-ugly package. # Fran Diéguez , 2009, 2010. +# Fran Dieguez , 2012. +# Francisco Diéguez , 2012. # msgid "" msgstr "" -"Project-Id-Version: gst-plugins-ugly 0.10.14.2\n" +"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" -"PO-Revision-Date: 2010-05-30 15:49+0200\n" -"Last-Translator: Fran Diéguez \n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" +"PO-Revision-Date: 2012-02-24 12:48+0100\n" +"Last-Translator: Francisco Diéguez \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\\\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" msgid "Could not read from CD." msgstr "Non foi posíbel ler desde o CD." @@ -49,16 +51,17 @@ msgid "" "Could not read DVD. This may be because the DVD is encrypted and a DVD " "decryption library is not installed." msgstr "" +"Non foi posíbel ler o DVD. Isto pode ser porque o DVD está cifrado e non ten " +"instalada unha biblioteca de descifrado de DVD." -#, fuzzy msgid "Could not read DVD." -msgstr "Non foi posíbel abrir o DVD" +msgstr "Non foi posíbel ler o DVD" #, fuzzy msgid "" "Failed to configure LAME mp3 audio encoder. Check your encoding parameters." msgstr "" -"Produciuse un fallo ao configurar o codificador TwoLAME. Comprobe os seus " +"Produciuse un erro ao configurar o codificador LAME. Comprobe os seus " "parámetros de codificación." #, c-format @@ -79,10 +82,3 @@ msgstr "Este fluxo non contén datos." msgid "Internal data stream error." msgstr "Erro de fluxo de datos interno." - -#, fuzzy -#~ msgid "" -#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters." -#~ msgstr "" -#~ "Produciuse un erro ao configurar o codificador LAME. Comprobe os seus " -#~ "parámetros de codificación." diff --git a/po/hu.po b/po/hu.po index 6529fd1567..4b83059343 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.10.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2009-04-20 01:48+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" diff --git a/po/id.po b/po/id.po index a947112c29..6b119b7900 100644 --- a/po/id.po +++ b/po/id.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2012-01-28 11:39+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" diff --git a/po/it.po b/po/it.po index fccce170ad..b893d9f1a8 100644 --- a/po/it.po +++ b/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.11.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2009-06-14 12:31+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" diff --git a/po/ja.po b/po/ja.po index 0b6e3cb954..80a4233cd8 100644 --- a/po/ja.po +++ b/po/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-04-26 19:42+0900\n" "Last-Translator: Makoto Kato \n" "Language-Team: Japanese \n" diff --git a/po/lt.po b/po/lt.po index 39d1eaa49d..c939759328 100644 --- a/po/lt.po +++ b/po/lt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.7.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2008-05-14 02:52+0300\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" diff --git a/po/lv.po b/po/lv.po index 24906c98bf..fca9c039fb 100644 --- a/po/lv.po +++ b/po/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-09-02 12:04-0000\n" "Last-Translator: Rihards Priedītis \n" "Language-Team: Latvian \n" diff --git a/po/ms.po b/po/ms.po index 56c9e7d459..b7bcf48937 100644 --- a/po/ms.po +++ b/po/ms.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.11.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2009-07-16 15:07+0800\n" "Last-Translator: Muhammad Najmi bin Ahmad Zabidi \n" "Language-Team: Malay \n" diff --git a/po/mt.po b/po/mt.po index 9ef7018ecc..2c05896a22 100644 --- a/po/mt.po +++ b/po/mt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.9.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2008-11-13 18:18+0100\n" "Last-Translator: Michel Bugeja \n" "Language-Team: Maltese \n" diff --git a/po/nb.po b/po/nb.po index 1bbb2555c5..234c98a1c7 100644 --- a/po/nb.po +++ b/po/nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.6\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2007-11-02 14:39+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmaal \n" diff --git a/po/nl.po b/po/nl.po index 7a90c966e2..ae6d280f1e 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-04-23 23:55+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff --git a/po/or.po b/po/or.po index 9731d6bbcb..d6788380cf 100644 --- a/po/or.po +++ b/po/or.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-0.8.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2004-09-27 13:32+0530\n" "Last-Translator: Gora Mohanty \n" "Language-Team: Oriya \n" diff --git a/po/pl.po b/po/pl.po index b4193c2a08..e4786b0a8c 100644 --- a/po/pl.po +++ b/po/pl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-04-26 18:00+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" diff --git a/po/pt_BR.po b/po/pt_BR.po index a31d0d662f..6b4c1e38c0 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.14.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2010-05-14 23:53-0300\n" "Last-Translator: Fabrício Godoy \n" "Language-Team: Brazilian Portuguese \n" diff --git a/po/ro.po b/po/ro.po index 9ac802a93a..9307bb8152 100644 --- a/po/ro.po +++ b/po/ro.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.14.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2010-08-16 03:32+0300\n" "Last-Translator: Lucian Adrian Grijincu \n" "Language-Team: Romanian \n" diff --git a/po/ru.po b/po/ru.po index 3fc074de2c..4b151ff02b 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-04-26 20:28+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" diff --git a/po/sk.po b/po/sk.po index 9b22b863a7..35a2d4f4f0 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.11.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2009-09-21 10:26+0100\n" "Last-Translator: Peter Tuhársky \n" "Language-Team: Slovak \n" diff --git a/po/sl.po b/po/sl.po index d213c79813..85c4965449 100644 --- a/po/sl.po +++ b/po/sl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-04-26 15:35+0100\n" "Last-Translator: Klemen Košir \n" "Language-Team: Slovenian \n" diff --git a/po/sq.po b/po/sq.po index b7280769f1..d7267db858 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2004-08-07 20:29+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" diff --git a/po/sr.po b/po/sr.po index ee076083d4..950e1ad988 100644 --- a/po/sr.po +++ b/po/sr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-12-04 13:43+0200\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" diff --git a/po/sv.po b/po/sv.po index 76c283c8af..3cc2e8dac5 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.10.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2009-03-10 16:12+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" diff --git a/po/tr.po b/po/tr.po index 6d494b597b..e79068f89e 100644 --- a/po/tr.po +++ b/po/tr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-04-26 19:24+0200\n" "Last-Translator: Server Acim \n" "Language-Team: Turkish \n" diff --git a/po/uk.po b/po/uk.po index e88e51b028..f85066bafc 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-04-30 16:27+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" diff --git a/po/vi.po b/po/vi.po index cd787ab42b..2bde8d0366 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.13.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2010-03-06 22:13+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 3692211c4e..b59ad95006 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-02-17 10:49+0100\n" +"POT-Creation-Date: 2012-03-22 15:24+0100\n" "PO-Revision-Date: 2011-12-20 10:58+0800\n" "Last-Translator: Wylmer Wang \n" "Language-Team: Chinese (simplified) \n" diff --git a/win32/common/config.h b/win32/common/config.h index 242bb07d4c..f5ef278a2d 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -52,13 +52,13 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins git" +#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2012-02-17T22:58Z" +#define GST_PACKAGE_RELEASE_DATETIME "2012-03-22" /* Define to enable a52dec (used by a52dec). */ #undef HAVE_A52DEC @@ -171,6 +171,12 @@ /* Define to enable mpeg2dec (used by mpeg2dec). */ #undef HAVE_MPEG2DEC +/* Defined for newer opencore-amrnb */ +#undef HAVE_OPENCORE_AMRNB_0_1_3_OR_LATER + +/* Defined for newer opencore-amrwb */ +#undef HAVE_OPENCORE_AMRWB_0_1_3_OR_LATER + /* Use Orc */ #undef HAVE_ORC @@ -239,7 +245,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.1.1" +#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.11.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-ugly" @@ -248,7 +254,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.11.1.1" +#define PACKAGE_VERSION "0.11.2" /* directory where plugins are located */ #ifdef _DEBUG @@ -276,7 +282,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.11.1.1" +#define VERSION "0.11.2" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */