From 0e07bf8a11e1c46bd1337b3e668e33716971d146 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 19 Sep 2013 10:50:47 +0200 Subject: [PATCH] Release 1.1.90 --- ChangeLog | 476 ++++++++++++++++- NEWS | 2 +- RELEASE | 56 +- configure.ac | 8 +- docs/plugins/gst-plugins-bad-plugins.args | 36 +- docs/plugins/gst-plugins-bad-plugins.hierarchy | 24 +- docs/plugins/gst-plugins-bad-plugins.interfaces | 1 + docs/plugins/inspect/plugin-accurip.xml | 2 +- docs/plugins/inspect/plugin-adpcmdec.xml | 2 +- docs/plugins/inspect/plugin-adpcmenc.xml | 2 +- docs/plugins/inspect/plugin-asfmux.xml | 2 +- docs/plugins/inspect/plugin-assrender.xml | 2 +- docs/plugins/inspect/plugin-audiovisualizers.xml | 2 +- docs/plugins/inspect/plugin-autoconvert.xml | 2 +- docs/plugins/inspect/plugin-bayer.xml | 2 +- docs/plugins/inspect/plugin-bz2.xml | 2 +- docs/plugins/inspect/plugin-camerabin.xml | 2 +- docs/plugins/inspect/plugin-chromaprint.xml | 2 +- docs/plugins/inspect/plugin-coloreffects.xml | 2 +- docs/plugins/inspect/plugin-curl.xml | 2 +- docs/plugins/inspect/plugin-dataurisrc.xml | 2 +- docs/plugins/inspect/plugin-debugutilsbad.xml | 2 +- docs/plugins/inspect/plugin-dtsdec.xml | 2 +- docs/plugins/inspect/plugin-dvb.xml | 2 +- docs/plugins/inspect/plugin-dvbsuboverlay.xml | 2 +- docs/plugins/inspect/plugin-dvdspu.xml | 2 +- docs/plugins/inspect/plugin-eglglessink.xml | 2 +- docs/plugins/inspect/plugin-faac.xml | 2 +- docs/plugins/inspect/plugin-faad.xml | 2 +- docs/plugins/inspect/plugin-festival.xml | 2 +- docs/plugins/inspect/plugin-fieldanalysis.xml | 2 +- docs/plugins/inspect/plugin-flite.xml | 2 +- docs/plugins/inspect/plugin-fragmented.xml | 2 +- docs/plugins/inspect/plugin-frei0r.xml | 2 +- docs/plugins/inspect/plugin-gaudieffects.xml | 2 +- docs/plugins/inspect/plugin-gdp.xml | 2 +- docs/plugins/inspect/plugin-geometrictransform.xml | 2 +- docs/plugins/inspect/plugin-gmedec.xml | 2 +- docs/plugins/inspect/plugin-gsm.xml | 2 +- docs/plugins/inspect/plugin-gstsiren.xml | 2 +- docs/plugins/inspect/plugin-id3tag.xml | 2 +- docs/plugins/inspect/plugin-inter.xml | 2 +- docs/plugins/inspect/plugin-interlace.xml | 2 +- docs/plugins/inspect/plugin-jpegformat.xml | 2 +- docs/plugins/inspect/plugin-liveadder.xml | 2 +- docs/plugins/inspect/plugin-mimic.xml | 2 +- docs/plugins/inspect/plugin-mms.xml | 2 +- docs/plugins/inspect/plugin-modplug.xml | 2 +- docs/plugins/inspect/plugin-mpegpsdemux.xml | 2 +- docs/plugins/inspect/plugin-mpegtsdemux.xml | 2 +- docs/plugins/inspect/plugin-mpegtsmux.xml | 2 +- docs/plugins/inspect/plugin-mpg123.xml | 2 +- docs/plugins/inspect/plugin-neon.xml | 2 +- docs/plugins/inspect/plugin-ofa.xml | 2 +- docs/plugins/inspect/plugin-openal.xml | 2 +- docs/plugins/inspect/plugin-opus.xml | 2 +- docs/plugins/inspect/plugin-pcapparse.xml | 2 +- docs/plugins/inspect/plugin-pnm.xml | 2 +- docs/plugins/inspect/plugin-rawparse.xml | 2 +- docs/plugins/inspect/plugin-removesilence.xml | 2 +- docs/plugins/inspect/plugin-resindvd.xml | 2 +- docs/plugins/inspect/plugin-rfbsrc.xml | 2 +- docs/plugins/inspect/plugin-rtmp.xml | 2 +- docs/plugins/inspect/plugin-schro.xml | 2 +- docs/plugins/inspect/plugin-sdp.xml | 2 +- docs/plugins/inspect/plugin-segmentclip.xml | 2 +- docs/plugins/inspect/plugin-shm.xml | 2 +- docs/plugins/inspect/plugin-smooth.xml | 2 +- docs/plugins/inspect/plugin-soundtouch.xml | 2 +- docs/plugins/inspect/plugin-spandsp.xml | 2 +- docs/plugins/inspect/plugin-speed.xml | 2 +- docs/plugins/inspect/plugin-subenc.xml | 2 +- docs/plugins/inspect/plugin-videoparsersbad.xml | 4 +- docs/plugins/inspect/plugin-voaacenc.xml | 2 +- docs/plugins/inspect/plugin-voamrwbenc.xml | 2 +- docs/plugins/inspect/plugin-waylandsink.xml | 2 +- docs/plugins/inspect/plugin-y4mdec.xml | 2 +- docs/plugins/inspect/plugin-zbar.xml | 2 +- gst-plugins-bad.doap | 10 + win32/common/config.h | 589 ++++++++++++++++++--- 80 files changed, 1121 insertions(+), 225 deletions(-) diff --git a/ChangeLog b/ChangeLog index 758d056..7bfb475 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,481 @@ +=== release 1.1.90 === + +2013-09-19 Sebastian Dröge + + * configure.ac: + releasing 1.1.90 + +2013-09-19 09:46:34 +0200 Sebastian Dröge + + * po/cs.po: + * po/nl.po: + * po/pl.po: + * po/ru.po: + * po/uk.po: + * po/vi.po: + po: Update translations + +2013-09-18 22:36:51 +0200 Sebastian Dröge + + * ext/eglgles/gstegladaptation.c: + * ext/eglgles/gstegladaptation_egl.c: + * ext/eglgles/gsteglglessink.c: + eglglessink: Update for new GstContext API + +2013-09-18 22:24:07 +0200 Sebastian Dröge + + * gst-libs/gst/egl/egl.c: + * gst-libs/gst/egl/egl.h: + egl: Update for new GstContext API + +2013-09-17 17:41:39 -0400 Olivier Crête + + * ext/hls/gsthlsdemux.c: + hlsdemux: Reset GstUriDownloader cancellation when restarting to play + +2013-09-15 17:09:16 +0530 Sudip Jain + + * gst/mpegtsdemux/mpegtspacketizer.c: + mpegtspacketizer: Correct condition check for current next indicator + https://bugzilla.gnome.org/show_bug.cgi?id=708106 + +2013-09-12 12:03:45 +0200 Wim Taymans + + * gst/rawparse/gstrawparse.c: + * gst/rawparse/gstrawparse.h: + rawparse: fix event order + Delay forwarding the segment event until we pushed caps. + Send STREAM_START in pull mode. + +2013-09-12 13:21:37 +0200 Sebastian Dröge + + * sys/androidmedia/gstamcvideodec.c: + amcvideodec: Don't put the level restrictions on the sinkpad caps + They tend to be inaccurate and having them in the sinkpad caps + prevents playback of files that would otherwise play fine. + +2013-09-10 18:51:52 -0300 Thiago Santos + + * gst/mpegtsdemux/mpegtsbase.c: + tsdemux: respect seqnums on seeks + Pass the seqnum to other events that are consequence of the + original seek event + +2013-09-10 11:37:55 +0200 Sebastian Dröge + + * configure.ac: + opencv: We also work with OpenCV 2.4.6.1 + +2013-09-10 08:48:32 +0000 Iain Lane + + * ext/modplug/gstmodplug.cc: + modplug: Specify directory when including stdafx.h + modplug stopped exposing their directory in their pcfile, meaining + consumers accessing the headers directly fail to build. + http://sourceforge.net/p/modplug-xmms/git/ci/75e9b166982ed637b59ef7cbc1835a09f768923e/ + +2013-09-09 13:14:13 -0400 Olivier Crête + + * sys/uvch264/gstuvch264_src.c: + uvch264src: Fix small mem leak + +2013-09-07 23:09:31 +0200 Matej Knopp + + * gst/videoparsers/gsth264parse.c: + h264parse: don't update src caps if only codec_data differs + https://bugzilla.gnome.org/show_bug.cgi?id=705333 + +2013-09-05 19:23:10 -0400 Olivier Crête + + * sys/uvch264/gstuvch264_src.c: + uvch264src: Let the caps be NULL if there is no peer + +2013-09-05 19:22:51 -0400 Olivier Crête + + * sys/uvch264/gstuvch264_src.c: + uvch264src: No need to drop segment events + In 1.0, segment events are sticky and not additive, no need to prevent + their accumulation. + +2013-09-05 19:10:31 +0100 Tim-Philipp Müller + + * sys/decklink/gstdecklinksrc.cpp: + decklinksrc: send caps event before segment + +2013-09-04 10:58:24 +0100 Julien Isorce + + * ext/eglgles/gsteglglessink.c: + eglglessink: change pool->sink->last_buffer to pool->last_buffer + So that GstEGLImageBufferPool does not depend on GstEglGlesSink + The goal is still to move it into gstegl lib + +2013-09-04 10:56:12 +0100 Julien Isorce + + * ext/eglgles/gsteglglessink.c: + eglglessink: buffer pool does not need to maintain a ref on the display + Because it does not use it and also it may not know it when + we create the pool + +2013-09-04 10:52:51 +0100 Julien Isorce + + * ext/eglgles/gsteglglessink.c: + eglglessink: add GstEGLImageBufferPoolSendBlockingAllocate callback + The goal here is to prepare GstEGLBufferPool to be moved into + gstegl lib. So it has to not depend on 'gst_eglglessink_queue_object' + +2013-09-04 10:48:34 +0100 Julien Isorce + + * ext/eglgles/gstegladaptation.h: + * ext/eglgles/gstegladaptation_egl.c: + * ext/eglgles/gsteglglessink.c: + eglglessink: prepare gst_egl_adaptation_allocate_eglimage to be moved + into gstegl lib or splited between gstegl lib and gstgl lib + because it both depends on egl and gl + So it has to not depend on GstEglAdaptationContext + +2013-08-30 13:54:40 +0100 Alex Ashley + + * gst/videoparsers/gsth264parse.c: + * tests/check/elements/h264parse.c: + h264parse: Add support for stream-format=avc3 + When outputting in AVC3 stream format, the codec_data should not + contain any SPS or PPS, because they are embedded inside the stream. + In case of avc->bytestream h264parse will push the SPS and PPS from + codec_data downstream at the start of the stream, at intervals + controlled by "config-interval" and when there is a codec_data change. + In the case of avc3->bytstream h264parse detects that there is + already SPS/PPS in the stream and sets h264parse->push_codec to FALSE. + Therefore avc3->bytstream was already supported, except for the stream + type. + In the case of bystream->avc h264parse will generate codec_data caps + from the parsed SPS/PPS in the stream. However it does not remove these + SPS/PPS from the stream. bytestream->avc3 is the same as bytestream->avc + except that the codec_data must not have any SPS/PPS in it. + |--------------+-------------+-------------------| + |stream-format | SPS in-band | SPS in codec_data | + |--------------+-------------+-------------------| + | avc | maybe | always | + |--------------+-------------+-------------------| + | avc3 | always | never | + |--------------+-------------+-------------------| + Amendment 2 of ISO/IEC 14496-15 (AVC file format) is defining a new + structure for fragmented MP4 called "avc3". The principal difference + between AVC1 and AVC3 is the location of the codec initialisation + data (e.g. SPS, PPS). In AVC1 this data is placed in the initial MOOV box + (moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data goes in the + first sample of every fragment. + https://bugzilla.gnome.org/show_bug.cgi?id=702004 + +2013-09-03 17:36:08 +0200 Sebastian Dröge + + * ext/soundtouch/gstbpmdetect.cc: + * ext/soundtouch/gstpitch.cc: + soundtouch: Fix compilation with soundtouch 1.4.0 + It used FLOAT_SAMPLES/INTEGER_SAMPLES #defines instead of ones properly + prefixed with a namespace. + https://bugzilla.gnome.org/show_bug.cgi?id=707390 + +2013-09-03 11:14:43 +0100 Tim-Philipp Müller + + * .gitignore: + .gitignore: ignore new win32 config.h-new + +2013-09-03 11:05:02 +0200 Sebastian Dröge + + * sys/androidmedia/gstamcvideodec.c: + amcvideodec: Port tiled NV12 conversion to 1.0 + +2013-09-03 10:56:46 +0200 Sebastian Dröge + + * sys/androidmedia/gstamcvideodec.c: + amcvideodec: Add FIXME comment + +2013-08-12 10:16:16 +0000 Jorge Luis Zapata + + * sys/androidmedia/gstamc-constants.h: + * sys/androidmedia/gstamc.c: + * sys/androidmedia/gstamcvideodec.c: + androidmedia: add support for a new qualcomm colorspace + +2013-09-02 23:28:38 +0100 Tim-Philipp Müller + + * gst/mpegdemux/gstmpegdemux.c: + mpegpsdemux: minor clean-up + +2013-09-02 22:54:32 +0200 Matej Knopp + + * gst/mpegdemux/gstmpegdemux.c: + mpegdemux: send events on pads that are not linked + Someone might be waiting for certain events with a probe. + https://bugzilla.gnome.org/show_bug.cgi?id=707317 + +2013-08-28 20:07:48 +0200 Andoni Morales Alastruey + + * sys/d3dvideosink/Makefile.am: + * sys/d3dvideosink/d3dhelpers.c: + * sys/d3dvideosink/d3dvideosink.c: + d3dvideosink: disable buffer pools + On a device lost, all the surfaces allocated in the + device need to be released before resetting the device, + which can't be done for the allocated buffers. + https://bugzilla.gnome.org/show_bug.cgi?id=706566 + +2013-09-02 13:40:37 +0100 Tim-Philipp Müller + + * Makefile.am: + * configure.ac: + * win32/MANIFEST: + * win32/common/config.h.in: + Change how win32/common/config.h is updated + Generate win32/common/config.h-new directly from config.h.in, + using shell variables in configure and some hard-coded information. + Change top-level makefile so that 'make win32-update' copies the + generated file to win32/common/config.h, which we keep in source + control. It's kept in source control so that the git tree is + buildable from VS. + This change is similar to the one recently applied to GStreamer + and gst-plugins-good. The previous config.h file in -bad was in + pretty bad shape, so unlike core and base, I didn't attempt to + leave it strictly the same, but fixed it as necessary. Needs + testing I cannot do myself. + https://bugzilla.gnome.org/show_bug.cgi?id=569015 + +2013-09-02 12:19:12 +0100 Tim-Philipp Müller + + * tests/check/elements/.gitignore: + tests: ignore new aiffparse test binary + +2013-09-02 10:29:08 +0200 Sebastian Dröge + + * ext/soundtouch/gstbpmdetect.cc: + * ext/soundtouch/gstpitch.cc: + * ext/soundtouch/gstpitch.hh: + soundtouch: Allow compilation against float and integer version of the library + https://bugzilla.gnome.org/show_bug.cgi?id=707270 + +2013-08-30 21:52:35 +0200 Josep Torra + + * ext/dash/gstdashdemux.c: + dashdemux: Fix warnings when building in OS X Snow Leopard + gstdashdemux.c:1753: warning: format '%llu' expects type 'long long unsigned int', but argument 8 has type 'long unsigned int' + gstdashdemux.c:2224: warning: format '%llu' expects type 'long long unsigned int', but argument 9 has type 'guint64' + gstdashdemux.c:2224: warning: format '%llu' expects type 'long long unsigned int', but argument 10 has type 'guint64' + +2013-08-30 21:36:19 +0200 Josep Torra + + * ext/dash/gstmpdparser.c: + * ext/dash/gstmpdparser.h: + dashdemux: Fix warnings when building in OS X Snow Leopard + gstmpdparser.h:530: warning: type qualifiers ignored on function return type + gstmpdparser.c:4177: warning: type qualifiers ignored on function return type + +2013-08-30 09:05:43 +0200 Edward Hervey + + * gst/videoparsers/gsth264parse.c: + h264parse: Use codecparsers macros + note: I/SI also covers the S_I/S_SI variants + +2013-08-29 11:02:37 -0700 Kerrick Staley + + * tests/examples/directfb/gstdfb.c: + examples: port directfb example to 1.0 + gst_pad_get_negotiated_caps was removed from 1.0; + gst_pad_get_current_caps should be used instead. See + http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random + /porting-to-1.0.txt + https://bugzilla.gnome.org/show_bug.cgi?id=707074 + +2013-08-29 15:55:08 +0100 Tim-Philipp Müller + + * win32/common/config.h: + win32: update config.h + +2013-08-29 15:46:14 +0100 Tim-Philipp Müller + + * ext/directfb/dfbvideosink.c: + dfbvideosink: make "layer-mode" property an enum + https://bugzilla.gnome.org/show_bug.cgi?id=703520 + +2013-08-29 14:48:28 +0100 Tim-Philipp Müller + + * ext/directfb/dfbvideosink.c: + dfbvideosink: don't use deprecated GLib thread API + https://bugzilla.gnome.org/show_bug.cgi?id=703520 + +2013-06-26 11:07:14 +0900 Kazunori Kobayashi + + * configure.ac: + * ext/directfb/dfbvideosink.c: + * ext/directfb/dfbvideosink.h: + dfbvideosink: port to 1.0 + including the following supports and fixes: + * Create DirectFB surfaces from GstBufferPool + * Add NV12 pixel format support + * Don't use the cursor in the exclusive mode + - EnableCusor() can be only used when the administrative mode is set + in DirectFB 1.6.0 and later. + * Support multiple plane rendering for planar color formats + - This accommodates the chroma plane offsets of the framebuffer + in planar formats. + * Invoke SetConfiguration regardless of video mode setting in setcaps() + - SetConfiguration() method should be invoked regardless of + the result of gst_dfbvideosink_get_best_vmode(), since the two are + unrelated. + * Disable DirectFB signal handler + - "--dfb:no-sighandler" option is passed to DirectFBInit(). + This prevents DirectFB from trying to kill the process and allows + GStreamer's termination sequence to proceed normally. + https://bugzilla.gnome.org/show_bug.cgi?id=703520 + +2013-08-29 10:20:56 +0200 Sebastian Dröge + + * sys/bluez/gstavdtputil.c: + avdtputil: Some minor cleanup and leak fixes + +2013-08-28 14:26:04 +0200 Bernhard Miller + + * sys/bluez/a2dp-codecs.h: + * sys/bluez/gstavdtpsrc.c: + * sys/bluez/gstavdtputil.c: + bluez: support aac in avdtpsrc + Signed-off-by: Bernhard Miller + +2013-08-28 13:26:56 +0200 Sebastian Dröge + + * configure.ac: + Back to development + === release 1.1.4 === -2013-08-28 Sebastian Dröge +2013-08-28 13:07:27 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.1.4 + * 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: + * gst/bayer/gstbayerorc-dist.c: + * gst/fieldanalysis/gstfieldanalysisorc-dist.c: + * win32/common/config.h: + Release 1.1.4 + +2013-08-28 13:07:24 +0200 Sebastian Dröge + + * 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-08-28 12:33:17 +0200 Sebastian Dröge diff --git a/NEWS b/NEWS index 984bbdf..89b3d12 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -This is GStreamer Bad Plugins 1.1.4 +This is GStreamer Bad Plugins 1.1.90 diff --git a/RELEASE b/RELEASE index 7b79a38..27006f7 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Bad Plugins 1.1.4 +Release notes for GStreamer Bad Plugins 1.1.90 The GStreamer team is proud to announce a new bug-fix release @@ -62,31 +62,13 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Bugs fixed in this release - * 706566 : d3dvideosink: bufferpool implementation does not work well with device-lost/resets - * 599298 : [tsdemux] Emit codec tags - * 697239 : [mpegtsmux] Let prog-map define the program number - * 701681 : [regression] NASA HLS stream - * 702357 : codecparser: optimize scanning for start code - * 703264 : srtp: Key is required even if cipher and auth are null - * 704308 : dash: Stream does not play " assertion `client- > active_streams != NULL' failed " - * 704760 : opencv: disparity-map calculation element - * 705208 : [dvbsrc] should check if _XOPEN_SOURCE is already defined - * 705349 : bluez: avdtpsrc produces error at EOF - * 705452 : h264parse: Does not extract width/height/etc from h264-in-mpeg-ps - * 705598 : regression h264parse: incorrect keyframe/delta-unit detection - * 705661 : dashdemux: segmentNumber attribute of SegmentTemplate element is not being observed - * 705667 : vc1parse: some sequence layer handling fixes for advanced profile - * 705674 : aiffparse broken - * 705675 : aiffparse: invalid SSND data size - * 705679 : dashdemux: faulty buffer timestamps when using SegmentTemplate element - * 705683 : [srtp] invalid packets results in GST_FLOW_ERROR - * 705812 : neonhttpsrc: fails to configure with neon-0.30.0 - * 705957 : pcapparse: crash due to bad unref - * 705993 : aiffparse: fix sticky event warnings in push mode / add tests - * 706091 : srtpdec: Shadowed variable causes buffers to be dropped - * 706276 : uvch264src: don't error out on incomplete aux data segment with Logitech C920 - * 706369 : videoparser/mpegvideoparse: bad switch statements - * 706574 : directsoundsrc: 'device-name' property for selecting a audio device + * 569015 : Generated win32 config.h file in git + * 680526 : tsdemux: crashes when seeking in HLS + * 703520 : dfbvideosink: port to 1.0 + * 706957 : avdtpsrc: Support for AAC + * 707074 : examples: port directfb test + * 707317 : mpegdemux: doesn't send events to pads that are not linked + * 708106 : mpegtspacketizer: Incorrect condition checking ==== Download ==== @@ -123,25 +105,21 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Alexandre Rostovtsev + * Alex Ashley * Andoni Morales Alastruey - * Arnaud Vrac * Bernhard Miller - * Chris Bass - * David Schleef * Edward Hervey - * Jesper Larsen - * Kishore Arepalli - * Lubosz Sarnecki + * Iain Lane + * Jorge Luis Zapata + * Josep Torra + * Julien Isorce + * Kazunori Kobayashi + * Kerrick Staley * Matej Knopp - * Matthieu Bouron - * Miguel Casas-Sanchez - * Nicola Murino * Olivier Crête - * Robert Krakora * Sebastian Dröge - * Sreerenj Balachandran + * Sudip Jain * Thiago Santos * Tim-Philipp Müller - * Zaheer Abbas Merali + * Wim Taymans   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 1a77cc1..3a2dde6 100644 --- a/configure.ac +++ b/configure.ac @@ -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.1.4.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad]) +AC_INIT([GStreamer Bad Plug-ins],[1.1.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad]) AG_GST_INIT @@ -48,11 +48,11 @@ 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, 104, 0, 104) +AS_LIBTOOL(GST, 190, 0, 190) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.1.4.1 -GSTPB_REQ=1.1.4.1 +GST_REQ=1.1.90 +GSTPB_REQ=1.1.90 dnl *** autotools stuff **** diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 615444f..74b9ff2 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -1259,6 +1259,16 @@ +GstDfbVideoSink::layer-mode +GstDfbVideoSinkLayerMode + +rw +The layer cooperative level (administrative or exclusive) +The cooperative level handling the access permission (set this to 'administrative' when the cursor is required). +DLSCL_EXCLUSIVE + + + GstGLImageSink::display gchar* @@ -26750,7 +26760,7 @@ rw physics water density: from 1 to 4. -7.7486e-304 +0 @@ -26790,7 +26800,7 @@ rw splash (Y) make a big splash in the center. -4.77773e-299 +7.74861e-304 @@ -26800,7 +26810,7 @@ rw splash (X) make a big splash in the center. -0 +8.20251e-304 @@ -26850,7 +26860,7 @@ rw DelayTime the delay time. -2.5642e-321 +1.19564e-321 @@ -27230,7 +27240,7 @@ rw lredscale multiplier for downscaling non-edge brightness. -2.22824e-321 +5.68175e-322 @@ -27240,7 +27250,7 @@ rw lthresh threshold for edge lightening. -9.53547e-322 +1.56555e-316 @@ -27250,7 +27260,7 @@ rw lupscale multiplier for upscaling edge brightness. -6.55625e-321 +1.56534e-316 @@ -27610,7 +27620,7 @@ rw HSync the hsync offset. -1.16956e-316 +1.5538e-316 @@ -60498,6 +60508,16 @@ Gestures in the defined region of interest will emit messages. +GstAudioMixer::blocksize +guint + +rw +Block Size +Output block size in number of samples. +1024 + + + GstDaalaEnc::keyframe-rate gint >= 1 diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 95c2c2b..842841b 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -73,6 +73,7 @@ GObject GstRTMPSink GstShmSink GstVideoSink + GstDfbVideoSink GstEglGlesSink GstFBDEVSink GstWaylandSink @@ -154,22 +155,8 @@ GObject GstMirror GstRotate GstSquare - GstGrabcut - GstOpencvVideoFilter - GstCvDilateErode - GstCvDilate - GstCvErode - GstCvEqualizeHist - GstCvLaplace - GstCvSmooth - GstCvSobel - GstFaceDetect - GstHanddetect - GstSkinDetect - GstRetinex GstRsvgOverlay GstSceneChange - GstSegmentation GstSmooth GstSolarize GstVideoDiff @@ -251,9 +238,6 @@ GObject GstDashDemux GstDecklinkSink GstDecklinkSrc - GstDisparity - GstEdgeDetect - GstFaceBlur GstFestival GstFieldAnalysis GstFluidDec @@ -274,15 +258,12 @@ GObject GstMimDec GstMimEnc GstModPlug - GstMotioncells GstMpegPSDemux GstMssDemux - GstOpencvTextOverlay GstPcapParse GstPitch GstPnmdec GstPnmenc - GstPyramidSegment GstRTPBaseDepayload GstRTPOpusDepay GstRtpDTMFDepay @@ -302,7 +283,6 @@ GObject GstSrtpEnc GstTagMux GstId3Mux - GstTemplateMatch GstUvcH264MjpgDemux GstVideoDecoder GstOpenJPEGDec @@ -361,6 +341,7 @@ GObject GstRegistry GstTask GstTaskPool + GstColorBalanceChannel GstEncodingProfile GstVdpDevice MXFMetadataBase @@ -439,6 +420,7 @@ GObject GInterface GTypePlugin GstChildProxy + GstColorBalance GstNavigation GstPhotography GstPreset diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces index aa18050..8aa8cc3 100644 --- a/docs/plugins/gst-plugins-bad-plugins.interfaces +++ b/docs/plugins/gst-plugins-bad-plugins.interfaces @@ -19,6 +19,7 @@ GstCeltEnc GstPreset GstTagSetter GstDaalaEnc GstPreset GstDataURISrc GstURIHandler GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance +GstDfbVideoSink GstNavigation GstColorBalance GstDiracEnc GstPreset GstEglGlesSink GstVideoOverlay GstFPSDisplaySink GstChildProxy diff --git a/docs/plugins/inspect/plugin-accurip.xml b/docs/plugins/inspect/plugin-accurip.xml index c1e658d..5bf29ba 100644 --- a/docs/plugins/inspect/plugin-accurip.xml +++ b/docs/plugins/inspect/plugin-accurip.xml @@ -3,7 +3,7 @@ Computes an AccurateRip CRC ../../gst/accurip/.libs/libgstaccurip.so libgstaccurip.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-adpcmdec.xml b/docs/plugins/inspect/plugin-adpcmdec.xml index dc2b8be..51b3e25 100644 --- a/docs/plugins/inspect/plugin-adpcmdec.xml +++ b/docs/plugins/inspect/plugin-adpcmdec.xml @@ -3,7 +3,7 @@ ADPCM decoder ../../gst/adpcmdec/.libs/libgstadpcmdec.so libgstadpcmdec.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-adpcmenc.xml b/docs/plugins/inspect/plugin-adpcmenc.xml index 67d4f42..14ea439 100644 --- a/docs/plugins/inspect/plugin-adpcmenc.xml +++ b/docs/plugins/inspect/plugin-adpcmenc.xml @@ -3,7 +3,7 @@ ADPCM encoder ../../gst/adpcmenc/.libs/libgstadpcmenc.so libgstadpcmenc.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-asfmux.xml b/docs/plugins/inspect/plugin-asfmux.xml index d70525a..cb8a4b0 100644 --- a/docs/plugins/inspect/plugin-asfmux.xml +++ b/docs/plugins/inspect/plugin-asfmux.xml @@ -3,7 +3,7 @@ ASF Muxer Plugin ../../gst/asfmux/.libs/libgstasfmux.so libgstasfmux.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-assrender.xml b/docs/plugins/inspect/plugin-assrender.xml index 516d9e2..7c355ca 100644 --- a/docs/plugins/inspect/plugin-assrender.xml +++ b/docs/plugins/inspect/plugin-assrender.xml @@ -3,7 +3,7 @@ ASS/SSA subtitle renderer ../../ext/assrender/.libs/libgstassrender.so libgstassrender.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiovisualizers.xml b/docs/plugins/inspect/plugin-audiovisualizers.xml index 5d95f6b..fc74c9e 100644 --- a/docs/plugins/inspect/plugin-audiovisualizers.xml +++ b/docs/plugins/inspect/plugin-audiovisualizers.xml @@ -3,7 +3,7 @@ Creates video visualizations of audio input ../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so libgstaudiovisualizers.so - 1.1.4 + 1.1.90 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-autoconvert.xml b/docs/plugins/inspect/plugin-autoconvert.xml index ba23eed..b32e28c 100644 --- a/docs/plugins/inspect/plugin-autoconvert.xml +++ b/docs/plugins/inspect/plugin-autoconvert.xml @@ -3,7 +3,7 @@ Selects convertor element based on caps ../../gst/autoconvert/.libs/libgstautoconvert.so libgstautoconvert.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-bayer.xml b/docs/plugins/inspect/plugin-bayer.xml index 0f4e3ab..a3f87ba 100644 --- a/docs/plugins/inspect/plugin-bayer.xml +++ b/docs/plugins/inspect/plugin-bayer.xml @@ -3,7 +3,7 @@ Elements to convert Bayer images ../../gst/bayer/.libs/libgstbayer.so libgstbayer.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-bz2.xml b/docs/plugins/inspect/plugin-bz2.xml index 4bce2a3..a367abc 100644 --- a/docs/plugins/inspect/plugin-bz2.xml +++ b/docs/plugins/inspect/plugin-bz2.xml @@ -3,7 +3,7 @@ Compress or decompress streams ../../ext/bz2/.libs/libgstbz2.so libgstbz2.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-camerabin.xml b/docs/plugins/inspect/plugin-camerabin.xml index 71ddcfb..2245d07 100644 --- a/docs/plugins/inspect/plugin-camerabin.xml +++ b/docs/plugins/inspect/plugin-camerabin.xml @@ -3,7 +3,7 @@ Take image snapshots and record movies from camera ../../gst/camerabin2/.libs/libgstcamerabin2.so libgstcamerabin2.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-chromaprint.xml b/docs/plugins/inspect/plugin-chromaprint.xml index 24ad09c..5fc1a85 100644 --- a/docs/plugins/inspect/plugin-chromaprint.xml +++ b/docs/plugins/inspect/plugin-chromaprint.xml @@ -3,7 +3,7 @@ Calculate Chromaprint fingerprint from audio files ../../ext/chromaprint/.libs/libgstchromaprint.so libgstchromaprint.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-coloreffects.xml b/docs/plugins/inspect/plugin-coloreffects.xml index a165818..ec2f237 100644 --- a/docs/plugins/inspect/plugin-coloreffects.xml +++ b/docs/plugins/inspect/plugin-coloreffects.xml @@ -3,7 +3,7 @@ Color Look-up Table filters ../../gst/coloreffects/.libs/libgstcoloreffects.so libgstcoloreffects.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-curl.xml b/docs/plugins/inspect/plugin-curl.xml index a5aecdb..3481d7e 100644 --- a/docs/plugins/inspect/plugin-curl.xml +++ b/docs/plugins/inspect/plugin-curl.xml @@ -3,7 +3,7 @@ libcurl-based elements ../../ext/curl/.libs/libgstcurl.so libgstcurl.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dataurisrc.xml b/docs/plugins/inspect/plugin-dataurisrc.xml index 1c6e577..259a04e 100644 --- a/docs/plugins/inspect/plugin-dataurisrc.xml +++ b/docs/plugins/inspect/plugin-dataurisrc.xml @@ -3,7 +3,7 @@ data: URI source ../../gst/dataurisrc/.libs/libgstdataurisrc.so libgstdataurisrc.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-debugutilsbad.xml b/docs/plugins/inspect/plugin-debugutilsbad.xml index 1707350..89c2898 100644 --- a/docs/plugins/inspect/plugin-debugutilsbad.xml +++ b/docs/plugins/inspect/plugin-debugutilsbad.xml @@ -3,7 +3,7 @@ Collection of elements that may or may not be useful for debugging ../../gst/debugutils/.libs/libgstdebugutilsbad.so libgstdebugutilsbad.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dtsdec.xml b/docs/plugins/inspect/plugin-dtsdec.xml index 1769487..859a7d2 100644 --- a/docs/plugins/inspect/plugin-dtsdec.xml +++ b/docs/plugins/inspect/plugin-dtsdec.xml @@ -3,7 +3,7 @@ Decodes DTS audio streams ../../ext/dts/.libs/libgstdtsdec.so libgstdtsdec.so - 1.1.4 + 1.1.90 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvb.xml b/docs/plugins/inspect/plugin-dvb.xml index 57039e7..db58722 100644 --- a/docs/plugins/inspect/plugin-dvb.xml +++ b/docs/plugins/inspect/plugin-dvb.xml @@ -3,7 +3,7 @@ DVB elements ../../sys/dvb/.libs/libgstdvb.so libgstdvb.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvbsuboverlay.xml b/docs/plugins/inspect/plugin-dvbsuboverlay.xml index 2fd47a4..7789a4e 100644 --- a/docs/plugins/inspect/plugin-dvbsuboverlay.xml +++ b/docs/plugins/inspect/plugin-dvbsuboverlay.xml @@ -3,7 +3,7 @@ DVB subtitle renderer ../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so libgstdvbsuboverlay.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvdspu.xml b/docs/plugins/inspect/plugin-dvdspu.xml index d7be4aa..5579993 100644 --- a/docs/plugins/inspect/plugin-dvdspu.xml +++ b/docs/plugins/inspect/plugin-dvdspu.xml @@ -3,7 +3,7 @@ DVD Sub-picture Overlay element ../../gst/dvdspu/.libs/libgstdvdspu.so libgstdvdspu.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-eglglessink.xml b/docs/plugins/inspect/plugin-eglglessink.xml index d3815de..ff834d1 100644 --- a/docs/plugins/inspect/plugin-eglglessink.xml +++ b/docs/plugins/inspect/plugin-eglglessink.xml @@ -3,7 +3,7 @@ EGL/GLES sink ../../ext/eglgles/.libs/libgsteglglessink.so libgsteglglessink.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-faac.xml b/docs/plugins/inspect/plugin-faac.xml index 91f376f..b379fc7 100644 --- a/docs/plugins/inspect/plugin-faac.xml +++ b/docs/plugins/inspect/plugin-faac.xml @@ -3,7 +3,7 @@ Free AAC Encoder (FAAC) ../../ext/faac/.libs/libgstfaac.so libgstfaac.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml index 7f46a99..4d2a7da 100644 --- a/docs/plugins/inspect/plugin-faad.xml +++ b/docs/plugins/inspect/plugin-faad.xml @@ -3,7 +3,7 @@ Free AAC Decoder (FAAD) ../../ext/faad/.libs/libgstfaad.so libgstfaad.so - 1.1.4 + 1.1.90 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-festival.xml b/docs/plugins/inspect/plugin-festival.xml index b76a756..dd3aeb1 100644 --- a/docs/plugins/inspect/plugin-festival.xml +++ b/docs/plugins/inspect/plugin-festival.xml @@ -3,7 +3,7 @@ Synthesizes plain text into audio ../../gst/festival/.libs/libgstfestival.so libgstfestival.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-fieldanalysis.xml b/docs/plugins/inspect/plugin-fieldanalysis.xml index 27053cb..9cffaf6 100644 --- a/docs/plugins/inspect/plugin-fieldanalysis.xml +++ b/docs/plugins/inspect/plugin-fieldanalysis.xml @@ -3,7 +3,7 @@ Video field analysis ../../gst/fieldanalysis/.libs/libgstfieldanalysis.so libgstfieldanalysis.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-flite.xml b/docs/plugins/inspect/plugin-flite.xml index 4aa6830..a72df5b 100644 --- a/docs/plugins/inspect/plugin-flite.xml +++ b/docs/plugins/inspect/plugin-flite.xml @@ -3,7 +3,7 @@ Flite speech synthesizer plugin ../../ext/flite/.libs/libgstflite.so libgstflite.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-fragmented.xml b/docs/plugins/inspect/plugin-fragmented.xml index fa84a3b..401521a 100644 --- a/docs/plugins/inspect/plugin-fragmented.xml +++ b/docs/plugins/inspect/plugin-fragmented.xml @@ -3,7 +3,7 @@ Fragmented streaming plugins ../../ext/hls/.libs/libgstfragmented.so libgstfragmented.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins diff --git a/docs/plugins/inspect/plugin-frei0r.xml b/docs/plugins/inspect/plugin-frei0r.xml index db576f3..2def131 100644 --- a/docs/plugins/inspect/plugin-frei0r.xml +++ b/docs/plugins/inspect/plugin-frei0r.xml @@ -3,7 +3,7 @@ frei0r plugin library ../../gst/frei0r/.libs/libgstfrei0r.so libgstfrei0r.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gaudieffects.xml b/docs/plugins/inspect/plugin-gaudieffects.xml index 2af6405..155249f 100644 --- a/docs/plugins/inspect/plugin-gaudieffects.xml +++ b/docs/plugins/inspect/plugin-gaudieffects.xml @@ -3,7 +3,7 @@ Gaudi video effects. ../../gst/gaudieffects/.libs/libgstgaudieffects.so libgstgaudieffects.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-gdp.xml b/docs/plugins/inspect/plugin-gdp.xml index 3825dd6..9bcfe95 100644 --- a/docs/plugins/inspect/plugin-gdp.xml +++ b/docs/plugins/inspect/plugin-gdp.xml @@ -3,7 +3,7 @@ Payload/depayload GDP packets ../../gst/gdp/.libs/libgstgdp.so libgstgdp.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-geometrictransform.xml b/docs/plugins/inspect/plugin-geometrictransform.xml index 930957a..4dc8b90 100644 --- a/docs/plugins/inspect/plugin-geometrictransform.xml +++ b/docs/plugins/inspect/plugin-geometrictransform.xml @@ -3,7 +3,7 @@ Various geometric image transform elements ../../gst/geometrictransform/.libs/libgstgeometrictransform.so libgstgeometrictransform.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gmedec.xml b/docs/plugins/inspect/plugin-gmedec.xml index 883aa44..c265aa2 100644 --- a/docs/plugins/inspect/plugin-gmedec.xml +++ b/docs/plugins/inspect/plugin-gmedec.xml @@ -3,7 +3,7 @@ GME Audio Decoder ../../ext/gme/.libs/libgstgme.so libgstgme.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml index efa5084..c1b6949 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -3,7 +3,7 @@ GSM encoder/decoder ../../ext/gsm/.libs/libgstgsm.so libgstgsm.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gstsiren.xml b/docs/plugins/inspect/plugin-gstsiren.xml index ded5198..b7b2f7d 100644 --- a/docs/plugins/inspect/plugin-gstsiren.xml +++ b/docs/plugins/inspect/plugin-gstsiren.xml @@ -3,7 +3,7 @@ Siren encoder/decoder/payloader/depayloader plugins ../../gst/siren/.libs/libgstsiren.so libgstsiren.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-id3tag.xml b/docs/plugins/inspect/plugin-id3tag.xml index 1ebf0bc..b483a5f 100644 --- a/docs/plugins/inspect/plugin-id3tag.xml +++ b/docs/plugins/inspect/plugin-id3tag.xml @@ -3,7 +3,7 @@ ID3 v1 and v2 muxing plugin ../../gst/id3tag/.libs/libgstid3tag.so libgstid3tag.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-inter.xml b/docs/plugins/inspect/plugin-inter.xml index 6116ccd..0df8910 100644 --- a/docs/plugins/inspect/plugin-inter.xml +++ b/docs/plugins/inspect/plugin-inter.xml @@ -3,7 +3,7 @@ plugin for inter-pipeline communication ../../gst/inter/.libs/libgstinter.so libgstinter.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins diff --git a/docs/plugins/inspect/plugin-interlace.xml b/docs/plugins/inspect/plugin-interlace.xml index ce3e81e..fff999c 100644 --- a/docs/plugins/inspect/plugin-interlace.xml +++ b/docs/plugins/inspect/plugin-interlace.xml @@ -3,7 +3,7 @@ Create an interlaced video stream ../../gst/interlace/.libs/libgstinterlace.so libgstinterlace.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-jpegformat.xml b/docs/plugins/inspect/plugin-jpegformat.xml index fe30705..e0c4169 100644 --- a/docs/plugins/inspect/plugin-jpegformat.xml +++ b/docs/plugins/inspect/plugin-jpegformat.xml @@ -3,7 +3,7 @@ JPEG interchange format plugin ../../gst/jpegformat/.libs/libgstjpegformat.so libgstjpegformat.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-liveadder.xml b/docs/plugins/inspect/plugin-liveadder.xml index 2b06edf..93e2495 100644 --- a/docs/plugins/inspect/plugin-liveadder.xml +++ b/docs/plugins/inspect/plugin-liveadder.xml @@ -3,7 +3,7 @@ Adds multiple live discontinuous streams ../../gst/liveadder/.libs/libgstliveadder.so libgstliveadder.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mimic.xml b/docs/plugins/inspect/plugin-mimic.xml index f61cd41..b33d35c 100644 --- a/docs/plugins/inspect/plugin-mimic.xml +++ b/docs/plugins/inspect/plugin-mimic.xml @@ -3,7 +3,7 @@ Mimic codec ../../ext/mimic/.libs/libgstmimic.so libgstmimic.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mms.xml b/docs/plugins/inspect/plugin-mms.xml index b114cbd..872e840 100644 --- a/docs/plugins/inspect/plugin-mms.xml +++ b/docs/plugins/inspect/plugin-mms.xml @@ -3,7 +3,7 @@ Microsoft Multi Media Server streaming protocol support ../../ext/libmms/.libs/libgstmms.so libgstmms.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml index 7d29aa4..dfa056f 100644 --- a/docs/plugins/inspect/plugin-modplug.xml +++ b/docs/plugins/inspect/plugin-modplug.xml @@ -3,7 +3,7 @@ .MOD audio decoding ../../ext/modplug/.libs/libgstmodplug.so libgstmodplug.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegpsdemux.xml b/docs/plugins/inspect/plugin-mpegpsdemux.xml index df0c041..1f66179 100644 --- a/docs/plugins/inspect/plugin-mpegpsdemux.xml +++ b/docs/plugins/inspect/plugin-mpegpsdemux.xml @@ -3,7 +3,7 @@ MPEG-PS demuxer ../../gst/mpegdemux/.libs/libgstmpegpsdemux.so libgstmpegpsdemux.so - 1.1.4 + 1.1.90 unknown gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegtsdemux.xml b/docs/plugins/inspect/plugin-mpegtsdemux.xml index 63ec7b3..869f1c5 100644 --- a/docs/plugins/inspect/plugin-mpegtsdemux.xml +++ b/docs/plugins/inspect/plugin-mpegtsdemux.xml @@ -3,7 +3,7 @@ MPEG TS demuxer ../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so libgstmpegtsdemux.so - 1.1.4 + 1.1.90 unknown gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegtsmux.xml b/docs/plugins/inspect/plugin-mpegtsmux.xml index 513e55b..2a04f20 100644 --- a/docs/plugins/inspect/plugin-mpegtsmux.xml +++ b/docs/plugins/inspect/plugin-mpegtsmux.xml @@ -3,7 +3,7 @@ MPEG-TS muxer ../../gst/mpegtsmux/.libs/libgstmpegtsmux.so libgstmpegtsmux.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpg123.xml b/docs/plugins/inspect/plugin-mpg123.xml index b0e2fbb..0436cee 100644 --- a/docs/plugins/inspect/plugin-mpg123.xml +++ b/docs/plugins/inspect/plugin-mpg123.xml @@ -3,7 +3,7 @@ mp3 decoding based on the mpg123 library ../../ext/mpg123/.libs/libgstmpg123.so libgstmpg123.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-neon.xml b/docs/plugins/inspect/plugin-neon.xml index af0fc69..f3f065a 100644 --- a/docs/plugins/inspect/plugin-neon.xml +++ b/docs/plugins/inspect/plugin-neon.xml @@ -3,7 +3,7 @@ lib neon http client src ../../ext/neon/.libs/libgstneonhttpsrc.so libgstneonhttpsrc.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ofa.xml b/docs/plugins/inspect/plugin-ofa.xml index 01ed597..5cd1d55 100644 --- a/docs/plugins/inspect/plugin-ofa.xml +++ b/docs/plugins/inspect/plugin-ofa.xml @@ -3,7 +3,7 @@ Calculate MusicIP fingerprint from audio files ../../ext/ofa/.libs/libgstofa.so libgstofa.so - 1.1.4 + 1.1.90 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-openal.xml b/docs/plugins/inspect/plugin-openal.xml index 36baeb8..df647ce 100644 --- a/docs/plugins/inspect/plugin-openal.xml +++ b/docs/plugins/inspect/plugin-openal.xml @@ -3,7 +3,7 @@ OpenAL plugin library ../../ext/openal/.libs/libgstopenal.so libgstopenal.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-opus.xml b/docs/plugins/inspect/plugin-opus.xml index f2c117e..86a1d8c 100644 --- a/docs/plugins/inspect/plugin-opus.xml +++ b/docs/plugins/inspect/plugin-opus.xml @@ -3,7 +3,7 @@ OPUS plugin library ../../ext/opus/.libs/libgstopus.so libgstopus.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-pcapparse.xml b/docs/plugins/inspect/plugin-pcapparse.xml index 69c0412..e498f27 100644 --- a/docs/plugins/inspect/plugin-pcapparse.xml +++ b/docs/plugins/inspect/plugin-pcapparse.xml @@ -3,7 +3,7 @@ Element parsing raw pcap streams ../../gst/pcapparse/.libs/libgstpcapparse.so libgstpcapparse.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-pnm.xml b/docs/plugins/inspect/plugin-pnm.xml index 4884dcb..fded8d9 100644 --- a/docs/plugins/inspect/plugin-pnm.xml +++ b/docs/plugins/inspect/plugin-pnm.xml @@ -3,7 +3,7 @@ PNM plugin ../../gst/pnm/.libs/libgstpnm.so libgstpnm.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml index 0515969..418f5a8 100644 --- a/docs/plugins/inspect/plugin-rawparse.xml +++ b/docs/plugins/inspect/plugin-rawparse.xml @@ -3,7 +3,7 @@ Parses byte streams into raw frames ../../gst/rawparse/.libs/libgstrawparse.so libgstrawparse.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-removesilence.xml b/docs/plugins/inspect/plugin-removesilence.xml index 7765cdf..93ca0e1 100644 --- a/docs/plugins/inspect/plugin-removesilence.xml +++ b/docs/plugins/inspect/plugin-removesilence.xml @@ -3,7 +3,7 @@ Removes silence from an audio stream ../../gst/removesilence/.libs/libgstremovesilence.so libgstremovesilence.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-resindvd.xml b/docs/plugins/inspect/plugin-resindvd.xml index 4448fa1..46eba27 100644 --- a/docs/plugins/inspect/plugin-resindvd.xml +++ b/docs/plugins/inspect/plugin-resindvd.xml @@ -3,7 +3,7 @@ Resin DVD playback elements ../../ext/resindvd/.libs/libgstresindvd.so libgstresindvd.so - 1.1.4 + 1.1.90 GPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-rfbsrc.xml b/docs/plugins/inspect/plugin-rfbsrc.xml index 5dd8c8e..df0b43d 100644 --- a/docs/plugins/inspect/plugin-rfbsrc.xml +++ b/docs/plugins/inspect/plugin-rfbsrc.xml @@ -3,7 +3,7 @@ Connects to a VNC server and decodes RFB stream ../../gst/librfb/.libs/libgstrfbsrc.so libgstrfbsrc.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-rtmp.xml b/docs/plugins/inspect/plugin-rtmp.xml index 6175716..ff5d8ce 100644 --- a/docs/plugins/inspect/plugin-rtmp.xml +++ b/docs/plugins/inspect/plugin-rtmp.xml @@ -3,7 +3,7 @@ RTMP source and sink ../../ext/rtmp/.libs/libgstrtmp.so libgstrtmp.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-schro.xml b/docs/plugins/inspect/plugin-schro.xml index 1eb97a4..beecedf 100644 --- a/docs/plugins/inspect/plugin-schro.xml +++ b/docs/plugins/inspect/plugin-schro.xml @@ -3,7 +3,7 @@ Schroedinger plugin ../../ext/schroedinger/.libs/libgstschro.so libgstschro.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-sdp.xml b/docs/plugins/inspect/plugin-sdp.xml index 4f8f799..934fd5e 100644 --- a/docs/plugins/inspect/plugin-sdp.xml +++ b/docs/plugins/inspect/plugin-sdp.xml @@ -3,7 +3,7 @@ configure streaming sessions using SDP ../../gst/sdp/.libs/libgstsdpelem.so libgstsdpelem.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-segmentclip.xml b/docs/plugins/inspect/plugin-segmentclip.xml index cd49493..b43c70e 100644 --- a/docs/plugins/inspect/plugin-segmentclip.xml +++ b/docs/plugins/inspect/plugin-segmentclip.xml @@ -3,7 +3,7 @@ Segment clip elements ../../gst/segmentclip/.libs/libgstsegmentclip.so libgstsegmentclip.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-shm.xml b/docs/plugins/inspect/plugin-shm.xml index 0eb9b39..b9d1096 100644 --- a/docs/plugins/inspect/plugin-shm.xml +++ b/docs/plugins/inspect/plugin-shm.xml @@ -3,7 +3,7 @@ shared memory sink source ../../sys/shm/.libs/libgstshm.so libgstshm.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-smooth.xml b/docs/plugins/inspect/plugin-smooth.xml index bb8bfda..5dcf1dd 100644 --- a/docs/plugins/inspect/plugin-smooth.xml +++ b/docs/plugins/inspect/plugin-smooth.xml @@ -3,7 +3,7 @@ Apply a smooth filter to an image ../../gst/smooth/.libs/libgstsmooth.so libgstsmooth.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-soundtouch.xml b/docs/plugins/inspect/plugin-soundtouch.xml index 3c6a946..fdc94b4 100644 --- a/docs/plugins/inspect/plugin-soundtouch.xml +++ b/docs/plugins/inspect/plugin-soundtouch.xml @@ -3,7 +3,7 @@ Audio Pitch Controller & BPM Detection ../../ext/soundtouch/.libs/libgstsoundtouch.so libgstsoundtouch.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-spandsp.xml b/docs/plugins/inspect/plugin-spandsp.xml index 885458b..e115922 100644 --- a/docs/plugins/inspect/plugin-spandsp.xml +++ b/docs/plugins/inspect/plugin-spandsp.xml @@ -3,7 +3,7 @@ libspandsp plugin ../../ext/spandsp/.libs/libgstspandsp.so libgstspandsp.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml index 0f93210..b8da420 100644 --- a/docs/plugins/inspect/plugin-speed.xml +++ b/docs/plugins/inspect/plugin-speed.xml @@ -3,7 +3,7 @@ Set speed/pitch on audio/raw streams (resampler) ../../gst/speed/.libs/libgstspeed.so libgstspeed.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-subenc.xml b/docs/plugins/inspect/plugin-subenc.xml index b175c7d..a65ac01 100644 --- a/docs/plugins/inspect/plugin-subenc.xml +++ b/docs/plugins/inspect/plugin-subenc.xml @@ -3,7 +3,7 @@ subtitle encoders ../../gst/subenc/.libs/libgstsubenc.so libgstsubenc.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoparsersbad.xml b/docs/plugins/inspect/plugin-videoparsersbad.xml index 55cc5f8..def5f5b 100644 --- a/docs/plugins/inspect/plugin-videoparsersbad.xml +++ b/docs/plugins/inspect/plugin-videoparsersbad.xml @@ -3,7 +3,7 @@ videoparsers ../../gst/videoparsers/.libs/libgstvideoparsersbad.so libgstvideoparsersbad.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release @@ -68,7 +68,7 @@ src source always -
video/x-h264, parsed=(boolean)true, stream-format=(string){ avc, byte-stream }, alignment=(string){ au, nal }
+
video/x-h264, parsed=(boolean)true, stream-format=(string){ avc, avc3, byte-stream }, alignment=(string){ au, nal }
diff --git a/docs/plugins/inspect/plugin-voaacenc.xml b/docs/plugins/inspect/plugin-voaacenc.xml index 22129cf..adb163b 100644 --- a/docs/plugins/inspect/plugin-voaacenc.xml +++ b/docs/plugins/inspect/plugin-voaacenc.xml @@ -3,7 +3,7 @@ AAC audio encoder ../../ext/voaacenc/.libs/libgstvoaacenc.so libgstvoaacenc.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-voamrwbenc.xml b/docs/plugins/inspect/plugin-voamrwbenc.xml index 3af4bf7..0630e7e 100644 --- a/docs/plugins/inspect/plugin-voamrwbenc.xml +++ b/docs/plugins/inspect/plugin-voamrwbenc.xml @@ -3,7 +3,7 @@ Adaptive Multi-Rate Wide-Band Encoder ../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so libgstvoamrwbenc.so - 1.1.4 + 1.1.90 unknown gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-waylandsink.xml b/docs/plugins/inspect/plugin-waylandsink.xml index 71e962e..f0bd85b 100644 --- a/docs/plugins/inspect/plugin-waylandsink.xml +++ b/docs/plugins/inspect/plugin-waylandsink.xml @@ -3,7 +3,7 @@ Wayland Video Sink ../../ext/wayland/.libs/libgstwaylandsink.so libgstwaylandsink.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-y4mdec.xml b/docs/plugins/inspect/plugin-y4mdec.xml index 81a408a..becdafb 100644 --- a/docs/plugins/inspect/plugin-y4mdec.xml +++ b/docs/plugins/inspect/plugin-y4mdec.xml @@ -3,7 +3,7 @@ Demuxes/decodes YUV4MPEG streams ../../gst/y4m/.libs/libgsty4mdec.so libgsty4mdec.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins diff --git a/docs/plugins/inspect/plugin-zbar.xml b/docs/plugins/inspect/plugin-zbar.xml index c995267..8411626 100644 --- a/docs/plugins/inspect/plugin-zbar.xml +++ b/docs/plugins/inspect/plugin-zbar.xml @@ -3,7 +3,7 @@ zbar barcode scanner ../../ext/zbar/.libs/libgstzbar.so libgstzbar.so - 1.1.4 + 1.1.90 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/gst-plugins-bad.doap b/gst-plugins-bad.doap index 1fb790d..762da61 100644 --- a/gst-plugins-bad.doap +++ b/gst-plugins-bad.doap @@ -35,6 +35,16 @@ real live maintainer, or some actual wide use. + 1.1.90 + 1.1 + + 2013-09-19 + + + + + + 1.1.4 1.1 diff --git a/win32/common/config.h b/win32/common/config.h index de3635f..9d90b68 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -1,94 +1,245 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ -/* This copy of config.h.in is specifically for win32 Visual Studio builds */ +/* Autogenerated config.h created for win32 Visual Studio builds */ + +/* PREFIX -- specifically added for Windows for easier moving */ +#define PREFIX "C:\\gstreamer" + +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + +/* Default audio sink */ +#define DEFAULT_AUDIOSINK "directsoundsink" + +/* Default audio source */ +#define DEFAULT_AUDIOSRC "audiotestsrc" + +/* Default video sink */ +#undef DEFAULT_VIDEOSINK + +/* Default video source */ +#define DEFAULT_VIDEOSRC "videotestsrc" + +/* Default visualizer */ +#define DEFAULT_VISUALIZER "goom" + +/* Disable Orc */ +#undef DISABLE_ORC + +/* Define if an old libdts is used */ +#undef DTS_OLD /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS +/* The x in 2.x */ +#undef FAAD2_MINOR_VERSION + +/* Define if AAC is using new api prefix */ +#undef FAAD_IS_NEAAC + /* gettext package name */ #define GETTEXT_PACKAGE "gst-plugins-bad-1.0" -/* PREFIX - specifically added for Windows for easier moving */ -#define PREFIX "C:\\gstreamer" +/* The GIO library directory. */ +#undef GIO_LIBDIR + +/* The GIO modules directory. */ +#undef GIO_MODULE_DIR + +/* Define if GSM header in gsm/ subdir */ +#undef GSM_HEADER_IN_SUBDIR -/* Location of registry */ -#define GST_CACHE_DIR PREFIX "\\var\\cache" +/* GStreamer API Version */ +#define GST_API_VERSION "1.0" + +/* Extra platform specific plugin suffix */ +#undef GST_EXTRA_MODULE_SUFFIX /* Defined if gcov is enabled to force a rebuild due to config.h changing */ #undef GST_GCOV_ENABLED +/* Defined when registry scanning through fork is unsafe */ +#undef GST_HAVE_UNSAFE_FORK + /* Default errorlevel to use */ #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR /* GStreamer license */ #define GST_LICENSE "LGPL" +/* mjpegtools API evolution */ +#undef GST_MJPEGTOOLS_API + /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git" +#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" -/* Define if the host CPU is an Alpha */ +/* GStreamer package release date/time for plugins as YYYY-MM-DD */ +#define GST_PACKAGE_RELEASE_DATETIME "2013-09-19" + +/* Define if static plugins should be built */ +#undef GST_PLUGIN_BUILD_STATIC + +/* Define to enable Windows ACM library (used by acm). */ +#undef HAVE_ACM + +/* Define to enable Android Media (used by androidmedia). */ +#undef HAVE_ANDROID_MEDIA + +/* Define to enable AirPort Express Wireless sink (used by apexsink). */ +#undef HAVE_APEXSINK + +/* Define to enable Apple video (used by applemedia). */ +#undef HAVE_APPLE_MEDIA + +/* Define to enable ASS/SSA renderer (used by assrender). */ +#undef HAVE_ASSRENDER + +/* Define to enable AVC Video Services (used by avcsrc). */ +#undef HAVE_AVC + +/* Define to enable Bluez (used by bluez). */ +#undef HAVE_BLUEZ + +/* Define to enable bz2 library (used by bz2). */ +#undef HAVE_BZ2 + +/* Define to enable cdaudio (used by cdaudio). */ +#undef HAVE_CDAUDIO + +/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the + CoreFoundation framework. */ +#undef HAVE_CFLOCALECOPYCURRENT + +/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in + the CoreFoundation framework. */ +#undef HAVE_CFPREFERENCESCOPYAPPVALUE + +/* Define to enable chromaprint (used by chromaprint). */ +#undef HAVE_CHROMAPRINT + +/* Define if the target CPU is an Alpha */ #undef HAVE_CPU_ALPHA -/* Define if the host CPU is an ARM */ +/* Define if the target CPU is an ARM */ #undef HAVE_CPU_ARM -/* Define if the host CPU is a HPPA */ +/* Define if the target CPU is a CRIS */ +#undef HAVE_CPU_CRIS + +/* Define if the target CPU is a CRISv32 */ +#undef HAVE_CPU_CRISV32 + +/* Define if the target CPU is a HPPA */ #undef HAVE_CPU_HPPA -/* Define if the host CPU is an x86 */ -#undef HAVE_CPU_I386 +/* Define if the target CPU is an x86 */ +#define HAVE_CPU_I386 1 -/* Define if the host CPU is a IA64 */ +/* Define if the target CPU is a IA64 */ #undef HAVE_CPU_IA64 -/* Define if the host CPU is a M68K */ +/* Define if the target CPU is a M68K */ #undef HAVE_CPU_M68K -/* Define if the host CPU is a MIPS */ +/* Define if the target CPU is a MIPS */ #undef HAVE_CPU_MIPS -/* Define if the host CPU is a PowerPC */ +/* Define if the target CPU is a PowerPC */ #undef HAVE_CPU_PPC -/* Define if the host CPU is a S390 */ +/* Define if the target CPU is a 64 bit PowerPC */ +#undef HAVE_CPU_PPC64 + +/* Define if the target CPU is a S390 */ #undef HAVE_CPU_S390 -/* Define if the host CPU is a SPARC */ +/* Define if the target CPU is a SPARC */ #undef HAVE_CPU_SPARC -/* Define if the host CPU is a x86_64 */ +/* Define if the target CPU is a x86_64 */ #undef HAVE_CPU_X86_64 +/* Define to enable Curl plugin (used by curl). */ +#undef HAVE_CURL + +/* Define to enable daala (used by daala). */ +#undef HAVE_DAALA + +/* Define to enable DASH plug-in (used by dash). */ +#undef HAVE_DASH + +/* Define to enable libdc1394 (used by dc1394). */ +#undef HAVE_DC1394 + /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT -/* Defined if we have dladdr () */ -#undef HAVE_DLADDR +/* Define to enable decklink (used by decklink). */ +#undef HAVE_DECKLINK + +/* Define to enable Direct3D plug-in (used by direct3dsink). */ +#undef HAVE_DIRECT3D + +/* Define to enable DirectDraw plug-in (used by directdrawsink). */ +#undef HAVE_DIRECTDRAW + +/* Define to enable directfb (used by dfbvideosink ). */ +#undef HAVE_DIRECTFB + +/* Define to enable DirectShow plug-in (used by winks). */ +#undef HAVE_DIRECTSHOW + +/* Define to enable DirectSound (used by directsoundsrc). */ +#undef HAVE_DIRECTSOUND /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define to 1 if you have the `fgetpos' function. */ -#define HAVE_FGETPOS 1 +/* define for working do while(0) macros */ +#undef HAVE_DOWHILE_MACROS + +/* Define to enable dts library (used by dtsdec). */ +#undef HAVE_DTS + +/* Define to enable DVB Source (used by dvb). */ +#undef HAVE_DVB -/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ -#undef HAVE_FSEEKO +/* Define to enable eglgles sink (used by eglgles). */ +#undef HAVE_EGLGLES -/* Define to 1 if you have the `fsetpos' function. */ -#define HAVE_FSETPOS 1 +/* Define to enable building of experimental plug-ins. */ +#undef HAVE_EXPERIMENTAL -/* Define to 1 if you have the `ftello' function. */ -#undef HAVE_FTELLO +/* Define to enable building of plug-ins with external deps. */ +#undef HAVE_EXTERNAL -/* defined if the compiler implements __func__ */ -#undef HAVE_FUNC +/* Define to enable AAC encoder plug-in (used by faac). */ +#undef HAVE_FAAC -/* defined if the compiler implements __FUNCTION__ */ -#undef HAVE_FUNCTION +/* Define to enable AAC decoder plug-in (used by faad). */ +#undef HAVE_FAAD + +/* Define to enable linux framebuffer (used by fbdevsink). */ +#undef HAVE_FBDEV + +/* Define to 1 if you have the header file. */ +#undef HAVE_FCNTL_H + +/* FIONREAD ioctl found in sys/filio.h */ +#undef HAVE_FIONREAD_IN_SYS_FILIO + +/* FIONREAD ioctl found in sys/ioclt.h */ +#undef HAVE_FIONREAD_IN_SYS_IOCTL + +/* Define to enable Flite plugin (used by flite). */ +#undef HAVE_FLITE + +/* Define to enable fluidsynth (used by fluidsynth). */ +#undef HAVE_FLUIDSYNTH /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE @@ -96,38 +247,203 @@ /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT -/* Define if you have the iconv() function. */ +/* Define to enable gme decoder (used by gme). */ +#undef HAVE_GME + +/* Define to 1 if you have the `gmtime_r' function. */ +#undef HAVE_GMTIME_R + +/* Define to enable GSettings plugin (used by gsettings). */ +#undef HAVE_GSETTINGS + +/* Define to enable GSM library (used by gsmenc gsmdec). */ +#undef HAVE_GSM + +/* Define if gudev is installed */ +#undef HAVE_GUDEV + +/* Define to 1 if you have the header file. */ +#undef HAVE_HIGHGUI_H + +/* Define to enable http live streaming plugin (used by hls). */ +#undef HAVE_HLS + +/* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -/* Define if libxml2 is available */ -#define HAVE_LIBXML2 1 +/* Define if building for Apple iOS */ +#undef HAVE_IOS + +/* Define to enable Kate (used by kate). */ +#undef HAVE_KATE + +/* Define to enable ladspa (used by ladspa). */ +#undef HAVE_LADSPA + +/* Define if gme 0.5.6 or newer is available */ +#undef HAVE_LIBGME_ACCURACY + +/* Define to enable mms protocol library (used by libmms). */ +#undef HAVE_LIBMMS + +/* Define to 1 if you have the `nsl' library (-lnsl). */ +#undef HAVE_LIBNSL -/* defined if we have makecontext () */ -#undef HAVE_MAKECONTEXT +/* Define to 1 if you have the `socket' library (-lsocket). */ +#undef HAVE_LIBSOCKET + +/* Define if libusb 1.x is installed */ +#undef HAVE_LIBUSB + +/* Define to enable Linear Systems SDI plugin (used by linsys). */ +#undef HAVE_LINSYS + +/* Define if we have liblrdf */ +#undef HAVE_LRDF + +/* Define to enable lv2 (used by lv2). */ +#undef HAVE_LV2 /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define to enable Multi Format Codec (used by mfc). */ +#undef HAVE_MFC + +/* Define to enable libmimic library (used by mimic). */ +#undef HAVE_MIMIC + /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP -/* defined if the compiler implements __PRETTY_FUNCTION__ */ -#undef HAVE_PRETTY_FUNCTION +/* Define to enable modplug (used by modplug). */ +#undef HAVE_MODPLUG + +/* Define to enable mpeg2enc (used by mpeg2enc). */ +#undef HAVE_MPEG2ENC + +/* Define to enable mpg123 audio decoder (used by mpg123). */ +#undef HAVE_MPG123 + +/* Define to enable mplex (used by mplex). */ +#undef HAVE_MPLEX -/* Defined if we have register_printf_function () */ -#undef HAVE_PRINTF_EXTENSION +/* Define to 1 if you have the header file. */ +#undef HAVE_MSACM_H -/* Define to 1 if you have the header file. */ -#define HAVE_PROCESS_H 1 +/* Define to enable musepackdec (used by musepack). */ +#undef HAVE_MUSEPACK + +/* Define to enable MythTV client plugins (used by mythtvsrc). */ +#undef HAVE_MYTHTV + +/* Define to enable nas plug-in (used by nassink). */ +#undef HAVE_NAS + +/* Define to enable neon http client plugins (used by neonhttpsrc). */ +#undef HAVE_NEON + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETINET_IN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETINET_IP_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETINET_TCP_H + +/* Define to enable ofa plugins (used by ofa). */ +#undef HAVE_OFA + +/* Define to enable OpenAL plugin (used by openal). */ +#undef HAVE_OPENAL + +/* Define to enable opencv plugins (used by opencv). */ +#undef HAVE_OPENCV + +/* Define to 1 if you have the header file. */ +#undef HAVE_OPENCV2_HIGHGUI_HIGHGUI_C_H + +/* Define to enable openjpeg library (used by openjpeg). */ +#undef HAVE_OPENJPEG + +/* Define to enable OpenSL ES (used by opensl). */ +#undef HAVE_OPENSLES + +/* Define to enable opus (used by opus). */ +#undef HAVE_OPUS + +/* Use Orc */ +#undef HAVE_ORC + +/* Apple Mac OS X operating system detected */ +#undef HAVE_OSX + +/* Define to enable OSX video (used by osxvideosrc). */ +#undef HAVE_OSX_VIDEO + +/* Define to 1 if you have the header file. */ +#undef HAVE_PTHREAD_H + +/* Define to enable pvrvideosink (used by pvr). */ +#undef HAVE_PVR + +/* Define to enable QuickTime wrapper (used by qtwrapper). */ +#undef HAVE_QUICKTIME /* Define if RDTSC is available */ #undef HAVE_RDTSC -/* Define to 1 if you have the `sigaction' function. */ -#undef HAVE_SIGACTION +/* Define to enable resindvd plugin (used by resindvd). */ +#undef HAVE_RESINDVD + +/* Define to enable rsvg decoder (used by rsvg). */ +#undef HAVE_RSVG + +/* Have RSVG 2.36.2 or newer */ +#undef HAVE_RSVG_2_36_2 + +/* Define to enable rtmp library (used by rtmp). */ +#undef HAVE_RTMP + +/* Define to enable SBC bluetooth audio codec (used by sbc). */ +#undef HAVE_SBC + +/* Define to enable Schroedinger video codec (used by schro). */ +#undef HAVE_SCHRO + +/* Define to enable SDL plug-in (used by sdlvideosink sdlaudiosink). */ +#undef HAVE_SDL + +/* Define to enable POSIX shared memory source and sink (used by shm). */ +#undef HAVE_SHM + +/* Define to enable Smooth Streaming plug-in (used by smoothstreaming). */ +#undef HAVE_SMOOTHSTREAMING + +/* Define to enable sndfile plug-in (used by sfsrc sfsink). */ +#undef HAVE_SNDFILE + +/* Define to enable sndio audio (used by sndio). */ +#undef HAVE_SNDIO + +/* Define to enable soundtouch plug-in (used by soundtouch). */ +#undef HAVE_SOUNDTOUCH + +/* Defined if the available libSoundTouch is >= 1.4 */ +#undef HAVE_SOUNDTOUCH_1_4 + +/* Define to enable Spandsp (used by spandsp). */ +#undef HAVE_SPANDSP + +/* Define to enable spc decoder (used by spc). */ +#undef HAVE_SPC + +/* Define to enable srtp library (used by srtp). */ +#undef HAVE_SRTP /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -141,83 +457,200 @@ /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKET_H /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H + /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 -/* Define to 1 if you have the header file. */ -#undef HAVE_UCONTEXT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_UTSNAME_H + +/* Define to enable Teletext decoder (used by teletextdec). */ +#undef HAVE_TELETEXTDEC -/* defined if unaligned memory access works correctly */ -#undef HAVE_UNALIGNED_ACCESS +/* Define if libtiger is available */ +#undef HAVE_TIGER + +/* Define to enable timidity midi soft synth plugin (used by timidity). */ +#undef HAVE_TIMIDITY /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to enable UVC H264 (used by uvch264). */ +#undef HAVE_UVCH264 + /* Define if valgrind should be used */ #undef HAVE_VALGRIND +/* Define to enable Video CD (used by vcdsrc). */ +#undef HAVE_VCD + +/* Define to enable VDPAU (used by vdpau). */ +#undef HAVE_VDPAU + +/* Define to enable vo-aacenc library (used by vo-aacenc). */ +#undef HAVE_VOAACENC + +/* Define to enable vo-amrwbenc library (used by vo-amrwbenc). */ +#undef HAVE_VOAMRWBENC + +/* Define to enable WASAPI plug-in (used by wasapi). */ +#undef HAVE_WASAPI + +/* Define to enable wayland sink (used by wayland ). */ +#undef HAVE_WAYLAND + +/* Define to enable WebP (used by webp ). */ +#undef HAVE_WEBP + +/* Define to enable wildmidi midi soft synth plugin (used by wildmidi). */ +#undef HAVE_WILDMIDI + +/* Have WildMidi 0.2.2 or earlier library */ +#undef HAVE_WILDMIDI_0_2_2 + /* Defined if compiling for Windows */ #define HAVE_WIN32 1 +/* Define to 1 if you have the header file. */ +#define HAVE_WINDOWS_H 1 + +/* Define to enable Windows internet library (used by wininet). */ +#undef HAVE_WININET + +/* Define to 1 if you have the header file. */ +#define HAVE_WININET_H 1 + +/* Define to enable winscreencap plug-in (used by winscreencap). */ +#undef HAVE_WINSCREENCAP + +/* Define to 1 if you have the header file. */ +#define HAVE_WINSOCK2_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_WS2TCPIP_H 1 + +/* Define if you have X11 library */ +#undef HAVE_X11 + +/* Define to enable xvid plugins (used by xvid). */ +#undef HAVE_XVID + +/* Define to enable ZBar barcode detector (used by zbar). */ +#undef HAVE_ZBAR + +/* the host CPU */ +#define HOST_CPU "i686" + /* library dir */ -#define LIBDIR PREFIX "\\lib" +#ifdef _DEBUG +# define LIBDIR PREFIX "\\debug\\lib" +#else +# define LIBDIR PREFIX "\\lib" +#endif /* gettext locale dir */ #define LOCALEDIR PREFIX "\\share\\locale" +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + +/* Define if the old MusePack API is used */ +#undef MPC_IS_OLD_API + +/* opencv install prefix */ +#undef OPENCV_PREFIX + /* Name of package */ #define PACKAGE "gst-plugins-bad" /* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT +#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" /* Define to the full name of this package. */ -#undef PACKAGE_NAME +#define PACKAGE_NAME "GStreamer Bad Plug-ins" /* Define to the full name and version of this package. */ -#undef PACKAGE_STRING +#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.1.90" /* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME +#define PACKAGE_TARNAME "gst-plugins-bad" + +/* Define to the home page for this package. */ +#undef PACKAGE_URL /* Define to the version of this package. */ -#undef PACKAGE_VERSION +#define PACKAGE_VERSION "1.1.90" /* directory where plugins are located */ -#define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10" +#ifdef _DEBUG +# define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.11" +#else +# define PLUGINDIR PREFIX "\\lib\\gstreamer-0.11" +#endif -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* The size of `char', as computed by sizeof. */ +#undef SIZEOF_CHAR -/* Define if we should poison deallocated memory */ -#undef USE_POISONING +/* The size of `int', as computed by sizeof. */ +#undef SIZEOF_INT -/* Version number of package */ -#define VERSION "1.1.4.1" +/* The size of `long', as computed by sizeof. */ +#undef SIZEOF_LONG -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* The size of `short', as computed by sizeof. */ +#undef SIZEOF_SHORT -/* Number of bits in a file offset, on hosts where this is settable. */ -#undef _FILE_OFFSET_BITS +/* The size of `void*', as computed by sizeof. */ +#undef SIZEOF_VOIDP -/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ -#undef _LARGEFILE_SOURCE +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS -/* Define for large files, on AIX-style hosts. */ -#undef _LARGE_FILES +/* the target CPU */ +#undef TARGET_CPU -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -/* #undef inline */ +/* Define location of timidity.cfg */ +#undef TIMIDITY_CFG -#define GST_PACKAGE "Gst-plugins-bad" -#define PACKAGE "gst-plugins-bad" -#define GST_ORIGIN "gstreamer.freedesktop.org" +/* Use Mali FB EGL window system */ +#undef USE_EGL_MALI_FB + +/* Use RPi EGL window system */ +#undef USE_EGL_RPI + +/* Use X11 EGL window system */ +#undef USE_EGL_X11 + +/* Version number of package */ +#define VERSION "1.1.90" + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif + +/* Define to 1 if the X Window System is missing or not being used. */ +#undef X_DISPLAY_MISSING + +/* We need at least WinXP SP2 for __stat64 */ +#undef __MSVCRT_VERSION__ -- 2.7.4