Release 1.2.1 1.2.1
authorSebastian Dröge <sebastian@centricular.com>
Sat, 9 Nov 2013 14:53:48 +0000 (15:53 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 9 Nov 2013 14:53:48 +0000 (15:53 +0100)
80 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/gst-plugins-bad-plugins.args
docs/plugins/gst-plugins-bad-plugins.hierarchy
docs/plugins/inspect/plugin-accurip.xml
docs/plugins/inspect/plugin-adpcmdec.xml
docs/plugins/inspect/plugin-adpcmenc.xml
docs/plugins/inspect/plugin-asfmux.xml
docs/plugins/inspect/plugin-assrender.xml
docs/plugins/inspect/plugin-audiovisualizers.xml
docs/plugins/inspect/plugin-autoconvert.xml
docs/plugins/inspect/plugin-bayer.xml
docs/plugins/inspect/plugin-bz2.xml
docs/plugins/inspect/plugin-camerabin.xml
docs/plugins/inspect/plugin-chromaprint.xml
docs/plugins/inspect/plugin-coloreffects.xml
docs/plugins/inspect/plugin-curl.xml
docs/plugins/inspect/plugin-dataurisrc.xml
docs/plugins/inspect/plugin-debugutilsbad.xml
docs/plugins/inspect/plugin-dtsdec.xml
docs/plugins/inspect/plugin-dvb.xml
docs/plugins/inspect/plugin-dvbsuboverlay.xml
docs/plugins/inspect/plugin-dvdspu.xml
docs/plugins/inspect/plugin-eglglessink.xml
docs/plugins/inspect/plugin-faac.xml
docs/plugins/inspect/plugin-faad.xml
docs/plugins/inspect/plugin-festival.xml
docs/plugins/inspect/plugin-fieldanalysis.xml
docs/plugins/inspect/plugin-flite.xml
docs/plugins/inspect/plugin-fragmented.xml
docs/plugins/inspect/plugin-frei0r.xml
docs/plugins/inspect/plugin-gaudieffects.xml
docs/plugins/inspect/plugin-gdp.xml
docs/plugins/inspect/plugin-geometrictransform.xml
docs/plugins/inspect/plugin-gmedec.xml
docs/plugins/inspect/plugin-gsm.xml
docs/plugins/inspect/plugin-gstsiren.xml
docs/plugins/inspect/plugin-id3tag.xml
docs/plugins/inspect/plugin-inter.xml
docs/plugins/inspect/plugin-interlace.xml
docs/plugins/inspect/plugin-jpegformat.xml
docs/plugins/inspect/plugin-liveadder.xml
docs/plugins/inspect/plugin-mimic.xml
docs/plugins/inspect/plugin-mms.xml
docs/plugins/inspect/plugin-modplug.xml
docs/plugins/inspect/plugin-mpegpsdemux.xml
docs/plugins/inspect/plugin-mpegtsdemux.xml
docs/plugins/inspect/plugin-mpegtsmux.xml
docs/plugins/inspect/plugin-mpg123.xml
docs/plugins/inspect/plugin-neon.xml
docs/plugins/inspect/plugin-ofa.xml
docs/plugins/inspect/plugin-openal.xml
docs/plugins/inspect/plugin-opencv.xml
docs/plugins/inspect/plugin-opus.xml
docs/plugins/inspect/plugin-pcapparse.xml
docs/plugins/inspect/plugin-pnm.xml
docs/plugins/inspect/plugin-rawparse.xml
docs/plugins/inspect/plugin-removesilence.xml
docs/plugins/inspect/plugin-resindvd.xml
docs/plugins/inspect/plugin-rfbsrc.xml
docs/plugins/inspect/plugin-rtmp.xml
docs/plugins/inspect/plugin-schro.xml
docs/plugins/inspect/plugin-sdp.xml
docs/plugins/inspect/plugin-segmentclip.xml
docs/plugins/inspect/plugin-shm.xml
docs/plugins/inspect/plugin-smooth.xml
docs/plugins/inspect/plugin-soundtouch.xml
docs/plugins/inspect/plugin-spandsp.xml
docs/plugins/inspect/plugin-speed.xml
docs/plugins/inspect/plugin-subenc.xml
docs/plugins/inspect/plugin-videoparsersbad.xml
docs/plugins/inspect/plugin-voaacenc.xml
docs/plugins/inspect/plugin-voamrwbenc.xml
docs/plugins/inspect/plugin-waylandsink.xml
docs/plugins/inspect/plugin-y4mdec.xml
docs/plugins/inspect/plugin-zbar.xml
gst-plugins-bad.doap
win32/common/config.h

index 147646d94a86415941477d678675c99290212852..acc47dcfec2d9fefb488120e9adf4ebacf424f18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,463 @@
+=== release 1.2.1 ===
+
+2013-11-09  Sebastian Dröge <slomo@coaxion.net>
+
+       * configure.ac:
+         releasing 1.2.1
+
+2013-11-09 13:32:21 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/videoparsers/gstmpegvideoparse.c:
+         mpegvideoparse: check for same TSN only for interlaced streams (fixes unit test)
+         https://bugzilla.gnome.org/show_bug.cgi?id=711721
+
+2013-11-09 12:02:17 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/de.po:
+       * po/id.po:
+       * po/sr.po:
+         po: Update translations
+
+2013-10-11 10:32:52 +0200  Edward Hervey <edward@collabora.com>
+
+       * gst/mpegtsdemux/mpegtspacketizer.c:
+         mpegtspacketizer: Skip packets with corrupted length
+         This is similar to what we do for packets with payload
+
+2013-10-23 23:34:27 +0100  Matthieu Bouron <matthieu.bouron@gmail.com>
+
+       * sys/applemedia-nonpublic/plugin.m:
+         applemedia-nonpublic: fix plugin name
+         https://bugzilla.gnome.org/show_bug.cgi?id=711135
+
+2013-10-17 12:53:31 +0200  Antonio Ospite <ospite@studenti.unina.it>
+
+       * gst/geometrictransform/gstgeometrictransform.c:
+         geometrictransform: Fix setting black background for AYUV buffers
+         When the frame buffer is AYUV writing all zeros does not set it to
+         black, in YUV colorspace 0x10 is the black level for luminance and 0x80
+         is the black level for chrominance.
+         Fix setting the background to black when the out_frame format is AYUV;
+         in all the other supported formats zeroing the data with memset is still
+         the right thing to do.
+         https://bugzilla.gnome.org/show_bug.cgi?id=710392
+
+2013-11-08 20:23:27 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst-libs/gst/mpegts/gst-dvb-section.h:
+         mpegts: Add some more element-type annotations for g-i
+
+2013-11-09 09:44:34 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videoparsers/gstmpegvideoparse.c:
+         Revert "mpegvparse: Fix last start code position when input buffer is empty"
+         This reverts commit f0ebc684c270a8470a45a4179b8dbc8842c95388.
+         The fix was not complete, see discussion in
+         https://bugzilla.gnome.org/show_bug.cgi?id=711627
+
+2013-11-07 10:57:22 -0700  Greg Rutz <greg@gsr-tek.com>
+
+       * gst/videoparsers/gstmpegvideoparse.c:
+         mpegvparse: Fix last start code position when input buffer is empty
+         When the input buffer is empty and we need more data to determine
+         whether or not to terminate the previous frame, the last start code
+         location needs to be set to 4 bytes before the the current position
+         (size of start_code is 32-bits)
+         https://bugzilla.gnome.org/show_bug.cgi?id=711627
+
+2013-11-07 14:39:26 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * gst-libs/gst/codecparsers/gsth264parser.c:
+         codecparsers: Fix bad condition in h264 parser
+         https://bugzilla.gnome.org/show_bug.cgi?id=711615
+
+2013-11-07 12:47:51 -0300  Thiago Santos <ts.santos@partner.samsung.com>
+
+       * ext/hls/gsthlssink.c:
+         hlssink: do not lose ref to the multifilesink
+         It is needed to update location properties and it was being lost on
+         state changes, causing issues if the pipeline was to be reused
+
+2013-11-07 12:35:55 -0300  Thiago Santos <ts.santos@partner.samsung.com>
+
+       * ext/hls/gsthlssink.c:
+         hlssink: make sure it is handled as a sink
+         It only gets the sink flag set when it adds the multifilesink, that
+         happens in null->ready and it might be too late. Set the flag
+         explicitly on the constructor.
+         https://bugzilla.gnome.org/show_bug.cgi?id=711086
+
+2013-11-06 22:13:13 -0300  Thiago Santos <ts.santos@partner.samsung.com>
+
+       * gst/camerabin2/gstcamerabin2.c:
+         camerabin: Make sure video-done is post only when file is closed
+         Force filesink to null before posting video-done to make sure the
+         file was closed.
+         Had to do it from a separate thread to avoid calling state_change from
+         a sync message handler.
+         https://bugzilla.gnome.org/show_bug.cgi?id=709373
+
+2013-11-04 10:04:59 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/applemedia-nonpublic/Makefile.am:
+         applemedia-nonpublic: Link with gmodule for g_module_open() and others
+
+2013-11-04 10:04:42 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/applemedia/Makefile.am:
+         applemedia: Link with gmodule for g_module_open() and others
+
+2013-11-01 22:32:32 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         configure: Always define AM_CONDITIONAL USE_EGLGLES
+
+2013-11-01 10:41:16 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/yadif/yadif.c:
+         yadif: Fix compiler warning caused by specifying const twice
+         yadif.c:49:24: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
+         DECLARE_ASM_CONST (16, const xmm_reg, pb_1) = {
+         ^
+         yadif.c:33:50: note: expanded from macro 'DECLARE_ASM_CONST'
+         #define DECLARE_ASM_CONST(n,t,v)    static const t __attribute__((used)) __attribute__ ((aligned (n))) v
+         ^
+         yadif.c:52:24: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
+         DECLARE_ASM_CONST (16, const xmm_reg, pw_1) = {
+         ^
+         yadif.c:33:50: note: expanded from macro 'DECLARE_ASM_CONST'
+         #define DECLARE_ASM_CONST(n,t,v)    static const t __attribute__((used)) __attribute__ ((aligned (n)))
+
+2013-11-01 10:40:06 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/yadif/yadif.c:
+         yadif: Fix build with XCode
+         https://bugzilla.gnome.org/show_bug.cgi?id=710451
+
+2013-10-30 18:25:50 +0100  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/androidmedia/gstamc.c:
+         androidmedia: fix rank for more software decoders
+         In Galaxy S4 the codecs list contains some OMX.SEC.foo.sw.dec
+         as software decoders
+         https://bugzilla.gnome.org/show_bug.cgi?id=711214
+
+2013-10-18 10:12:56 +0800  Chen Jie <chenj@lemote.com>
+
+       * sys/androidmedia/gstamc.c:
+         androidmedia: make gst_amc_avc_profile_from_string recognize alt name
+         https://bugzilla.gnome.org/show_bug.cgi?id=710433
+
+2013-10-18 11:54:12 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/androidmedia/gstamcaudiodec.c:
+       * sys/androidmedia/gstamcvideodec.c:
+         androidmedia: fix access to invalid buffers in the decoding loop
+         Flushing the decoder invalidates all buffers, so it should be done
+         after quiting the decoding loop. Otherwise we can jump into
+         "failed_release" and stop everything
+         https://bugzilla.gnome.org/show_bug.cgi?id=711156
+
+2013-10-25 11:11:30 +0100  Alex Ashley <bugzilla@ashley-family.net>
+
+       * ext/hls/gsthlsdemux.c:
+         hlsdemux: fix memory leak in gst_hls_demux_get_next_fragment
+         This patch fixes three memory leaks in hlsdemux, one that occurs
+         during normal operation and two that occur during error conditions.
+         The gst_hls_demux_get_next_fragment function calls
+         gst_fragment_get_buffer which increments the reference count
+         on the buffer but gst_hls_demux_get_next_fragment never calls unref on
+         the buffer. This means that the reference count for each downloaded
+         fragment never gets to zero and so its memory is never released.
+         This patch adds a call to gst_buffer_unref after the flags have been
+         updated on the buffer.
+         There is a leak-on-error in gst_hls_demux_decrypt_fragment if it fails
+         to download the key file. If the key fails to download, null is
+         returned without doing an unref on the encrypted fragment. The
+         semantics of gst_hls_demux_decrypt_fragment is that it takes ownership
+         of the encrypted fragment and releases it before returning.
+         There is a leak-on-error in gst_hls_src_buf_to_utf8_playlist in the
+         unlikely event that the gst_buffer_map fails. In the "happy path"
+         operation of gst_hls_src_buf_to_utf8_playlist the buffer gets an unref
+         before the function returns, therefore the error condition must do the
+         same.
+         https://bugzilla.gnome.org/show_bug.cgi?id=710881
+
+2013-09-21 00:20:36 +0100  Matthieu Bouron <matthieu.bouron@collabora.com>
+
+       * sys/applemedia/avfvideosrc.m:
+         avfvideosrc: fix truncated line
+         https://bugzilla.gnome.org/show_bug.cgi?id=710657
+
+2013-10-12 16:04:25 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/soundtouch/gstpitch.cc:
+         pitch: Fix inverted condition in setcaps
+
+2013-10-09 17:18:41 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/speed/gstspeed.c:
+         speed: Fix some bytes-per-frame vs. bytes-per-sample mixups
+         Otherwise we will crash when handling multiple channels and
+         miscalculate timestamps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=709734
+
+2013-10-08 11:10:49 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+         configure: Make sure to try window-system-agnostic EGL if nothing was auto-detected
+
+2013-10-06 17:37:38 +0200  Gilles Dartiguelongue <eva@gentoo.org>
+
+       * configure.ac:
+         egl: Allow disabling gstreamer-egl library
+         https://bugzilla.gnome.org/show_bug.cgi?id=709531
+
+2013-10-03 07:56:21 -0300  Thiago Santos <ts.santos@partner.samsung.com>
+
+       * ext/hls/gsthlsdemux.c:
+         hlsdemux: Do not call _stop holding the updates lock
+         It will cause a deadlock and the calers for _get_next_fragment
+         will already call _stop if required when _get_next_fragment fails.
+         Fixes #690148
+
+2013-10-03 13:26:06 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/videoparsers/gsth264parse.c:
+         h264parse: Fix conversion to AVC if a SPS/PPS not from the first indizes is used
+         https://bugzilla.gnome.org/show_bug.cgi?id=707974
+
+2013-09-30 15:32:55 -0600  Brendan Long <b.long@cablelabs.com>
+
+       * configure.ac:
+       * gst-plugins-bad.spec.in:
+       * pkgconfig/Makefile.am:
+       * pkgconfig/gstreamer-mpegts-uninstalled.pc.in:
+       * pkgconfig/gstreamer-mpegts.pc.in:
+       * pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in:
+         Add gstreamer-mpegts pkg-config file.
+         https://bugzilla.gnome.org/show_bug.cgi?id=709145
+
+2013-09-26 16:51:25 +0100  Alex Ashley <bugzilla@ashley-family.net>
+
+       * ext/hls/gsthlsdemux.c:
+         hlsdemux: Fix dereferencing of NULL pointer
+         On some live HLS streams, gst_hls_demux_switch_playlist causes
+         assertion failures because it tried to dereference a NULL fragment.
+         This is because g_queue_peek_tail sometimes was returning NULL and
+         this case was not being checked.
+         This patch does two things:
+         * move the g_queue_peek_tail inside the semaphore protection
+         * check if q_queue_peek_tail returns NULL
+         https://bugzilla.gnome.org/show_bug.cgi?id=708849
+
+2013-09-27 16:10:54 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/mpegtsdemux/mpegtsparse.c:
+       * gst/mpegtsdemux/mpegtsparse.h:
+         mpegtsparse: Queue buffers until we have enough to know the caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=708222
+
+2013-09-16 11:46:27 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/mpegtsdemux/mpegtspacketizer.c:
+         mpegtspacketizer: rework TS packet sync and extraction
+         The previous code could enter an infinite loop because the adapter state
+         could get out of sync with its mapped data state after sync was lost.
+         The code was pretty confusing so it's been rewritten to be clearer.
+         The easiest way to reproduce the infinite loop is to use the breakmydata
+         element before tsdemux to trigger a resync.
+         https://bugzilla.gnome.org/show_bug.cgi?id=708161
+
+2013-09-16 11:42:48 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/mpegtsdemux/tsdemux.c:
+         tsdemux: fix buffer overflow
+         This can happen with a corrupt TS file, found with breakmydata element
+         plugged before tsdemux.
+         https://bugzilla.gnome.org/show_bug.cgi?id=708161
+
+2013-09-26 13:37:09 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * sys/applemedia/Makefile.am:
+       * sys/applemedia/iosassetsrc.h:
+       * sys/applemedia/iosassetsrc.m:
+         iosassetsrc: Port to 1.0 and fix some bugs on the way
+
+2013-09-26 13:21:59 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/applemedia/Makefile.am:
+       * sys/applemedia/iosassetsrc.h:
+       * sys/applemedia/iosassetsrc.m:
+       * sys/applemedia/plugin.m:
+         iosassetsrc: Add new element from the GStreamer SDK project
+
+2013-09-23 14:36:40 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/eglgles/Makefile.am:
+       * ext/eglgles/gstegladaptation.c:
+       * ext/eglgles/gstegladaptation.h:
+       * ext/eglgles/gstegladaptation_eagl.m:
+       * ext/eglgles/gstegladaptation_egl.c:
+       * ext/eglgles/gsteglglessink.c:
+       * ext/eglgles/gsteglglessink.h:
+         eglglessink: Port iOS part to 1.0
+
+2013-09-23 13:20:46 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+         configure: Fix iOS check for eglglessink
+
+2013-09-23 11:35:56 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * sys/applemedia-nonpublic/Makefile.am:
+       * sys/applemedia-nonpublic/coremediactx.c:
+       * sys/applemedia-nonpublic/plugin.m:
+       * sys/applemedia/Makefile.am:
+       * sys/applemedia/plugin.m:
+         applemedia: avfvideosrc is not ported to 1.0 yet
+
+2013-09-25 20:25:03 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * sys/bluez/gstavdtputil.c:
+         bluez: Fix compilation on big endian systems
+
+2013-09-24 17:24:43 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * README:
+       * common:
+         Automatic update of common submodule
+         From 6b03ba7 to 7412249
+
 === release 1.2.0 ===
 
-2013-09-24  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+2013-09-24 14:37:58 +0200  Sebastian Dröge <slomo@circular-chaos.org>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.2.0
+       * docs/plugins/gst-plugins-bad-plugins.args:
+       * docs/plugins/gst-plugins-bad-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-accurip.xml:
+       * docs/plugins/inspect/plugin-adpcmdec.xml:
+       * docs/plugins/inspect/plugin-adpcmenc.xml:
+       * docs/plugins/inspect/plugin-asfmux.xml:
+       * docs/plugins/inspect/plugin-assrender.xml:
+       * docs/plugins/inspect/plugin-audiovisualizers.xml:
+       * docs/plugins/inspect/plugin-autoconvert.xml:
+       * docs/plugins/inspect/plugin-bayer.xml:
+       * docs/plugins/inspect/plugin-bz2.xml:
+       * docs/plugins/inspect/plugin-camerabin.xml:
+       * docs/plugins/inspect/plugin-chromaprint.xml:
+       * docs/plugins/inspect/plugin-coloreffects.xml:
+       * docs/plugins/inspect/plugin-curl.xml:
+       * docs/plugins/inspect/plugin-dataurisrc.xml:
+       * docs/plugins/inspect/plugin-debugutilsbad.xml:
+       * docs/plugins/inspect/plugin-dtsdec.xml:
+       * docs/plugins/inspect/plugin-dvb.xml:
+       * docs/plugins/inspect/plugin-dvbsuboverlay.xml:
+       * docs/plugins/inspect/plugin-dvdspu.xml:
+       * docs/plugins/inspect/plugin-eglglessink.xml:
+       * docs/plugins/inspect/plugin-faac.xml:
+       * docs/plugins/inspect/plugin-faad.xml:
+       * docs/plugins/inspect/plugin-festival.xml:
+       * docs/plugins/inspect/plugin-fieldanalysis.xml:
+       * docs/plugins/inspect/plugin-flite.xml:
+       * docs/plugins/inspect/plugin-fragmented.xml:
+       * docs/plugins/inspect/plugin-frei0r.xml:
+       * docs/plugins/inspect/plugin-gaudieffects.xml:
+       * docs/plugins/inspect/plugin-gdp.xml:
+       * docs/plugins/inspect/plugin-geometrictransform.xml:
+       * docs/plugins/inspect/plugin-gmedec.xml:
+       * docs/plugins/inspect/plugin-gsm.xml:
+       * docs/plugins/inspect/plugin-gstsiren.xml:
+       * docs/plugins/inspect/plugin-id3tag.xml:
+       * docs/plugins/inspect/plugin-inter.xml:
+       * docs/plugins/inspect/plugin-interlace.xml:
+       * docs/plugins/inspect/plugin-jpegformat.xml:
+       * docs/plugins/inspect/plugin-liveadder.xml:
+       * docs/plugins/inspect/plugin-mimic.xml:
+       * docs/plugins/inspect/plugin-mms.xml:
+       * docs/plugins/inspect/plugin-modplug.xml:
+       * docs/plugins/inspect/plugin-mpegpsdemux.xml:
+       * docs/plugins/inspect/plugin-mpegtsdemux.xml:
+       * docs/plugins/inspect/plugin-mpegtsmux.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-neon.xml:
+       * docs/plugins/inspect/plugin-ofa.xml:
+       * docs/plugins/inspect/plugin-openal.xml:
+       * docs/plugins/inspect/plugin-opencv.xml:
+       * docs/plugins/inspect/plugin-opus.xml:
+       * docs/plugins/inspect/plugin-pcapparse.xml:
+       * docs/plugins/inspect/plugin-pnm.xml:
+       * docs/plugins/inspect/plugin-rawparse.xml:
+       * docs/plugins/inspect/plugin-removesilence.xml:
+       * docs/plugins/inspect/plugin-resindvd.xml:
+       * docs/plugins/inspect/plugin-rfbsrc.xml:
+       * docs/plugins/inspect/plugin-rtmp.xml:
+       * docs/plugins/inspect/plugin-schro.xml:
+       * docs/plugins/inspect/plugin-sdp.xml:
+       * docs/plugins/inspect/plugin-segmentclip.xml:
+       * docs/plugins/inspect/plugin-shm.xml:
+       * docs/plugins/inspect/plugin-smooth.xml:
+       * docs/plugins/inspect/plugin-soundtouch.xml:
+       * docs/plugins/inspect/plugin-spandsp.xml:
+       * docs/plugins/inspect/plugin-speed.xml:
+       * docs/plugins/inspect/plugin-subenc.xml:
+       * docs/plugins/inspect/plugin-videoparsersbad.xml:
+       * docs/plugins/inspect/plugin-voaacenc.xml:
+       * docs/plugins/inspect/plugin-voamrwbenc.xml:
+       * docs/plugins/inspect/plugin-waylandsink.xml:
+       * docs/plugins/inspect/plugin-y4mdec.xml:
+       * docs/plugins/inspect/plugin-zbar.xml:
+       * gst-plugins-bad.doap:
+       * win32/common/config.h:
+         Release 1.2.0
+
+2013-09-24 14:37:29 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * 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/hr.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/ky.po:
+       * po/lt.po:
+       * po/lv.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:
+         Update .po files
 
 2013-09-23 16:18:43 +0200  Sebastian Dröge <slomo@circular-chaos.org>
 
diff --git a/NEWS b/NEWS
index aa949cb6db662a4475e27dbef210c8898cff2f2a..daf2f7647b60d15e38953c93895dd477e2170850 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,123 +1,2 @@
-This is GStreamer Bad Plugins 1.2.0
-
-Changes since 1.0:
-
-New API:
- • GstContext negotiation / sharing / announcing for sharing a
-   generic context between elements, e.g. a display handle
- • GL texture upload conversion meta for allowing different
-   buffer types to be converted to an OpenGL texture
- • GstCapsFeatures as extension to GstCaps for allowing the
-   negotiation of specific memory or meta requirements between
-   elements
- • GstMemory flags for contiguous and non-mappable memory
- • The stream-start event has optional flags now, e.g. for signalling
-   sparse streams
- • The stream-start even has an optional group-id field now to signal
-   all streams that should be played together
- • Allocators library in gst-plugins-base, currently only with generic
-   dmabuf memory support
- • insertbin library for easier handling of dynamically linked
-   pipelines (in -bad for now)
- • EGL helper library (in -bad for now)
- • MPEG-TS data structure library (in -bad for now)
- • New GstVideoRegionOfInterestMeta to describe a region of interest on
-   video frames.
- • GstVideoDecoder/Encoder has new ::flush() vfunc to replace the
-   ill-defined ::reset() vfunc.
- • The URI query allows to query the redirected URI now.
-
-Major changes:
- • New tool: gst-play-1.0 in gst-plugins-base for basic playback
-   testing on the command line.
- • New plugins:
-   ∘ mssdemux for Microsoft Smooth Streaming
-   ∘ dashdemux for DASH adaptive streaming protocol
-   ∘ bluez for interaction with Bluetooth devices
-   ∘ openjpeg for JPEG2000 decoding and encoding
-   ∘ daala for experimental Daala decoding and encoding
-   ∘ vpx plugin has experimental VP9 decoding and encoding support
-   ∘ webp plugin for WebP decoding (encoding to be added later)
-   ∘ Various others: yadif, srtp, sbc, fluidsynth, midiparse,
-     mfc, ivtv, accuraterip and audiofxbad
-
- • Moved plugins:
-   ∘ dtmf, vp8rtp, scaletempo and rtpmux plugins are in
-     gst-plugins-good now
-
- • Video:
-   ∘ Fix handling of interlaced video in converters such as videoscale
-     and videoconvert (e.g. scale both fields independently)
-   ∘ videoconvert will try harder to minimise quality losses when
-     conversion is necessary
-   ∘ The experimental GstSurfaceConverter, GstSurfaceMeta and
-     GstVideoContext APIs from the (confusingly-named) 
-     libgstbasevideo-1.0 library in gst-plugins-bad have now been
-     removed and been replaced by new APIs in GStreamer Core and
-     gst-plugins-base (see above). Since that was all that was left in
-     this library, the entire experimental libgstbasevideo-1.0 library
-     has been removed from gst-plugins-bad
-   ∘ Chroma subsampling and chroma siting conversion is better handled
-     in videoconvert and the support for interlaced video was improved.
-   ∘ New pinwheel and spoke patterns in videotestsrc
-   ∘ videomixer can now accept different video formats on its sinkpads
-     and converts to a common format during mixing
-
- • Audio:
-   ∘ audioconvert will try harder to minimise quality losses when
-     conversion is necessary
-   ∘ adder now allows muting/unmuting of its input streams, and also
-     per-input stream volume 
-   ∘ pulseaudio elements can switch between devices during playback now
-   ∘ aacparse can convert between ADTS←→RAW
-
- • Platform specific changes:
-   ∘ Caps, events, etc. are now printed in the GStreamer debug logs
-     with their content instead of just the pointer address even on
-     non-glibc platforms (e.g. Windows, OSX, Android).
-   ∘ Network elements (UDP/TCP) now work better with platforms,
-     where IPv6 sockets can't handle IPv4 (e.g. Windows)
-   ∘ Linux/BSD: v4l2 had many improvements and cleanups
-
- • Other changes:
-   ∘ gst-libav now uses libav 9
-   ∘ Static linking of plugins is supported now (also in 1.0.7)
-   ∘ rtspsrc: add support for NetClientClock: when the server suggests a
-     GstNetTimeProvider in the SDP, set up a GstNetClientClock that
-     slaves to the remote clock and suggest this clock in provide_clock.
-     Simplifies synchronized playback of a resource from an RTSP server.
-     gst-rtsp-server now supports adding this to the SDP and can provide
-     a network clock
-   ∘ RTP retransmission / NACK support and big RTP jitterbuffer improvements
-   ∘ SRTP and DTLS support
-   ∘ Changes to many elements and core to use the correct sticky event
-     order and also not lose any important sticky events during flushing
-   ∘ >1000 fixed bug reports, and many other bug fixes and other
-     improvements everywhere that had no bug report
-
-Things to look out for:
- • Single header includes for all libraries, e.g. #include
-   <gst/video/video.h> - this was needed for some bindings.
- • Stricter (correct) caps subset checking in some cases where this was
-   not correct before. Caps will now always fail to be a compatible
-   subset of another set of caps if the subset caps are missing some
-   fields that the superset caps have. This might lead to not-negotiated
-   errors if caps are incomplete now. However, it also prevents possible
-   data corruption caused by piping data formatted in an
-   incompatible/unexpected way into some elements. Check your h264 caps
-   for stream-format and alignment fields and AAC caps for the
-   stream-format field. This change will also be included in the next
-   stable 1.0.8 release.
- • Stricter checking for missing events and correct sticky event order
-   (stream-start, caps, segment) in some places; this is not enabled in
-   stable releases by default, but you may get warnings when using git
-   builds, development releases or when compiling with
-   -UG_DISABLE_ASSERT in CFLAGS
- • x264enc now outputs data in byte-stream by default if downstream has
-   ANY caps (e.g. appsink without caps set, filesink, udpsink,
-   tcpserversink etc.)
- • The MPEG TS demuxer posts messages contain the PMT, PAT, etc. in a
-   different format now. This new format uses the data structures from
-   the new MPEGTS library
- • The GstContext API has changed between 1.1.4 and 1.1.90
+This is GStreamer Bad Plugins 1.2.1
 
diff --git a/RELEASE b/RELEASE
index 52c2e990877717aebc0f1de3e77f359c57182d21..5db1abef9950ca162dd785304483f8b9db8753bf 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,8 +1,8 @@
 
-Release notes for GStreamer Bad Plugins 1.2.0
+Release notes for GStreamer Bad Plugins 1.2.1
 
 
-The GStreamer team is proud to announce a new feature release
+The GStreamer team is proud to announce a new bug-fix release
 in the 1.x stable series of the
 core of the GStreamer streaming media framework.
 
@@ -60,8 +60,28 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
 
   
 
-There were no bugs fixed in this release
-    
+Bugs fixed in this release
+     
+      * 711627 : mpegvparse: Incorrect repositioning of start code location when input buffer is empty
+      * 690148 : hlsdemux: hangs when network disconnects or when server is unreachable
+      * 707974 : h264parse: Broken conversion to AVC if a SPS/PPS not from the first indizes is used
+      * 708161 : mpegtspacketizer: rework packet extraction and sync
+      * 708222 : tsparse: Pushes unparsed data immediately on the srcpad
+      * 708849 : hlsdemux: occasionally dereferencing NULL in gst_hls_demux_switch_playlist()
+      * 709145 : mpegts: Can't link against mpegts
+      * 709373 : camerabin: Filesink not closing file after stop-capture
+      * 709531 : egl: Make dependency on egl optional
+      * 709886 :  " pitch " plugin prevent pipeline creation
+      * 710392 : geometrictransform: fix setting black background for AYUV buffers
+      * 710433 : androidmedia: gst_amc_avc_profile_from_string not recognize alternative profile names
+      * 710451 : yadif: OSX linking fails because of unresolved symbols: " pb_1 " and " pw_1 " unreferenced
+      * 710657 : avfvideosrc: fix truncated line
+      * 710881 : memory leaks in hlsdemux
+      * 711135 : applemedia-nonpublic: fix plugin name
+      * 711156 : androidmedia: fix access to invalid buffers in the decoding loop
+      * 711214 : androidmedia: fix rank for more software decoders
+      * 711615 : codecparsers: Condition mistake in h264parser
+      * 711721 : mpegvideoparse: Unit test fails
 
 ==== Download ====
 
@@ -98,7 +118,20 @@ subscribe to the gstreamer-devel list.
         
 Contributors to this release
     
+      * Alex Ashley
+      * Andoni Morales Alastruey
+      * Antonio Ospite
+      * Arnaud Vrac
+      * Aurélien Zanelli
+      * Brendan Long
+      * Chen Jie
       * Edward Hervey
+      * Gilles Dartiguelongue
+      * Greg Rutz
+      * Matej Knopp
+      * Matthieu Bouron
+      * Olivier Crête
       * Sebastian Dröge
+      * Thiago Santos
       * Tim-Philipp Müller
  
\ No newline at end of file
index 0eebe1b72d7d51d47919deac65805538c9fd92d9..4c8d9e208356f4200d8b2b59d50f418673702832 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.68])
 dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT([GStreamer Bad Plug-ins],[1.2.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
+AC_INIT([GStreamer Bad Plug-ins],[1.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
 
 AG_GST_INIT
 
@@ -48,7 +48,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
 dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 200, 0, 200)
+AS_LIBTOOL(GST, 201, 0, 201)
 
 dnl *** required versions of GStreamer stuff ***
 GST_REQ=1.2.0
index 07730dbb56ff373568681bbe86798b6d57598bec..4e751379dd1040e60b7d0e34f9d5f23338aa0012 100644 (file)
 <FLAGS>rw</FLAGS>
 <NICK>splash (X)</NICK>
 <BLURB>make a big splash in the center.</BLURB>
-<DEFAULT>7.7486e-304</DEFAULT>
+<DEFAULT>7.75038e-304</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>ratiox</NICK>
 <BLURB>x-ratio.</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>2.58656e-231</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>ratioy</NICK>
 <BLURB>y-ratio.</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>5.96421e-212</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>DelayTime</NICK>
 <BLURB>the delay time.</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>7.65802e-322</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>Color (B)</NICK>
 <BLURB>the color of the image.</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>7.47605e-27</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>Color (G)</NICK>
 <BLURB>the color of the image.</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>2.84114e-29</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>Color (R)</NICK>
 <BLURB>the color of the image.</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>7.05334e-30</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>lredscale</NICK>
 <BLURB>multiplier for downscaling non-edge brightness.</BLURB>
-<DEFAULT>5.48413e-322</DEFAULT>
+<DEFAULT>8.20788e-311</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>lthresh</NICK>
 <BLURB>threshold for edge lightening.</BLURB>
-<DEFAULT>8.00386e-321</DEFAULT>
+<DEFAULT>0</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>lupscale</NICK>
 <BLURB>multiplier for upscaling edge brightness.</BLURB>
-<DEFAULT>7.93469e-321</DEFAULT>
+<DEFAULT>0</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>blend</NICK>
 <BLURB>blend factor.</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>4.62958e-299</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>HSync</NICK>
 <BLURB>the hsync offset.</BLURB>
-<DEFAULT>2.11543e-316</DEFAULT>
+<DEFAULT>5.35988e-317</DEFAULT>
 </ARG>
 
 <ARG>
index 6e6a1b79b53d4abf9d7c43760c6a24c15f9c5176..3f0b3c711e0add52ac3a674a39af41c5913d97e7 100644 (file)
@@ -21,7 +21,6 @@ GObject
         GstAssRender
         GstAudioDecoder
           ADPCMDec
-          GstCeltDec
           GstDtsDec
           GstFaad
           GstGSMDec
@@ -31,7 +30,6 @@ GObject
           GstSirenDec
         GstAudioEncoder
           ADPCMEnc
-          GstCeltEnc
           GstFaac
           GstGSMEnc
           GstOpusEnc
@@ -39,7 +37,6 @@ GObject
           GstSirenEnc
           GstVoAacEnc
           GstVoAmrWbEnc
-        GstAudioMixer
         GstAudioVisualizer-BadGstAudioVisualizers
           GstSpaceScope
           GstSpectraScope
@@ -79,7 +76,6 @@ GObject
             GstWaylandSink
         GstBaseSrc
           GstAvdtpSrc
-          GstDTMFSrc
           GstDataURISrc
           GstFliteTestSrc
           GstInterAudioSrc
@@ -104,7 +100,6 @@ GObject
             frei0r-src-onecol0r
             frei0r-src-partik0l
             frei0r-src-plasma
-          GstRTPDTMFSrc
         GstBaseTransform
           GstAudioFilter
             GstAccurip
@@ -286,7 +281,6 @@ GObject
         GstPyramidSegment
         GstRTPBaseDepayload
           GstRTPOpusDepay
-          GstRtpDTMFDepay
         GstRTPBasePayload
           GstRtpAsfPay
           GstRtpOPUSPay
index c76efcc3abebc5b6961c64151241ba7de3889600..0df9e7c048595688a0f9b7a7bc75b57002fc93d7 100644 (file)
@@ -3,7 +3,7 @@
   <description>Computes an AccurateRip CRC</description>
   <filename>../../gst/accurip/.libs/libgstaccurip.so</filename>
   <basename>libgstaccurip.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 7fe4f4bd3c9900b17f00c8f5e7cfc71400d43f2f..f1574258d02b16cb16aeb8cbb4c720f7270940b0 100644 (file)
@@ -3,7 +3,7 @@
   <description>ADPCM decoder</description>
   <filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
   <basename>libgstadpcmdec.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 8557a5106752f4fd38381b1a59a9062b109fb57e..31fa1c989efd0f91e5b1baff5ed1f92a98ce1a94 100644 (file)
@@ -3,7 +3,7 @@
   <description>ADPCM encoder</description>
   <filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
   <basename>libgstadpcmenc.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index edc92609e17b5eea7838b4f9ee86d7d5a42d9ba5..145c8311e193ef6d8d8b6e6225d9766d2ec1c8f8 100644 (file)
@@ -3,7 +3,7 @@
   <description>ASF Muxer Plugin</description>
   <filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
   <basename>libgstasfmux.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index d7ce3863f971d7593718e360848bde50550893d0..5aca15896eb6e14da237bc2ea6911d3310569e6d 100644 (file)
@@ -3,7 +3,7 @@
   <description>ASS/SSA subtitle renderer</description>
   <filename>../../ext/assrender/.libs/libgstassrender.so</filename>
   <basename>libgstassrender.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index dd4cc264efa8c23d860a9dee776bf3a34b314c28..d5d7b01d6a93ec15a237f002a5e1a84bf39c05f1 100644 (file)
@@ -3,7 +3,7 @@
   <description>Creates video visualizations of audio input</description>
   <filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
   <basename>libgstaudiovisualizers.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>GPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 8934dac97a821c4e02df85d5ca569773fc64a830..1c25147e035a34e1bd65cb296cb2177d0e6cd9dc 100644 (file)
@@ -3,7 +3,7 @@
   <description>Selects convertor element based on caps</description>
   <filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
   <basename>libgstautoconvert.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 2b17e6ff9ecfead01e5ee106e75ebe4f329fed19..e7b5aff45c7259611ea54af21571e6246acf9756 100644 (file)
@@ -3,7 +3,7 @@
   <description>Elements to convert Bayer images</description>
   <filename>../../gst/bayer/.libs/libgstbayer.so</filename>
   <basename>libgstbayer.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 7ffc46acdef8ff6937e19c87fe1571c2e7d5f2f2..ee17fa30145d4813191a0f756f81444b2aa1c1ef 100644 (file)
@@ -3,7 +3,7 @@
   <description>Compress or decompress streams</description>
   <filename>../../ext/bz2/.libs/libgstbz2.so</filename>
   <basename>libgstbz2.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index d0766dc6fb85e99878bfcf86c25a7a4e927acb35..f8253ab468e34112a9b92b107e62cf116ca541dd 100644 (file)
@@ -3,7 +3,7 @@
   <description>Take image snapshots and record movies from camera</description>
   <filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
   <basename>libgstcamerabin2.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 8da3e3e148c14721e49e892fe0f3206405f44816..09f0796d04e6ef246e56fb4dd4c1021c12b8e793 100644 (file)
@@ -3,7 +3,7 @@
   <description>Calculate Chromaprint fingerprint from audio files</description>
   <filename>../../ext/chromaprint/.libs/libgstchromaprint.so</filename>
   <basename>libgstchromaprint.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 9e71e828120f95d8c22c0421d5325daae075cec3..89ee46388c6f7b268b2a7d7e45c03b8171110149 100644 (file)
@@ -3,7 +3,7 @@
   <description>Color Look-up Table filters</description>
   <filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
   <basename>libgstcoloreffects.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 80ad1743303039c6413145235d120295bf1517aa..6af233c0d8657b19fa84cca94a794f3a3db90ab9 100644 (file)
@@ -3,7 +3,7 @@
   <description>libcurl-based elements</description>
   <filename>../../ext/curl/.libs/libgstcurl.so</filename>
   <basename>libgstcurl.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 453fe3c9a9cf4e5ffdec3bad27496d4b78daf50a..7a5d5706b6f25a28cae72327cc24ea85a8d7e291 100644 (file)
@@ -3,7 +3,7 @@
   <description>data: URI source</description>
   <filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
   <basename>libgstdataurisrc.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 7e3b5189dd762b5a0cbf2ac5a0285dbc0c723695..6dd755c0f6aad9bb5ea46aa4eb123d75f563f69a 100644 (file)
@@ -3,7 +3,7 @@
   <description>Collection of elements that may or may not be useful for debugging</description>
   <filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
   <basename>libgstdebugutilsbad.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index cc323043233dbbaf6f65b0a39cb5952ec522a04b..319f559e3b8bbd7450b567834feffc8d9164cbed 100644 (file)
@@ -3,7 +3,7 @@
   <description>Decodes DTS audio streams</description>
   <filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
   <basename>libgstdtsdec.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>GPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index cad18fdc19c64888516dfecc3e453e98c8cb5981..d949b15ea16b31dde3a88c5968557cf9aa94f3b3 100644 (file)
@@ -3,7 +3,7 @@
   <description>DVB elements</description>
   <filename>../../sys/dvb/.libs/libgstdvb.so</filename>
   <basename>libgstdvb.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 1f85e070183fe10668ffb7a1b2fbd326516ee809..a64f66440018415bd73459a44d86cbd83f46cc77 100644 (file)
@@ -3,7 +3,7 @@
   <description>DVB subtitle renderer</description>
   <filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
   <basename>libgstdvbsuboverlay.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index f0eb8fef9ee31f1f2ca7835a93a5102eb555a798..6262948fb41b8dc419706a4871d4dd2d2af1504b 100644 (file)
@@ -3,7 +3,7 @@
   <description>DVD Sub-picture Overlay element</description>
   <filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
   <basename>libgstdvdspu.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 9e5a10ddb81d5953b0b6f1b9bf04dc584ca622dd..4cf0948a2dfe6dee52c4e6aee5ac4a11f12bf7dd 100644 (file)
@@ -3,7 +3,7 @@
   <description>EGL/GLES sink</description>
   <filename>../../ext/eglgles/.libs/libgsteglglessink.so</filename>
   <basename>libgsteglglessink.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 38de3c98097a2e83c1296966e21dcc7e7fb58198..f6b7191024c4886a531684b3fd21dc39287910ae 100644 (file)
@@ -3,7 +3,7 @@
   <description>Free AAC Encoder (FAAC)</description>
   <filename>../../ext/faac/.libs/libgstfaac.so</filename>
   <basename>libgstfaac.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index f9bee1980b405d81bb4eb61699f1b7eedc50e0fe..e1228f1bec4555203460e09ae7fcbf404d3663cd 100644 (file)
@@ -3,7 +3,7 @@
   <description>Free AAC Decoder (FAAD)</description>
   <filename>../../ext/faad/.libs/libgstfaad.so</filename>
   <basename>libgstfaad.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>GPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 6be664167758bfc9a1a8e374f04bb868166e6975..e50e77aa1dfde30f7ff5d9b534474aaf8d1fae21 100644 (file)
@@ -3,7 +3,7 @@
   <description>Synthesizes plain text into audio</description>
   <filename>../../gst/festival/.libs/libgstfestival.so</filename>
   <basename>libgstfestival.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 7bb612040695b806c9808dbbd2823ba2f84ea4d8..4b9d0ecfd74e233fd00d911120fecc71a5b64045 100644 (file)
@@ -3,7 +3,7 @@
   <description>Video field analysis</description>
   <filename>../../gst/fieldanalysis/.libs/libgstfieldanalysis.so</filename>
   <basename>libgstfieldanalysis.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer</package>
index c5fa5d1b8650d868c3ab7099246e9e33078f6116..7ce61e5c61e9b27f5c74eb12b1ff5e08fc0acc1d 100644 (file)
@@ -3,7 +3,7 @@
   <description>Flite speech synthesizer plugin</description>
   <filename>../../ext/flite/.libs/libgstflite.so</filename>
   <basename>libgstflite.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index fce8c7232f5067b0421f5c484905e7bfe6cacfeb..104065d324c8b43a1e6d00f0d0886854d6dc8d19 100644 (file)
@@ -3,7 +3,7 @@
   <description>Fragmented streaming plugins</description>
   <filename>../../ext/hls/.libs/libgstfragmented.so</filename>
   <basename>libgstfragmented.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins</package>
index d24bc741a08b245a56d6087a40d14a4be43a498e..23c8fac86cec9c064f4c3bf24b6956c867b57b14 100644 (file)
@@ -3,7 +3,7 @@
   <description>frei0r plugin library</description>
   <filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
   <basename>libgstfrei0r.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 57bdbf30ad49ccceb08c53ab9a401504a219c986..fbc7a5ee1dcd018b39a7244fed0d48ee9d38d74a 100644 (file)
@@ -3,7 +3,7 @@
   <description>Gaudi video effects.</description>
   <filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
   <basename>libgstgaudieffects.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer</package>
index d2823cfab3b818d14f3bdc89130ef45935393897..5802d067d0ba5e538dbb56ae3fbce6360e354597 100644 (file)
@@ -3,7 +3,7 @@
   <description>Payload/depayload GDP packets</description>
   <filename>../../gst/gdp/.libs/libgstgdp.so</filename>
   <basename>libgstgdp.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 3a4dd953c5e8ccb10ded62064989bd48d7a4c0db..197a58ada1a44c3e48ab1677451fbb637776fe0a 100644 (file)
@@ -3,7 +3,7 @@
   <description>Various geometric image transform elements</description>
   <filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
   <basename>libgstgeometrictransform.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index d79abb341830e4771ebe07c5c9a66eeba0dfb29a..c414b9c5707cb62cf1b641045bd8665a1a1e70e6 100644 (file)
@@ -3,7 +3,7 @@
   <description>GME Audio Decoder</description>
   <filename>../../ext/gme/.libs/libgstgme.so</filename>
   <basename>libgstgme.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 73267f2f6e426fff7a95a1efb5ca6d8c510c959b..215fff1079eecdf4e6a4a684dd5d7576faeee698 100644 (file)
@@ -3,7 +3,7 @@
   <description>GSM encoder/decoder</description>
   <filename>../../ext/gsm/.libs/libgstgsm.so</filename>
   <basename>libgstgsm.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 1f5a05b8c463d0e092f3e977e361fb805d2681e5..fadbcf24750f014d030af240c579fe01085f6ff3 100644 (file)
@@ -3,7 +3,7 @@
   <description>Siren encoder/decoder/payloader/depayloader plugins</description>
   <filename>../../gst/siren/.libs/libgstsiren.so</filename>
   <basename>libgstsiren.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 49adcf732ed54c80ee3a3ecd810f58ddbea9457e..26330d5b7a19ba1b3ac3ba9734f7ce8df3490022 100644 (file)
@@ -3,7 +3,7 @@
   <description>ID3 v1 and v2 muxing plugin</description>
   <filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
   <basename>libgstid3tag.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index db6c14ab0bbd2c00fd2588a1570f19fe00bb14d2..9314eae337d70f5a40048634fbdd24cbb3c4f037 100644 (file)
@@ -3,7 +3,7 @@
   <description>plugin for inter-pipeline communication</description>
   <filename>../../gst/inter/.libs/libgstinter.so</filename>
   <basename>libgstinter.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins</package>
index 3763b8e26c83b2fa7fd24b18fa4695ecf9398bec..9c182b7c844bee5b16f30d1cba46ee94ebdd7683 100644 (file)
@@ -3,7 +3,7 @@
   <description>Create an interlaced video stream</description>
   <filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
   <basename>libgstinterlace.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index da19f39d764124612461e1f5888b773eed69a901..ab2164fb98f1f7dcdf33740d54445079874e7952 100644 (file)
@@ -3,7 +3,7 @@
   <description>JPEG interchange format plugin</description>
   <filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
   <basename>libgstjpegformat.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 8cb6b3668457cf4f13243a3f29e4ed804398fb66..3b981416dad3ee1bcc4a414df16a91cbc14bd206 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adds multiple live discontinuous streams</description>
   <filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
   <basename>libgstliveadder.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index cc351859ec0e531e838fcc8bf20180d39c60b402..a33c0a7a209244c4dcf97f879b3730cecd8a5a4f 100644 (file)
@@ -3,7 +3,7 @@
   <description>Mimic codec</description>
   <filename>../../ext/mimic/.libs/libgstmimic.so</filename>
   <basename>libgstmimic.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 32f6d1962a47b76ce461c228897c5e40a24fe587..22403528f6aabf528bf60ed7a9edaeb0115c60eb 100644 (file)
@@ -3,7 +3,7 @@
   <description>Microsoft Multi Media Server streaming protocol support</description>
   <filename>../../ext/libmms/.libs/libgstmms.so</filename>
   <basename>libgstmms.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index bf4cffd91332fb357fa5b39abcceb1142e9e154d..ef33874d4d673e69bc494bf14fbbc37b7ad92787 100644 (file)
@@ -3,7 +3,7 @@
   <description>.MOD audio decoding</description>
   <filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
   <basename>libgstmodplug.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 4bdf59f7955f28fce9bd3f12866731896880a148..b3cd34c1cb59a13d0ed8a7e2ac40b4e128875ead 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG-PS demuxer</description>
   <filename>../../gst/mpegdemux/.libs/libgstmpegpsdemux.so</filename>
   <basename>libgstmpegpsdemux.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>unknown</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 34935400fade7161f1c4af7395e0a8c25114ca6e..d4180c8fed9fcd55c8672da2ade6344d67318ad5 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG TS demuxer</description>
   <filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename>
   <basename>libgstmpegtsdemux.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>unknown</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 9d5af1b811457ef92443ada805e5e4299ff7f0ca..19ebd3f1d3111b68d4c5ec6c12d7f31d1bda98b9 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG-TS muxer</description>
   <filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
   <basename>libgstmpegtsmux.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 791a5c5a68fe1be7f9576834e44cd006f0e83c75..f1e167ca597a7ac95ca23ca3e8c874a07be4b531 100644 (file)
@@ -3,7 +3,7 @@
   <description>mp3 decoding based on the mpg123 library</description>
   <filename>../../ext/mpg123/.libs/libgstmpg123.so</filename>
   <basename>libgstmpg123.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index c5e8564ebe703f42a7bb2c49948da5d5a595e155..bd6c4851bf8ca71307ffbf6a0df6962953b3b17b 100644 (file)
@@ -3,7 +3,7 @@
   <description>lib neon http client src</description>
   <filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
   <basename>libgstneonhttpsrc.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index ec25f62a717b64dadecd3f981bffbeebf624c4f2..07835cd8f135456ebdfb7b6b7b4e71bd81ec63a2 100644 (file)
@@ -3,7 +3,7 @@
   <description>Calculate MusicIP fingerprint from audio files</description>
   <filename>../../ext/ofa/.libs/libgstofa.so</filename>
   <basename>libgstofa.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>GPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 0f51b2c56d819ebcacc103f15785a4291b6818e1..c8ebdde48dc1b8b23f80dd9fdf5b354fa2f112bb 100644 (file)
@@ -3,7 +3,7 @@
   <description>OpenAL plugin library</description>
   <filename>../../ext/openal/.libs/libgstopenal.so</filename>
   <basename>libgstopenal.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index b114a09d6ea74e83fa48036add6ebee4eb024cc4..00c581a066ec042f04fc2ccde7d2a5c281efff67 100644 (file)
@@ -3,7 +3,7 @@
   <description>GStreamer OpenCV Plugins</description>
   <filename>../../ext/opencv/.libs/libgstopencv.so</filename>
   <basename>libgstopencv.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 21f5350fff724942b7db79ffdcfa59b35e401ab0..a2c751c391bd8d950b2f19f2bf04d428cc03a4ad 100644 (file)
@@ -3,7 +3,7 @@
   <description>OPUS plugin library</description>
   <filename>../../ext/opus/.libs/libgstopus.so</filename>
   <basename>libgstopus.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 45a9526566b3e9fdf8d6f87e16edbb53ef87e836..283af4c5426d833b1d11e2787c75ddcb20301272 100644 (file)
@@ -3,7 +3,7 @@
   <description>Element parsing raw pcap streams</description>
   <filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
   <basename>libgstpcapparse.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer</package>
index 7714ae521f43cad8936c41808dc7b5dce20f8715..169010e9faf43131496e1421ee87d68c4bda0bf7 100644 (file)
@@ -3,7 +3,7 @@
   <description>PNM plugin</description>
   <filename>../../gst/pnm/.libs/libgstpnm.so</filename>
   <basename>libgstpnm.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 6bcb5be5f818b5f10afdcdba54caf156a53edeaa..5cfa8a34b571a0b6c426def547ac439c9716d69f 100644 (file)
@@ -3,7 +3,7 @@
   <description>Parses byte streams into raw frames</description>
   <filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
   <basename>libgstrawparse.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 28897e70c53db90b25aa4372d8b20e5217e927b5..667afc0dcbf03032bac1260d2b66f7d8ed7a58d7 100644 (file)
@@ -3,7 +3,7 @@
   <description>Removes silence from an audio stream</description>
   <filename>../../gst/removesilence/.libs/libgstremovesilence.so</filename>
   <basename>libgstremovesilence.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 5fe0ee5095a7cf8a03f1e34e908c9e12d8c86755..e8cc2b8fcb4a74a4052dc3ac53f24f928c74db5f 100644 (file)
@@ -3,7 +3,7 @@
   <description>Resin DVD playback elements</description>
   <filename>../../ext/resindvd/.libs/libgstresindvd.so</filename>
   <basename>libgstresindvd.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>GPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer</package>
index b48d2b19fa7434dc897e967578346ff6bdee3077..f4af30220dcd6cf731257913b0648c46282abc76 100644 (file)
@@ -3,7 +3,7 @@
   <description>Connects to a VNC server and decodes RFB stream</description>
   <filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
   <basename>libgstrfbsrc.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 83020d0f319720a854a2ef9261b0e2254cba4d82..700dcbde8d05cbe24195765b817dcb3dc5812187 100644 (file)
@@ -3,7 +3,7 @@
   <description>RTMP source and sink</description>
   <filename>../../ext/rtmp/.libs/libgstrtmp.so</filename>
   <basename>libgstrtmp.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 5fe4643fbc162d30a813e79e9bcb2f97179cb1d2..a71f2f37bfe6adbd0159b45e9861a501cabca832 100644 (file)
@@ -3,7 +3,7 @@
   <description>Schroedinger plugin</description>
   <filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
   <basename>libgstschro.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index ed52a051883241cab421d83028b2ff73954c43b2..c44fb9229b5304ce9e1044af9fa8b12a45a1b371 100644 (file)
@@ -3,7 +3,7 @@
   <description>configure streaming sessions using SDP</description>
   <filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
   <basename>libgstsdpelem.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 0f70d42321f2143f061729b835c0fdd41124ae2f..b78a87755f917c1749a21f2f35b07f8b977ceaeb 100644 (file)
@@ -3,7 +3,7 @@
   <description>Segment clip elements</description>
   <filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
   <basename>libgstsegmentclip.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 2fef5ab24d9a8f879e7853c8720c9ad25aea72fa..6e462ae4d8b4b6399184a9025e78e20f203b6d3d 100644 (file)
@@ -3,7 +3,7 @@
   <description>shared memory sink source</description>
   <filename>../../sys/shm/.libs/libgstshm.so</filename>
   <basename>libgstshm.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index deb98239fe898b1889d7babd5b345ad3476b133f..313755fe7005cfd7c4512630e0b4aae9c209f580 100644 (file)
@@ -3,7 +3,7 @@
   <description>Apply a smooth filter to an image</description>
   <filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
   <basename>libgstsmooth.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 178c7dcd5d71b2d20149213f57c7c535bc33d311..3361304393ecac0a4bb3d829968b68ea44756155 100644 (file)
@@ -3,7 +3,7 @@
   <description>Audio Pitch Controller &amp; BPM Detection</description>
   <filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
   <basename>libgstsoundtouch.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index fec8f769ee6abc68820474811a600723548d0742..674a809b25e9dce5de459a53dda31e789211e3b6 100644 (file)
@@ -3,7 +3,7 @@
   <description>libspandsp plugin</description>
   <filename>../../ext/spandsp/.libs/libgstspandsp.so</filename>
   <basename>libgstspandsp.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 32316eb32ebabafda4479937036b0e495186e10e..d4392d46182c4ba4ab85a4d74995f7884fd1c325 100644 (file)
@@ -3,7 +3,7 @@
   <description>Set speed/pitch on audio/raw streams (resampler)</description>
   <filename>../../gst/speed/.libs/libgstspeed.so</filename>
   <basename>libgstspeed.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index b7051cc06944e9ab225852d269dac16205d66f7a..35c9aceb8831177d69080fad7e76c6932c6e1d24 100644 (file)
@@ -3,7 +3,7 @@
   <description>subtitle encoders</description>
   <filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
   <basename>libgstsubenc.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index b5111afc104d3545f963a77856e78dbe2376f50f..146e8cb9c3d587c047257b4457049b13cf3331d0 100644 (file)
@@ -3,7 +3,7 @@
   <description>videoparsers</description>
   <filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
   <basename>libgstvideoparsersbad.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 269b88f3f93baf4c99c61a7648f09188eaaba613..42d5318a3a5a2f1f19ce8bd81475ff48bac24b1e 100644 (file)
@@ -3,7 +3,7 @@
   <description>AAC audio encoder</description>
   <filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
   <basename>libgstvoaacenc.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 27c18d6ec2e88ab9ba13a316233814345dbcbdf9..1ad8b3b4a274770788a8f3f2a2fb6d27b7efe366 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adaptive Multi-Rate Wide-Band Encoder</description>
   <filename>../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so</filename>
   <basename>libgstvoamrwbenc.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>unknown</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 953108c94f02d1a40d259adace2518025da01711..954ed1d34d0df029f198942c02e0038d989bcfb4 100644 (file)
@@ -3,7 +3,7 @@
   <description>Wayland Video Sink</description>
   <filename>../../ext/wayland/.libs/libgstwaylandsink.so</filename>
   <basename>libgstwaylandsink.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index e9b64158a976a001ebb9aec5cb9a9df974e3c401..7b496c9375777eb06607f05370be515d3a16b40c 100644 (file)
@@ -3,7 +3,7 @@
   <description>Demuxes/decodes YUV4MPEG streams</description>
   <filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
   <basename>libgsty4mdec.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins</package>
index e4b1182d569e9dda756434bed39774d8d27a1e2c..aefedbc765e8464d2f2bb9eec76c7c69f752993a 100644 (file)
@@ -3,7 +3,7 @@
   <description>zbar barcode scanner</description>
   <filename>../../ext/zbar/.libs/libgstzbar.so</filename>
   <basename>libgstzbar.so</basename>
-  <version>1.2.0</version>
+  <version>1.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 4e86bce4a9866fccab841a6bc26afb5e31f8012e..b3fa124d9933132edd9fdb3a959c8d27308d4814 100644 (file)
@@ -32,6 +32,16 @@ real live maintainer, or some actual wide use.
      <browse rdf:resource="http://cgit.freedesktop.org/gstreamer/gst-plugins-bad"/>
    </GitRepository>
  </repository> 
+<release>
+  <Version>
+   <revision>1.2.1</revision>
+   <branch>1.2</branch>
+   <name></name>
+   <created>2013-11-09</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.2.1.tar.xz" />
+  </Version>
+ </release>
 
 <release>
   <Version>
index 8a96327e23538194b8e1c0860fc30820badaef46..c13000a3efc7d63cfc88418fffc85b752c9c6879 100644 (file)
@@ -77,7 +77,7 @@
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 
 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2013-09-24"
+#define GST_PACKAGE_RELEASE_DATETIME "2013-11-09"
 
 /* Define if static plugins should be built */
 #undef GST_PLUGIN_BUILD_STATIC
 #define PACKAGE_NAME "GStreamer Bad Plug-ins"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.2.0"
+#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.2.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gst-plugins-bad"
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.2.0"
+#define PACKAGE_VERSION "1.2.1"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
 #undef USE_EGL_X11
 
 /* Version number of package */
-#define VERSION "1.2.0"
+#define VERSION "1.2.1"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */