diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-08-28 13:07:27 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-08-28 13:07:27 +0200 |
commit | 03420d1e2adb7305971a4b8c696dc3c2f57b3a95 (patch) | |
tree | 65773f08f82e231ec5e9f0ab2b31b38a451b50d0 | |
parent | f88488cd0aa7d43be151a19bc13607ce4c02b851 (diff) | |
download | gstreamer-plugins-bad-03420d1e2adb7305971a4b8c696dc3c2f57b3a95.tar.gz |
Release 1.1.41.1.4
82 files changed, 1002 insertions, 145 deletions
@@ -1,9 +1,793 @@ +=== release 1.1.4 === + +2013-08-28 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * configure.ac: + releasing 1.1.4 + +2013-08-28 12:33:17 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * po/pt_BR.po: + po: update translations + +2013-08-28 11:13:14 +0100 Tim-Philipp Müller <tim@centricular.net> + + * gst-libs/gst/mpegts/mpegts.h: + mpegts: mark as unstable API + +2013-08-27 17:05:44 +0100 Tim-Philipp Müller <tim@centricular.net> + + * gst/mpegtsdemux/mpegtspacketizer.c: + mpegtsdemux: fix possible read beyond end of buffer when resyncing + +2013-08-27 11:27:04 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> + + * gst/videoparsers/gsth264parse.c: + h264parse: only update src CAPS when it's necessary + https://bugzilla.gnome.org/show_bug.cgi?id=705452 + +2013-08-20 11:59:34 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> + + * gst/videoparsers/gsth264parse.c: + h264parse: do not set CAPS and passthrough mode if SPS/PPS have not been parsed + https://bugzilla.gnome.org/show_bug.cgi?id=705452 + +2013-08-26 13:48:02 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * configure.ac: + configure.ac: Don't set BZ2_LIBS if bz2 is not found + +2013-08-26 10:22:06 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * ext/webp/gstwebpdec.c: + webpdec: Some cleanup and minor fixes + +2013-08-24 00:46:38 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> + + * configure.ac: + * ext/Makefile.am: + * ext/webp/Makefile.am: + * ext/webp/gstwebp.c: + * ext/webp/gstwebpdec.c: + * ext/webp/gstwebpdec.h: + webp: Add WebP image decoder plugin + https://bugzilla.gnome.org/show_bug.cgi?id=706285 + +2012-09-01 20:46:43 +0200 Nicola Murino <nicola.murino@gmail.com> + + * ext/opencv/gstfacedetect.c: + * ext/opencv/gstfacedetect.h: + facedetect: new property to control bus messages updates + https://bugzilla.gnome.org/show_bug.cgi?id=655622 + +2013-08-23 12:01:32 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * ext/opencv/gstopencvutils.c: + * ext/opencv/gstsegmentation.cpp: + opencv: Fix indention + +2013-08-23 12:01:07 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * ext/opencv/gstdisparity.cpp: + * ext/opencv/gstdisparity.h: + opencv: Port to non-deprecated GMutex/GCond API + +2013-08-23 11:38:04 +0200 Miguel Casas-Sanchez <miguelecasassanchez@gmail.com> + + * ext/opencv/Makefile.am: + * ext/opencv/gstdisparity.cpp: + * ext/opencv/gstdisparity.h: + * ext/opencv/gstopencv.c: + opencv: Add disparity-map calculation element + https://bugzilla.gnome.org/show_bug.cgi?id=704760 + +2013-08-22 17:32:17 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * sys/directsound/gstdirectsoundsrc.c: + directsoundsrc: Remove unused variable + +2013-08-22 16:07:58 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * configure.ac: + configure: Update opencv dependency, 2.4.5 works too. + +2013-08-22 13:45:59 +0200 Kishore Arepalli <kishore.arepalli@gmail.com> + + * sys/directsound/gstdirectsoundsrc.c: + * sys/directsound/gstdirectsoundsrc.h: + directsoundsrc: Add 'device-name' property for selecting a audio device + https://bugzilla.gnome.org/show_bug.cgi?id=706574 + +2013-08-22 14:56:05 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * configure.ac: + configure: Fix bz2 configure check for Windows + Due to function decorations on Windows AC_CHECK_LIB can't be used to check for bz2. + https://bugzilla.gnome.org/show_bug.cgi?id=465924 + +2013-08-21 14:44:38 +0200 Edward Hervey <edward@collabora.com> + + * gst/mpegtsdemux/tsdemux.c: + tsdemux: Refuse negative rates which we don't support yet + And remove a check which was done before + +2013-03-10 17:02:18 +0100 Jesper Larsen <jesper.larsen@ixonos.com> + + * gst/mpegtsmux/mpegtsmux.c: + * gst/mpegtsmux/tsmux/tsmux.c: + * gst/mpegtsmux/tsmux/tsmux.h: + mpegtsmux: Set the program number from prog-map + The prog-map property of mpegtsmux only allows you to group pids together in a program. + The program number set in the PAT/PMT tables cannot be set explicitly. + This patch will set the program number according to the prog-map. + If a program id of 0 is given, the first vacant program number starting from 1 will be used. + https://bugzilla.gnome.org/show_bug.cgi?id=697239 + +2013-08-21 08:58:52 +0200 Edward Hervey <edward@collabora.com> + + * sys/dvb/camutils.c: + * sys/dvb/dvbbasebin.c: + dvb: Adapt for latest mpegts lib changes + +2013-08-21 08:58:23 +0200 Edward Hervey <edward@collabora.com> + + * gst/mpegtsdemux/mpegtsbase.c: + * gst/mpegtsdemux/mpegtsbase.h: + mpegtsbase: Adapt for latest mpegts lib changes + +2013-08-21 08:40:16 +0200 Edward Hervey <edward@collabora.com> + + * gst-libs/gst/mpegts/gst-dvb-descriptor.c: + * gst-libs/gst/mpegts/gst-dvb-section.c: + * gst-libs/gst/mpegts/gst-dvb-section.h: + * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: + * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: + * gst-libs/gst/mpegts/gstmpegtssection.c: + * gst-libs/gst/mpegts/gstmpegtssection.h: + * tests/examples/mpegts/ts-parser.c: + mpegts: ABI/API break: Use GPtrArray instead of GArray + While it was a great idea, various g-i based bindings don't support + GArray with entries greater than sizeof(gpointer) :( + So let's just make everybody happy by just using GPtrArray. + And since we're breaking the API, also rename the various descriptor fields + to no longer have the descriptor_ prefix. + It does cost a bit more in terms of memory/cpu usage, but makes it usable + from bindings. + +2013-08-19 15:31:51 -0400 Robert Krakora <rob.krakora@messagenetsystems.com> + + * sys/uvch264/gstuvch264_mjpgdemux.c: + uvch264src: don't error out on incomplete aux data segment + It appears that the Logitech C920 sometimes drops the next + to last segment of RAW aux data contained within the MJPEG + container. H264 data that is multiplexed with in the same + container does not appear to be affected. This appears to + be a bug in the Logitech C920 firmware and uvch264src should + not error out in this case. + Sometimes it can take 24 hours of continuous streaming for + the problem to occur, but sometimes it takes only a couple + of hours. + https://bugzilla.gnome.org/show_bug.cgi?id=706276 + +2013-08-20 16:01:47 +0200 Edward Hervey <edward@collabora.com> + + * gst/ivtc/gstivtc.c: + ivtc: Use input framerate when possible + if input is 30000/1001 ... use 24000/1001 as the output fixated framerate + +2013-08-15 11:45:34 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> + + * gst/id3tag/id3tag.c: + id3mux: handle publisher, interpreted-by and musical-key tags + https://bugzilla.gnome.org/show_bug.cgi?id=705999 + +2013-08-20 13:29:14 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * gst/videoparsers/gstmpegvideoparse.c: + mpegvideoparse: Fix switch statement in level detection code + Properly fall through the cases without re-assigning the level to + the wrong value. + https://bugzilla.gnome.org/show_bug.cgi?id=706369 + +2013-08-19 17:23:28 +0200 Edward Hervey <edward@collabora.com> + + * gst/jpegformat/gstjpegparse.c: + jpegparse: Forward segment event after caps + Store it until we know what our caps are. + +2013-08-20 00:26:06 +0100 Tim-Philipp Müller <tim@centricular.net> + + * tests/check/elements/aiffparse.c: + test: fix compiler warning in aiffparse test on 32-bit x86 + +2013-08-19 09:25:20 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> + + * tests/check/elements/aiffparse.c: + aiffparse: fix copyright + +2013-08-17 00:22:44 +0100 Tim-Philipp Müller <tim@centricular.net> + + * tests/check/elements/aiffparse.c: + tests: fix some leaks in aiffparse unit test + +2013-08-17 00:09:18 +0100 Tim-Philipp Müller <tim@centricular.net> + + * tests/check/elements/aiffparse.c: + tests: fix state change order in aiffparse test + Do state changes from sink to src. Fixes race condition in + pull mode test where the source will start up and push buffers + to queue/identity or aiffparse before the main thread has + managed to set them to playing yet. + +2013-08-12 18:33:39 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> + + * tests/check/Makefile.am: + * tests/check/elements/aiffparse.c: + * tests/files/Makefile.am: + * tests/files/s16be-id3v2.aiff: + aiffparse: add tests + https://bugzilla.gnome.org/show_bug.cgi?id=705993 + +2013-08-17 00:23:08 +0100 Tim-Philipp Müller <tim@centricular.net> + + * gst/aiff/aiffparse.c: + aiffparse: don't leak adapter + +2013-08-15 13:58:48 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> + + * gst/aiff/aiffparse.c: + aiffparse: s/newsegment/segment/ + https://bugzilla.gnome.org/show_bug.cgi?id=705993 + +2013-08-13 18:42:55 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> + + * gst/aiff/aiffparse.c: + aiffparse: fix push mode + Fix push mode by handling sink events (CAPS, SEGMENT) properly. + https://bugzilla.gnome.org/show_bug.cgi?id=705993 + +2013-08-16 15:41:48 -0400 Olivier Crête <olivier.crete@collabora.com> + + * gst/videoparsers/gstmpeg4videoparse.c: + mpeg4videoparse: Reparse the config if the size changed + Also only re-issue the caps update if the part of the config that + changed is one we care about. + +2013-08-16 19:48:03 +0100 Tim-Philipp Müller <tim@centricular.net> + + * ext/srtp/gstsrtpdec.c: + srtpdec: fix buffers being dropped due to shadowed variable + Spotted by gstblub@gmail.com. + https://bugzilla.gnome.org/show_bug.cgi?id=706091 + +2013-08-08 11:19:00 +0100 Chris Bass <floobleflam@gmail.com> + + * ext/dash/gstmpdparser.c: + dashdemux: offset segment numbers by startNumber + For SegmentTemplate elements containing a startNumber attribute, the + `number' member of GstMediaSegments should be offset by the value of + startNumber; however, this is not currently the case. As a result, the + first URI(s) requested by the download loop will be wrong. + This commit ensures that segment numbers will be offset by startNumber + when one is present in a SegmentTemplate element. + https://bugzilla.gnome.org/show_bug.cgi?id=705661 + +2013-08-08 15:19:15 +0100 Chris Bass <floobleflam@gmail.com> + + * ext/dash/gstmpdparser.c: + dashdemux: remove incorrect timestamp scaling. + When using a SegmentTemplate element, the timestamps of the buffers + output by dashdemux are incorrect, causing problems downstream. + The reason is that GstMediaSegment start times are calculated (in + gst_mpdparser_get_chunk_by_index) by multiplying segment index by + segment duration and then scaling the result according the `timebase' + attribute from the MPD. However, the segment duration is already a + GstClockTime (i.e., it has already been scaled according to the timebase + from the MPD and converted to a nanosecond value), so multiplying it by + the segment index will give the correct timestamp without the need for + any further scaling. + https://bugzilla.gnome.org/show_bug.cgi?id=705679 + +2013-08-15 20:12:42 +0100 Tim-Philipp Müller <tim@centricular.net> + + * tests/examples/stats/Makefile.am: + * tests/examples/stats/mp2ogg.c: + examples: remove another obsolete example + +2013-08-15 15:46:58 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * ext/daala/gstdaaladec.c: + * ext/daala/gstdaalaenc.c: + * ext/openjpeg/gstopenjpegdec.c: + * ext/openjpeg/gstopenjpegenc.c: + * ext/rsvg/gstrsvgdec.c: + * ext/rsvg/gstrsvgdec.h: + * ext/schroedinger/gstschrodec.c: + * sys/androidmedia/gstamcvideodec.c: + * sys/mfc/gstmfcdec.c: + * sys/vdpau/h264/gstvdph264dec.c: + * sys/vdpau/mpeg/gstvdpmpegdec.c: + ext: Use new flush vfunc of video codec base classes and remove reset implementations + +2013-08-14 19:12:16 +0100 Tim-Philipp Müller <tim@centricular.net> + + * tests/examples/capsfilter/Makefile.am: + * tests/examples/capsfilter/capsfilter1.c: + * tests/examples/gstplay/.gitignore: + * tests/examples/gstplay/Makefile.am: + * tests/examples/gstplay/player.c: + * tests/examples/indexing/.gitignore: + * tests/examples/indexing/Makefile.am: + * tests/examples/indexing/indexmpeg.c: + * tests/examples/level/Makefile.am: + * tests/examples/level/README: + * tests/examples/level/demo.c: + * tests/examples/level/plot.c: + examples: remove prehistoric examples + +2013-08-14 18:17:51 +0100 Tim-Philipp Müller <tim@centricular.net> + + * gst/inter/gstinteraudiosrc.c: + * gst/inter/gstinteraudiosrc.h: + interaudiosrc: make silence memory actually contain silence + instead of random data. Reported by Marco Micheletti on + gstreamer-devel. + +2013-08-14 13:27:03 +0100 Tim-Philipp Müller <tim@centricular.net> + + * sys/dvb/dvbbasebin.c: + dvbbasebin: fix criticals when trying to cast a GstPad to a GstElement + message->src might be a GstPad. Observed during gst-inspect-1.0 -a + +2013-08-14 13:59:27 +0200 Edward Hervey <edward@collabora.com> + + * .gitignore: + * gst-libs/gst/mpegts/.gitignore: + .gitignore: Update for new files to ignore + +2013-08-14 13:41:37 +0200 Edward Hervey <edward@collabora.com> + + * gst/mpegtsdemux/pesparse.c: + * gst/mpegtsdemux/pesparse.h: + pesparse: Refactory secondary PES extension handling + Some streams had wrong values for the stream_id_extension, make sure + we only remember the valid ones. + For streams with PES_extension_field_length == 0, assume there's nothing + else. + For streams that state they have a TREF extension but don't have enough + data to store it, just assume it was produced by a non-compliant muxer + and skip the remaining data. + Only store remaining data in stream_id_extension_data instead of storing + data we already parse. + +2013-08-14 10:47:31 +0200 Zaheer Abbas Merali <zaheermerali@gmail.com> + + * gst/pcapparse/gstpcapparse.c: + pcapparse: Remove unneeded unref and only set pad caps if we have caps + Fixes crashes due to invalid unrefs. + https://bugzilla.gnome.org/show_bug.cgi?id=705957 + +2013-08-14 10:39:46 +0200 Edward Hervey <edward@collabora.com> + + * gst/mpegtsdemux/pesparse.c: + pesparse: Fix pes extension data length check + And remove length/data updates (we use the header size just below to + properly set them). + Based on feedback from Stas Sergeev <stsp@list.ru> + https://bugzilla.gnome.org/show_bug.cgi?id=657343 + +2013-08-14 10:33:14 +0200 Edward Hervey <edward@collabora.com> + + * gst/mpegtsdemux/pesparse.c: + * gst/mpegtsdemux/pesparse.h: + * gst/mpegtsdemux/tsdemux.c: + pesparse: Remove unused argument + We always provided 0 as the offset and never used the returned value. + Based on feedback from Stas Sergeev <stsp@list.ru> + https://bugzilla.gnome.org/show_bug.cgi?id=657343 + +2013-08-13 17:47:14 +0100 Tim-Philipp Müller <tim@centricular.net> + + * gst-libs/gst/codecparsers/gstmpegvideoparser.c: + codecparsers: mpegvideoparse: turn internal consistency check into a g_assert() + We only check input from the API user with g_return_*_if_fail(). + Internal sanity checks should use g_assert() instead, which is + disabled by default for releases. + +2013-08-13 17:45:51 +0100 Tim-Philipp Müller <tim@centricular.net> + + * gst-libs/gst/codecparsers/gstmpegvideoparser.c: + * gst-libs/gst/codecparsers/gstmpegvideoparser.h: + codecparsers: mpegvideoparser: minor doc fixes + +2013-08-13 12:41:28 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> + + * ext/smoothstreaming/gstmssdemux.c: + mssdemux: use gst_data_queue_push_force for adding events to queue + This prevents locking on startup when a stream only has a single buffer + for one of the streams and mssdemux decides to push an EOS event right + after it. + +2013-08-08 13:32:02 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> + + * ext/dash/gstdashdemux.c: + dashdemux: use push_force when adding events to the dataqueue + This prevents deadlocks on startup on files that have only a very + large buffer for a stream and the queue is filled and will lock on + the eos event that is pushed after the buffer. As no buffers have yet + been pushed to other streams, the pipeline locks on preroll + +2013-07-30 15:17:23 +0200 Matej Knopp <matej.knopp@gmail.com> + + * gst/videoparsers/gstmpegvideoparse.c: + mpegvideoparse: support field encoding for interlaced video + https://bugzilla.gnome.org/show_bug.cgi?id=705144 + +2013-08-12 01:02:51 -0400 Alexandre Rostovtsev <tetromino@gentoo.org> + + * configure.ac: + neonhttpsrc: allow building with neon-0.30 + https://bugzilla.gnome.org/show_bug.cgi?id=705812 + +2013-08-12 12:27:33 -0400 Olivier Crête <olivier.crete@collabora.com> + + * ext/srtp/gstsrtpdec.c: + * ext/srtp/gstsrtpenc.c: + srtp: Let packets through without touching them if no crypto or auth is set + +2013-08-12 12:27:16 -0400 Olivier Crête <olivier.crete@collabora.com> + + * ext/srtp/gstsrtpdec.c: + srtpdec: Refactor code a bit + Simplify the error handling case and get the packet push out of the if() + +2013-08-12 11:56:27 -0400 Olivier Crête <olivier.crete@collabora.com> + + * ext/srtp/gstsrtpdec.c: + srtpdec: Don't error on invalid packet, just drop it + +2013-08-07 15:01:33 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> + + * gst/videoparsers/gstvc1parse.c: + vc1parse: Fix the SequenceLayer handling for advanced profile. + The Sequence Header Data Structure STRUCT_C for Advanced Profile + has only a one valid field which is the profile indicator. Don't + use the reserved fields for fps update like Simple/Main profile. + https://bugzilla.gnome.org/show_bug.cgi?id=705667 + +2013-08-07 14:52:43 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> + + * gst/videoparsers/gstvc1parse.c: + vc1parse: Fix seq hdr STRUCT_A handling for advanced profile. + The Sequence Header Data Structure STRUCT_A for advanced profile + may be eight consecutive zero bytes.Don't try to override the + width and height values in this case. + https://bugzilla.gnome.org/show_bug.cgi?id=705667 + +2013-08-07 10:14:20 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> + + * gst/aiff/aiffparse.c: + aiffparse: fix SSND data size + AIFF chunk size does not include the chunk header size (8 bytes), so the + SSND data size is equal to the chunk size minus the SSND header size (8 + bytes). + https://bugzilla.gnome.org/show_bug.cgi?id=705675 + +2013-07-13 02:50:52 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> + + * ext/hls/gsthlsdemux.c: + hlsdemux: add support for redirections + +2013-08-02 20:37:30 +0200 Arnaud Vrac <avrac@freebox.fr> + + * gst/mpegdemux/Makefile.am: + * gst/mpegdemux/gstmpegdemux.c: + mpegdemux: send codec tag for each stream + +2013-08-10 21:34:10 +0100 Tim-Philipp Müller <tim@centricular.net> + + * tests/check/elements/uvch264demux.c: + tests: uvch264demux: send stream-start events and fix event order + +2013-08-10 21:33:36 +0100 Tim-Philipp Müller <tim@centricular.net> + + * sys/uvch264/gstuvch264_mjpgdemux.c: + uvch264mjpgdemux: fix event ordering + +2013-08-10 20:02:01 +0100 Tim-Philipp Müller <tim@centricular.net> + + * tests/check/elements/mplex.c: + tests: mplex: fix 'Got data flow before stream-start event' failure + +2013-08-10 19:54:57 +0100 Tim-Philipp Müller <tim@centricular.net> + + * tests/check/elements/mpeg2enc.c: + tests: mpeg2enc: fix 'Got data flow before stream-start event' failure + +2013-08-10 19:44:15 +0100 Tim-Philipp Müller <tim@centricular.net> + + * gst/aiff/aiffparse.c: + aiffparse: fix CAPS query + Was causing criticals in decodebin/playbin because the caps + query done when exposing pads would return ANY caps. + +2013-08-10 19:43:41 +0100 Tim-Philipp Müller <tim@centricular.net> + + * gst/aiff/aiffparse.c: + aiffparse: don't unref NULL buffer + +2013-08-07 19:08:33 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> + + * gst/aiff/aiffparse.c: + aiffparse: set missing layout field in srcpad caps + https://bugzilla.gnome.org/show_bug.cgi?id=705674 + +2013-08-07 17:28:29 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> + + * gst/aiff/aiffparse.c: + aiffparse: send start stream event + https://bugzilla.gnome.org/show_bug.cgi?id=705674 + +2013-08-06 16:53:37 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> + + * gst/aiff/aiffparse.c: + aiffparse: fix buffers initialisation + https://bugzilla.gnome.org/show_bug.cgi?id=705674 + +2013-08-02 14:11:01 +0200 Lubosz Sarnecki <lubosz@gmail.com> + + * configure.ac: + build: add subdir-objects to AM_INIT_AUTOMAKE + Fixes warnings with automake 1.14. + https://bugzilla.gnome.org/show_bug.cgi?id=705350 + +2013-08-09 20:12:09 +0100 David Schleef <ds@schleef.org> + + * configure.ac: + * tests/check/Makefile.am: + tests: create/remove orc directory at proper time + Before automake creates .deps directories, and during distclean. + https://bugzilla.gnome.org/show_bug.cgi?id=705350 + +2013-08-09 20:10:35 +0100 Tim-Philipp Müller <tim@centricular.net> + + * tests/check/Makefile.am: + * tests/check/elements/baseaudiovisualizer.c: + tests: fix build of baseaudiovisualizer test with subdir-objects option + https://bugzilla.gnome.org/show_bug.cgi?id=705350 + +2013-08-07 09:04:39 +0200 Edward Hervey <bilboed@bilboed.com> + + * gst/videoparsers/gsth264parse.c: + h264parse: Use slice type to determine if frame is keyframe + This is the same behaviour as pre-baseparse-refactoring + https://bugzilla.gnome.org/show_bug.cgi?id=705598 + +2013-08-03 14:20:47 +0200 Edward Hervey <edward@collabora.com> + + * gst/videoparsers/gsth264parse.c: + h264parse: Do not trigger caps update if we only have PPS updates + Updating caps results in downstream elements potentially reconfiguring themselves + (such as decoders). If we do this in the middle of keyframes, we would result + in those elements being reconfigured and handling garbage until the next keyframe. + Instead of this only send (potentially) new codec_data when we have *both* SPS and + PPS. + https://bugzilla.gnome.org/show_bug.cgi?id=705333 + +2013-07-31 11:56:39 -0700 David Schleef <ds@schleef.org> + + * gst/ivtc/gstivtc.c: + ivtc: quiet FIXME when it's not relevant + +2013-07-31 11:54:06 -0700 David Schleef <ds@schleef.org> + + * gst/ivtc/gstivtc.c: + ivtc: implement new edge-directed upsampling + +2013-08-03 18:07:30 +0100 Tim-Philipp Müller <tim@centricular.net> + + * sys/dvb/gstdvbsrc.c: + dvbsrc: remove use of _XOPEN_SOURCE + Which causes problems when used with _GNU_SOURCE apparently, and it + seems it was only set because of usleep(), which we can just replace + with g_usleep() until we get rid of those entirely. + https://bugzilla.gnome.org/show_bug.cgi?id=705208 + +2013-08-02 15:12:17 +0200 Bernhard Miller <bernhard.miller@streamunlimited.com> + + * sys/bluez/gstavdtpsrc.c: + bluez: return GST_FLOW_EOS in avdtpsrc create when stream is EOF + Signed-off-by: Bernhard Miller <bernhard.miller@streamunlimited.com> + https://bugzilla.gnome.org/show_bug.cgi?id=705349 + +2013-08-01 11:01:03 +0200 Edward Hervey <edward@collabora.com> + + * gst/mpegtsdemux/mpegtspacketizer.c: + mpegtspacketizer: Look harder for next sync position + If ever we lose sync, we were just checking for the next 0x47 marker ... + which might actually happen within a mpeg-ts packet. + Instead check for 3 repeating 0x47 at the expected packet size interval, + which the same logic we use when we initially look for the packet size. + +2013-08-01 10:58:23 +0200 Edward Hervey <edward@collabora.com> + + * gst/mpegtsdemux/mpegtspacketizer.c: + mpegtspacketizer: Fix PCR LUT table + We were only resetting the first 512 values of the lookup table instead + of the whole 8192. + This resulted in any PCR PID over 0x0200 ... ending up taking the first PCR + table around :( + +2013-07-30 22:06:38 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> + + * ext/dash/gstdashdemux.c: + dashdemux: properly error out when manifest has no streams + Post an error message when the manifest is parsed and no valid streams + are found be activated and used. + Fixes #704308 + +2013-07-30 16:08:17 +0100 Tim-Philipp Müller <tim@centricular.net> + + * gst/mpegtsdemux/tsdemux.c: + * gst/mpegtsmux/mpegtsmux.c: + mpegts: private/teletext -> application/x-teletext + +2013-07-29 21:25:14 +0100 Tim-Philipp Müller <tim@centricular.net> + + * win32/common/config.h: + win32: update + +2013-07-29 21:24:51 +0100 Tim-Philipp Müller <tim@centricular.net> + + * .gitignore: + tests: ignore new example binaries + +2013-07-29 21:23:48 +0100 Tim-Philipp Müller <tim@centricular.net> + + * po/LINGUAS: + * po/el.po: + * po/hr.po: + * po/hu.po: + * po/nb.po: + * po/nl.po: + * po/sv.po: + * po/vi.po: + po: update translations + +2013-07-29 14:48:02 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * configure.ac: + Back to development + === release 1.1.3 === -2013-07-29 Sebastian Dröge <sebastian.droege@collabora.co.uk> +2013-07-29 13:52:29 +0200 Sebastian Dröge <slomo@circular-chaos.org> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.1.3 + * docs/plugins/gst-plugins-bad-plugins.args: + * docs/plugins/gst-plugins-bad-plugins.hierarchy: + * docs/plugins/gst-plugins-bad-plugins.interfaces: + * 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.1.3 + +2013-07-29 13:52:24 +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/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-07-29 12:17:57 +0200 Sebastian Dröge <slomo@circular-chaos.org> @@ -1,2 +1,2 @@ -This is GStreamer Bad Plugins 1.1.3 +This is GStreamer Bad Plugins 1.1.4 @@ -1,5 +1,5 @@ -Release notes for GStreamer Bad Plugins 1.1.3 +Release notes for GStreamer Bad Plugins 1.1.4 The GStreamer team is proud to announce a new bug-fix release @@ -60,24 +60,33 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) -Features of this release - - Bugs fixed in this release - * 702216 : tsdemux: Create and send codec tag - * 690934 : tsdemux: setting program-number has no effect - * 694369 : tsdemux: unable to change play speed via seek event - * 701141 : tsdemux: multiple patches related to seeking - * 701673 : hlsdemux: Does not implement pkcs7 unpadding for encrypted streams - * 702330 : mpegvideoparse: Only map input buffer once - * 702722 : opencv: add GrabCut segmentation element - * 702806 : mpegvideoparse/mpeg2dec: No valid frames found before end of stream - * 704009 : mpegvideoparse: Use sequence_display_extension values to update the src caps - * 704226 : dash: Stream does not preroll and shutting down deadlocks - * 704555 : hlsdemux: cannot register existing type GstFragment when using encrypted HLS streams - * 705035 : mpegvideoparse: do not update caps when bitrate changes in seq. header - * 705039 : dvdspu: artifacts when clipping spu + * 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 ==== Download ==== @@ -114,22 +123,25 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Alessandro Decina - * Alex Ashley + * Alexandre Rostovtsev + * Andoni Morales Alastruey * Arnaud Vrac - * Christian Fredrik Kalager Schaller + * Bernhard Miller + * Chris Bass * David Schleef - * Douglas Bagnall * Edward Hervey * Jesper Larsen + * Kishore Arepalli + * Lubosz Sarnecki * Matej Knopp + * Matthieu Bouron * Miguel Casas-Sanchez + * Nicola Murino * Olivier Crête * Robert Krakora * Sebastian Dröge * Sreerenj Balachandran * Thiago Santos * Tim-Philipp Müller - * Vincent Penquerc'h - * Youri Westerman + * Zaheer Abbas Merali
\ No newline at end of file diff --git a/configure.ac b/configure.ac index ecc2eb9cf..e51df7fb2 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.3.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad]) +AC_INIT([GStreamer Bad Plug-ins],[1.1.4],[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, 103, 0, 103) +AS_LIBTOOL(GST, 104, 0, 104) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.1.3.1 -GSTPB_REQ=1.1.3.1 +GST_REQ=1.1.4 +GSTPB_REQ=1.1.4 dnl *** autotools stuff **** diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index aba3f6bd1..615444f9d 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -26830,7 +26830,7 @@ <FLAGS>rw</FLAGS> <NICK>ratiox</NICK> <BLURB>x-ratio.</BLURB> -<DEFAULT>1.84511e-316</DEFAULT> +<DEFAULT>0</DEFAULT> </ARG> <ARG> @@ -26840,7 +26840,7 @@ <FLAGS>rw</FLAGS> <NICK>ratioy</NICK> <BLURB>y-ratio.</BLURB> -<DEFAULT>2.06074e-316</DEFAULT> +<DEFAULT>0</DEFAULT> </ARG> <ARG> @@ -26850,7 +26850,7 @@ <FLAGS>rw</FLAGS> <NICK>DelayTime</NICK> <BLURB>the delay time.</BLURB> -<DEFAULT>3.95253e-323</DEFAULT> +<DEFAULT>2.5642e-321</DEFAULT> </ARG> <ARG> @@ -26880,7 +26880,7 @@ <FLAGS>rw</FLAGS> <NICK>Color (B)</NICK> <BLURB>the color of the image.</BLURB> -<DEFAULT>1.85464e-37</DEFAULT> +<DEFAULT>0</DEFAULT> </ARG> <ARG> @@ -26900,7 +26900,7 @@ <FLAGS>rw</FLAGS> <NICK>Color (R)</NICK> <BLURB>the color of the image.</BLURB> -<DEFAULT>1.36538e-37</DEFAULT> +<DEFAULT>0</DEFAULT> </ARG> <ARG> @@ -27230,7 +27230,7 @@ <FLAGS>rw</FLAGS> <NICK>lredscale</NICK> <BLURB>multiplier for downscaling non-edge brightness.</BLURB> -<DEFAULT>2.12731e-316</DEFAULT> +<DEFAULT>2.22824e-321</DEFAULT> </ARG> <ARG> @@ -27240,7 +27240,7 @@ <FLAGS>rw</FLAGS> <NICK>lthresh</NICK> <BLURB>threshold for edge lightening.</BLURB> -<DEFAULT>0</DEFAULT> +<DEFAULT>9.53547e-322</DEFAULT> </ARG> <ARG> @@ -27250,7 +27250,7 @@ <FLAGS>rw</FLAGS> <NICK>lupscale</NICK> <BLURB>multiplier for upscaling edge brightness.</BLURB> -<DEFAULT>0</DEFAULT> +<DEFAULT>6.55625e-321</DEFAULT> </ARG> <ARG> @@ -27420,7 +27420,7 @@ <FLAGS>rw</FLAGS> <NICK>blend</NICK> <BLURB>blend factor.</BLURB> -<DEFAULT>8.20251e-304</DEFAULT> +<DEFAULT>0</DEFAULT> </ARG> <ARG> @@ -27430,7 +27430,7 @@ <FLAGS>rw</FLAGS> <NICK>fader</NICK> <BLURB>the fader position.</BLURB> -<DEFAULT>2.37152e-322</DEFAULT> +<DEFAULT>7.75038e-304</DEFAULT> </ARG> <ARG> @@ -27610,7 +27610,7 @@ <FLAGS>rw</FLAGS> <NICK>HSync</NICK> <BLURB>the hsync offset.</BLURB> -<DEFAULT>0</DEFAULT> +<DEFAULT>1.16956e-316</DEFAULT> </ARG> <ARG> @@ -59264,6 +59264,16 @@ </ARG> <ARG> +<NAME>GstFaceDetect::updates</NAME> +<TYPE>GstFaceDetectUpdates</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Updates</NICK> +<BLURB>When send update bus messages, if at all.</BLURB> +<DEFAULT>Send update messages on every frame</DEFAULT> +</ARG> + +<ARG> <NAME>GstFaceBlur::profile</NAME> <TYPE>gchar*</TYPE> <RANGE></RANGE> @@ -67017,3 +67027,43 @@ Gestures in the defined region of interest will emit messages.</BLURB> <DEFAULT>0</DEFAULT> </ARG> +<ARG> +<NAME>GstWebPDec::bypass-filtering</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Bypass Filtering</NICK> +<BLURB>When enabled, skip the in-loop filtering.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstWebPDec::no-fancy-upsampling</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>No Fancy Upsampling</NICK> +<BLURB>When enabled, use faster pointwise upsampler.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstWebPDec::use-threads</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Use Threads</NICK> +<BLURB>When enabled, use multi-threaded decoding.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDisparity::method</NAME> +<TYPE>GstDisparityMethod</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Stereo matching method to use</NICK> +<BLURB>Stereo matching method to use.</BLURB> +<DEFAULT>Semi-global block matching algorithm</DEFAULT> +</ARG> + diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 73b3da288..95c2c2b56 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -205,7 +205,6 @@ GObject frei0r-filter-mask0mate frei0r-filter-nervous frei0r-filter-nosync0r - frei0r-filter-opencvfacedetect frei0r-filter-perspective frei0r-filter-pixeliz0r frei0r-filter-primaries @@ -252,6 +251,7 @@ GObject GstDashDemux GstDecklinkSink GstDecklinkSrc + GstDisparity GstEdgeDetect GstFaceBlur GstFestival @@ -310,6 +310,7 @@ GObject GstSchroDec GstVdpDecoder GstVdpMpegDec + GstWebPDec GstVideoEncoder GstOpenJPEGEnc GstSchroEnc diff --git a/docs/plugins/inspect/plugin-accurip.xml b/docs/plugins/inspect/plugin-accurip.xml index ff90a20e2..c1e658d81 100644 --- a/docs/plugins/inspect/plugin-accurip.xml +++ b/docs/plugins/inspect/plugin-accurip.xml @@ -3,7 +3,7 @@ <description>Computes an AccurateRip CRC</description> <filename>../../gst/accurip/.libs/libgstaccurip.so</filename> <basename>libgstaccurip.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-adpcmdec.xml b/docs/plugins/inspect/plugin-adpcmdec.xml index e643b34d8..dc2b8bebc 100644 --- a/docs/plugins/inspect/plugin-adpcmdec.xml +++ b/docs/plugins/inspect/plugin-adpcmdec.xml @@ -3,7 +3,7 @@ <description>ADPCM decoder</description> <filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename> <basename>libgstadpcmdec.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-adpcmenc.xml b/docs/plugins/inspect/plugin-adpcmenc.xml index 107b191c7..67d4f424b 100644 --- a/docs/plugins/inspect/plugin-adpcmenc.xml +++ b/docs/plugins/inspect/plugin-adpcmenc.xml @@ -3,7 +3,7 @@ <description>ADPCM encoder</description> <filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename> <basename>libgstadpcmenc.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-asfmux.xml b/docs/plugins/inspect/plugin-asfmux.xml index 72f223207..d70525ae9 100644 --- a/docs/plugins/inspect/plugin-asfmux.xml +++ b/docs/plugins/inspect/plugin-asfmux.xml @@ -3,7 +3,7 @@ <description>ASF Muxer Plugin</description> <filename>../../gst/asfmux/.libs/libgstasfmux.so</filename> <basename>libgstasfmux.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-assrender.xml b/docs/plugins/inspect/plugin-assrender.xml index 87c32e975..516d9e26f 100644 --- a/docs/plugins/inspect/plugin-assrender.xml +++ b/docs/plugins/inspect/plugin-assrender.xml @@ -3,7 +3,7 @@ <description>ASS/SSA subtitle renderer</description> <filename>../../ext/assrender/.libs/libgstassrender.so</filename> <basename>libgstassrender.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audiovisualizers.xml b/docs/plugins/inspect/plugin-audiovisualizers.xml index 34ce2f33b..5d95f6bb9 100644 --- a/docs/plugins/inspect/plugin-audiovisualizers.xml +++ b/docs/plugins/inspect/plugin-audiovisualizers.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-autoconvert.xml b/docs/plugins/inspect/plugin-autoconvert.xml index 54b8a02c8..ba23eed30 100644 --- a/docs/plugins/inspect/plugin-autoconvert.xml +++ b/docs/plugins/inspect/plugin-autoconvert.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-bayer.xml b/docs/plugins/inspect/plugin-bayer.xml index cdf7d2447..0f4e3ab0a 100644 --- a/docs/plugins/inspect/plugin-bayer.xml +++ b/docs/plugins/inspect/plugin-bayer.xml @@ -3,7 +3,7 @@ <description>Elements to convert Bayer images</description> <filename>../../gst/bayer/.libs/libgstbayer.so</filename> <basename>libgstbayer.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-bz2.xml b/docs/plugins/inspect/plugin-bz2.xml index f225c3b50..4bce2a362 100644 --- a/docs/plugins/inspect/plugin-bz2.xml +++ b/docs/plugins/inspect/plugin-bz2.xml @@ -3,7 +3,7 @@ <description>Compress or decompress streams</description> <filename>../../ext/bz2/.libs/libgstbz2.so</filename> <basename>libgstbz2.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-camerabin.xml b/docs/plugins/inspect/plugin-camerabin.xml index dd2ab75b1..71ddcfb50 100644 --- a/docs/plugins/inspect/plugin-camerabin.xml +++ b/docs/plugins/inspect/plugin-camerabin.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-chromaprint.xml b/docs/plugins/inspect/plugin-chromaprint.xml index 4152e8018..24ad09c52 100644 --- a/docs/plugins/inspect/plugin-chromaprint.xml +++ b/docs/plugins/inspect/plugin-chromaprint.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-coloreffects.xml b/docs/plugins/inspect/plugin-coloreffects.xml index 258a92f48..a16581879 100644 --- a/docs/plugins/inspect/plugin-coloreffects.xml +++ b/docs/plugins/inspect/plugin-coloreffects.xml @@ -3,7 +3,7 @@ <description>Color Look-up Table filters</description> <filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename> <basename>libgstcoloreffects.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-curl.xml b/docs/plugins/inspect/plugin-curl.xml index 26aac75c3..a5aecdb9c 100644 --- a/docs/plugins/inspect/plugin-curl.xml +++ b/docs/plugins/inspect/plugin-curl.xml @@ -3,7 +3,7 @@ <description>libcurl-based elements</description> <filename>../../ext/curl/.libs/libgstcurl.so</filename> <basename>libgstcurl.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dataurisrc.xml b/docs/plugins/inspect/plugin-dataurisrc.xml index 3c6d21ba6..1c6e577c4 100644 --- a/docs/plugins/inspect/plugin-dataurisrc.xml +++ b/docs/plugins/inspect/plugin-dataurisrc.xml @@ -3,7 +3,7 @@ <description>data: URI source</description> <filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename> <basename>libgstdataurisrc.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-debugutilsbad.xml b/docs/plugins/inspect/plugin-debugutilsbad.xml index 304c23046..170735010 100644 --- a/docs/plugins/inspect/plugin-debugutilsbad.xml +++ b/docs/plugins/inspect/plugin-debugutilsbad.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dtsdec.xml b/docs/plugins/inspect/plugin-dtsdec.xml index aa7906967..17694875b 100644 --- a/docs/plugins/inspect/plugin-dtsdec.xml +++ b/docs/plugins/inspect/plugin-dtsdec.xml @@ -3,7 +3,7 @@ <description>Decodes DTS audio streams</description> <filename>../../ext/dts/.libs/libgstdtsdec.so</filename> <basename>libgstdtsdec.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dvb.xml b/docs/plugins/inspect/plugin-dvb.xml index d13b324a2..57039e7c5 100644 --- a/docs/plugins/inspect/plugin-dvb.xml +++ b/docs/plugins/inspect/plugin-dvb.xml @@ -3,7 +3,7 @@ <description>DVB elements</description> <filename>../../sys/dvb/.libs/libgstdvb.so</filename> <basename>libgstdvb.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dvbsuboverlay.xml b/docs/plugins/inspect/plugin-dvbsuboverlay.xml index 0f271473c..2fd47a4df 100644 --- a/docs/plugins/inspect/plugin-dvbsuboverlay.xml +++ b/docs/plugins/inspect/plugin-dvbsuboverlay.xml @@ -3,7 +3,7 @@ <description>DVB subtitle renderer</description> <filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename> <basename>libgstdvbsuboverlay.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dvdspu.xml b/docs/plugins/inspect/plugin-dvdspu.xml index b2844a245..d7be4aa6a 100644 --- a/docs/plugins/inspect/plugin-dvdspu.xml +++ b/docs/plugins/inspect/plugin-dvdspu.xml @@ -3,7 +3,7 @@ <description>DVD Sub-picture Overlay element</description> <filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename> <basename>libgstdvdspu.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-eglglessink.xml b/docs/plugins/inspect/plugin-eglglessink.xml index 57c9c1deb..d3815ded4 100644 --- a/docs/plugins/inspect/plugin-eglglessink.xml +++ b/docs/plugins/inspect/plugin-eglglessink.xml @@ -3,7 +3,7 @@ <description>EGL/GLES sink</description> <filename>../../ext/eglgles/.libs/libgsteglglessink.so</filename> <basename>libgsteglglessink.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-faac.xml b/docs/plugins/inspect/plugin-faac.xml index bd2803e13..91f376f03 100644 --- a/docs/plugins/inspect/plugin-faac.xml +++ b/docs/plugins/inspect/plugin-faac.xml @@ -3,7 +3,7 @@ <description>Free AAC Encoder (FAAC)</description> <filename>../../ext/faac/.libs/libgstfaac.so</filename> <basename>libgstfaac.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml index 68c5c044a..7f46a99a3 100644 --- a/docs/plugins/inspect/plugin-faad.xml +++ b/docs/plugins/inspect/plugin-faad.xml @@ -3,7 +3,7 @@ <description>Free AAC Decoder (FAAD)</description> <filename>../../ext/faad/.libs/libgstfaad.so</filename> <basename>libgstfaad.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-festival.xml b/docs/plugins/inspect/plugin-festival.xml index 6f2fb9090..b76a756b8 100644 --- a/docs/plugins/inspect/plugin-festival.xml +++ b/docs/plugins/inspect/plugin-festival.xml @@ -3,7 +3,7 @@ <description>Synthesizes plain text into audio</description> <filename>../../gst/festival/.libs/libgstfestival.so</filename> <basename>libgstfestival.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-fieldanalysis.xml b/docs/plugins/inspect/plugin-fieldanalysis.xml index 9f9c0507c..27053cbc8 100644 --- a/docs/plugins/inspect/plugin-fieldanalysis.xml +++ b/docs/plugins/inspect/plugin-fieldanalysis.xml @@ -3,7 +3,7 @@ <description>Video field analysis</description> <filename>../../gst/fieldanalysis/.libs/libgstfieldanalysis.so</filename> <basename>libgstfieldanalysis.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer</package> diff --git a/docs/plugins/inspect/plugin-flite.xml b/docs/plugins/inspect/plugin-flite.xml index 40bf16d2b..4aa683054 100644 --- a/docs/plugins/inspect/plugin-flite.xml +++ b/docs/plugins/inspect/plugin-flite.xml @@ -3,7 +3,7 @@ <description>Flite speech synthesizer plugin</description> <filename>../../ext/flite/.libs/libgstflite.so</filename> <basename>libgstflite.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-fragmented.xml b/docs/plugins/inspect/plugin-fragmented.xml index fe00f71e0..fa84a3b5d 100644 --- a/docs/plugins/inspect/plugin-fragmented.xml +++ b/docs/plugins/inspect/plugin-fragmented.xml @@ -3,7 +3,7 @@ <description>Fragmented streaming plugins</description> <filename>../../ext/hls/.libs/libgstfragmented.so</filename> <basename>libgstfragmented.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins</package> diff --git a/docs/plugins/inspect/plugin-frei0r.xml b/docs/plugins/inspect/plugin-frei0r.xml index 1d218a195..db576f35a 100644 --- a/docs/plugins/inspect/plugin-frei0r.xml +++ b/docs/plugins/inspect/plugin-frei0r.xml @@ -3,7 +3,7 @@ <description>frei0r plugin library</description> <filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename> <basename>libgstfrei0r.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -640,27 +640,6 @@ </pads> </element> <element> - <name>frei0r-filter-opencvfacedetect</name> - <longname>opencvfacedetect</longname> - <class>Filter/Effect/Video</class> - <description>detect faces</description> - <author>Sebastian Dröge <sebastian.droege@collabora.co.uk>, binarymillenium</author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>video/x-raw, format=(string)BGRA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/x-raw, format=(string)BGRA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> - </caps> - </pads> - </element> - <element> <name>frei0r-filter-perspective</name> <longname>Perspective</longname> <class>Filter/Effect/Video</class> diff --git a/docs/plugins/inspect/plugin-gaudieffects.xml b/docs/plugins/inspect/plugin-gaudieffects.xml index 07abf30fd..2af6405b8 100644 --- a/docs/plugins/inspect/plugin-gaudieffects.xml +++ b/docs/plugins/inspect/plugin-gaudieffects.xml @@ -3,7 +3,7 @@ <description>Gaudi video effects.</description> <filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename> <basename>libgstgaudieffects.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer</package> diff --git a/docs/plugins/inspect/plugin-gdp.xml b/docs/plugins/inspect/plugin-gdp.xml index 8ac2956ed..3825dd6e0 100644 --- a/docs/plugins/inspect/plugin-gdp.xml +++ b/docs/plugins/inspect/plugin-gdp.xml @@ -3,7 +3,7 @@ <description>Payload/depayload GDP packets</description> <filename>../../gst/gdp/.libs/libgstgdp.so</filename> <basename>libgstgdp.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-geometrictransform.xml b/docs/plugins/inspect/plugin-geometrictransform.xml index 6f3d692a6..930957aa3 100644 --- a/docs/plugins/inspect/plugin-geometrictransform.xml +++ b/docs/plugins/inspect/plugin-geometrictransform.xml @@ -3,7 +3,7 @@ <description>Various geometric image transform elements</description> <filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename> <basename>libgstgeometrictransform.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-gmedec.xml b/docs/plugins/inspect/plugin-gmedec.xml index c5cec914c..883aa440f 100644 --- a/docs/plugins/inspect/plugin-gmedec.xml +++ b/docs/plugins/inspect/plugin-gmedec.xml @@ -3,7 +3,7 @@ <description>GME Audio Decoder</description> <filename>../../ext/gme/.libs/libgstgme.so</filename> <basename>libgstgme.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml index 3c36eb00e..efa5084c2 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -3,7 +3,7 @@ <description>GSM encoder/decoder</description> <filename>../../ext/gsm/.libs/libgstgsm.so</filename> <basename>libgstgsm.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-gstsiren.xml b/docs/plugins/inspect/plugin-gstsiren.xml index 350c53f4f..ded519816 100644 --- a/docs/plugins/inspect/plugin-gstsiren.xml +++ b/docs/plugins/inspect/plugin-gstsiren.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-id3tag.xml b/docs/plugins/inspect/plugin-id3tag.xml index a718114ad..1ebf0bc2a 100644 --- a/docs/plugins/inspect/plugin-id3tag.xml +++ b/docs/plugins/inspect/plugin-id3tag.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-inter.xml b/docs/plugins/inspect/plugin-inter.xml index 00961b177..6116ccdd4 100644 --- a/docs/plugins/inspect/plugin-inter.xml +++ b/docs/plugins/inspect/plugin-inter.xml @@ -3,7 +3,7 @@ <description>plugin for inter-pipeline communication</description> <filename>../../gst/inter/.libs/libgstinter.so</filename> <basename>libgstinter.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins</package> diff --git a/docs/plugins/inspect/plugin-interlace.xml b/docs/plugins/inspect/plugin-interlace.xml index 39b6a52fe..ce3e81e41 100644 --- a/docs/plugins/inspect/plugin-interlace.xml +++ b/docs/plugins/inspect/plugin-interlace.xml @@ -3,7 +3,7 @@ <description>Create an interlaced video stream</description> <filename>../../gst/interlace/.libs/libgstinterlace.so</filename> <basename>libgstinterlace.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-jpegformat.xml b/docs/plugins/inspect/plugin-jpegformat.xml index e97e928cf..fe30705dc 100644 --- a/docs/plugins/inspect/plugin-jpegformat.xml +++ b/docs/plugins/inspect/plugin-jpegformat.xml @@ -3,7 +3,7 @@ <description>JPEG interchange format plugin</description> <filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename> <basename>libgstjpegformat.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-liveadder.xml b/docs/plugins/inspect/plugin-liveadder.xml index e00280708..2b06edf60 100644 --- a/docs/plugins/inspect/plugin-liveadder.xml +++ b/docs/plugins/inspect/plugin-liveadder.xml @@ -3,7 +3,7 @@ <description>Adds multiple live discontinuous streams</description> <filename>../../gst/liveadder/.libs/libgstliveadder.so</filename> <basename>libgstliveadder.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mimic.xml b/docs/plugins/inspect/plugin-mimic.xml index 2278a619f..f61cd4164 100644 --- a/docs/plugins/inspect/plugin-mimic.xml +++ b/docs/plugins/inspect/plugin-mimic.xml @@ -3,7 +3,7 @@ <description>Mimic codec</description> <filename>../../ext/mimic/.libs/libgstmimic.so</filename> <basename>libgstmimic.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mms.xml b/docs/plugins/inspect/plugin-mms.xml index 409843f9d..b114cbd55 100644 --- a/docs/plugins/inspect/plugin-mms.xml +++ b/docs/plugins/inspect/plugin-mms.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml index 824974605..7d29aa460 100644 --- a/docs/plugins/inspect/plugin-modplug.xml +++ b/docs/plugins/inspect/plugin-modplug.xml @@ -3,7 +3,7 @@ <description>.MOD audio decoding</description> <filename>../../ext/modplug/.libs/libgstmodplug.so</filename> <basename>libgstmodplug.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mpegpsdemux.xml b/docs/plugins/inspect/plugin-mpegpsdemux.xml index cf2025b2e..df0c0414b 100644 --- a/docs/plugins/inspect/plugin-mpegpsdemux.xml +++ b/docs/plugins/inspect/plugin-mpegpsdemux.xml @@ -3,7 +3,7 @@ <description>MPEG-PS demuxer</description> <filename>../../gst/mpegdemux/.libs/libgstmpegpsdemux.so</filename> <basename>libgstmpegpsdemux.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>unknown</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mpegtsdemux.xml b/docs/plugins/inspect/plugin-mpegtsdemux.xml index dcf19349c..63ec7b34d 100644 --- a/docs/plugins/inspect/plugin-mpegtsdemux.xml +++ b/docs/plugins/inspect/plugin-mpegtsdemux.xml @@ -3,7 +3,7 @@ <description>MPEG TS demuxer</description> <filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename> <basename>libgstmpegtsdemux.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>unknown</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mpegtsmux.xml b/docs/plugins/inspect/plugin-mpegtsmux.xml index 5b58cb7d9..513e55bcf 100644 --- a/docs/plugins/inspect/plugin-mpegtsmux.xml +++ b/docs/plugins/inspect/plugin-mpegtsmux.xml @@ -3,7 +3,7 @@ <description>MPEG-TS muxer</description> <filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename> <basename>libgstmpegtsmux.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -20,7 +20,7 @@ <name>sink_%d</name> <direction>sink</direction> <presence>request</presence> - <details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-dirac; video/x-h264, stream-format=(string)byte-stream; audio/mpeg, mpegversion=(int){ 1, 2 }; audio/mpeg, mpegversion=(int)4, stream-format=(string){ raw, adts }; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-dts; subpicture/x-dvb; private/teletext</details> + <details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-dirac; video/x-h264, stream-format=(string)byte-stream; audio/mpeg, mpegversion=(int){ 1, 2 }; audio/mpeg, mpegversion=(int)4, stream-format=(string){ raw, adts }; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-dts; subpicture/x-dvb; application/x-teletext</details> </caps> <caps> <name>src</name> diff --git a/docs/plugins/inspect/plugin-mpg123.xml b/docs/plugins/inspect/plugin-mpg123.xml index 6e1fcb6d3..b0e2fbb5f 100644 --- a/docs/plugins/inspect/plugin-mpg123.xml +++ b/docs/plugins/inspect/plugin-mpg123.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-neon.xml b/docs/plugins/inspect/plugin-neon.xml index 180a96841..af0fc69c9 100644 --- a/docs/plugins/inspect/plugin-neon.xml +++ b/docs/plugins/inspect/plugin-neon.xml @@ -3,7 +3,7 @@ <description>lib neon http client src</description> <filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename> <basename>libgstneonhttpsrc.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-ofa.xml b/docs/plugins/inspect/plugin-ofa.xml index 661401713..01ed597dc 100644 --- a/docs/plugins/inspect/plugin-ofa.xml +++ b/docs/plugins/inspect/plugin-ofa.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-openal.xml b/docs/plugins/inspect/plugin-openal.xml index 0ac721c3e..36baeb8d4 100644 --- a/docs/plugins/inspect/plugin-openal.xml +++ b/docs/plugins/inspect/plugin-openal.xml @@ -3,7 +3,7 @@ <description>OpenAL plugin library</description> <filename>../../ext/openal/.libs/libgstopenal.so</filename> <basename>libgstopenal.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-opencv.xml b/docs/plugins/inspect/plugin-opencv.xml index 960b76df0..5df36920e 100644 --- a/docs/plugins/inspect/plugin-opencv.xml +++ b/docs/plugins/inspect/plugin-opencv.xml @@ -3,10 +3,10 @@ <description>GStreamer OpenCV Plugins</description> <filename>../../ext/opencv/.libs/libgstopencv.so</filename> <basename>libgstopencv.so</basename> - <version>1.1.3</version> + <version>1.1.3.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins source release</package> + <package>GStreamer Bad Plug-ins git</package> <origin>Unknown package origin</origin> <elements> <element> @@ -136,6 +136,27 @@ </pads> </element> <element> + <name>disparity</name> + <longname>Stereo image disparity (depth) map calculation</longname> + <class>Filter/Effect/Video</class> + <description>Calculates the stereo disparity map from two (sequences of) rectified and aligned stereo images</description> + <author>Miguel Casas-Sanchez <miguelecasassanchez@gmail.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> + </pads> + </element> + <element> <name>edgedetect</name> <longname>edgedetect</longname> <class>Filter/Effect/Video</class> diff --git a/docs/plugins/inspect/plugin-opus.xml b/docs/plugins/inspect/plugin-opus.xml index 37cdab16d..f2c117e90 100644 --- a/docs/plugins/inspect/plugin-opus.xml +++ b/docs/plugins/inspect/plugin-opus.xml @@ -3,7 +3,7 @@ <description>OPUS plugin library</description> <filename>../../ext/opus/.libs/libgstopus.so</filename> <basename>libgstopus.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-pcapparse.xml b/docs/plugins/inspect/plugin-pcapparse.xml index 7f9aba919..69c04123b 100644 --- a/docs/plugins/inspect/plugin-pcapparse.xml +++ b/docs/plugins/inspect/plugin-pcapparse.xml @@ -3,7 +3,7 @@ <description>Element parsing raw pcap streams</description> <filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename> <basename>libgstpcapparse.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer</package> diff --git a/docs/plugins/inspect/plugin-pnm.xml b/docs/plugins/inspect/plugin-pnm.xml index 5dbb5fc51..4884dcbfd 100644 --- a/docs/plugins/inspect/plugin-pnm.xml +++ b/docs/plugins/inspect/plugin-pnm.xml @@ -3,7 +3,7 @@ <description>PNM plugin</description> <filename>../../gst/pnm/.libs/libgstpnm.so</filename> <basename>libgstpnm.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml index 116373d3f..051596935 100644 --- a/docs/plugins/inspect/plugin-rawparse.xml +++ b/docs/plugins/inspect/plugin-rawparse.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-removesilence.xml b/docs/plugins/inspect/plugin-removesilence.xml index 5d5d55f8b..7765cdf15 100644 --- a/docs/plugins/inspect/plugin-removesilence.xml +++ b/docs/plugins/inspect/plugin-removesilence.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-resindvd.xml b/docs/plugins/inspect/plugin-resindvd.xml index d9256e6b5..4448fa1ff 100644 --- a/docs/plugins/inspect/plugin-resindvd.xml +++ b/docs/plugins/inspect/plugin-resindvd.xml @@ -3,7 +3,7 @@ <description>Resin DVD playback elements</description> <filename>../../ext/resindvd/.libs/libgstresindvd.so</filename> <basename>libgstresindvd.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer</package> diff --git a/docs/plugins/inspect/plugin-rfbsrc.xml b/docs/plugins/inspect/plugin-rfbsrc.xml index 0309475a8..5dd8c8e99 100644 --- a/docs/plugins/inspect/plugin-rfbsrc.xml +++ b/docs/plugins/inspect/plugin-rfbsrc.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-rtmp.xml b/docs/plugins/inspect/plugin-rtmp.xml index 635db55f3..6175716d0 100644 --- a/docs/plugins/inspect/plugin-rtmp.xml +++ b/docs/plugins/inspect/plugin-rtmp.xml @@ -3,7 +3,7 @@ <description>RTMP source and sink</description> <filename>../../ext/rtmp/.libs/libgstrtmp.so</filename> <basename>libgstrtmp.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-schro.xml b/docs/plugins/inspect/plugin-schro.xml index a1e0c4193..1eb97a437 100644 --- a/docs/plugins/inspect/plugin-schro.xml +++ b/docs/plugins/inspect/plugin-schro.xml @@ -3,7 +3,7 @@ <description>Schroedinger plugin</description> <filename>../../ext/schroedinger/.libs/libgstschro.so</filename> <basename>libgstschro.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-sdp.xml b/docs/plugins/inspect/plugin-sdp.xml index d2ad179e3..4f8f79995 100644 --- a/docs/plugins/inspect/plugin-sdp.xml +++ b/docs/plugins/inspect/plugin-sdp.xml @@ -3,7 +3,7 @@ <description>configure streaming sessions using SDP</description> <filename>../../gst/sdp/.libs/libgstsdpelem.so</filename> <basename>libgstsdpelem.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-segmentclip.xml b/docs/plugins/inspect/plugin-segmentclip.xml index 38b8d47cd..cd4949323 100644 --- a/docs/plugins/inspect/plugin-segmentclip.xml +++ b/docs/plugins/inspect/plugin-segmentclip.xml @@ -3,7 +3,7 @@ <description>Segment clip elements</description> <filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename> <basename>libgstsegmentclip.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-shm.xml b/docs/plugins/inspect/plugin-shm.xml index fe6f44461..0eb9b396d 100644 --- a/docs/plugins/inspect/plugin-shm.xml +++ b/docs/plugins/inspect/plugin-shm.xml @@ -3,7 +3,7 @@ <description>shared memory sink source</description> <filename>../../sys/shm/.libs/libgstshm.so</filename> <basename>libgstshm.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-smooth.xml b/docs/plugins/inspect/plugin-smooth.xml index 750484d21..bb8bfda21 100644 --- a/docs/plugins/inspect/plugin-smooth.xml +++ b/docs/plugins/inspect/plugin-smooth.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-soundtouch.xml b/docs/plugins/inspect/plugin-soundtouch.xml index d2556e82a..3c6a946f4 100644 --- a/docs/plugins/inspect/plugin-soundtouch.xml +++ b/docs/plugins/inspect/plugin-soundtouch.xml @@ -3,7 +3,7 @@ <description>Audio Pitch Controller & BPM Detection</description> <filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename> <basename>libgstsoundtouch.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-spandsp.xml b/docs/plugins/inspect/plugin-spandsp.xml index 601d3303d..885458b97 100644 --- a/docs/plugins/inspect/plugin-spandsp.xml +++ b/docs/plugins/inspect/plugin-spandsp.xml @@ -3,7 +3,7 @@ <description>libspandsp plugin</description> <filename>../../ext/spandsp/.libs/libgstspandsp.so</filename> <basename>libgstspandsp.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml index cdb922a0e..0f93210fb 100644 --- a/docs/plugins/inspect/plugin-speed.xml +++ b/docs/plugins/inspect/plugin-speed.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-subenc.xml b/docs/plugins/inspect/plugin-subenc.xml index 4d1d5b97d..b175c7d07 100644 --- a/docs/plugins/inspect/plugin-subenc.xml +++ b/docs/plugins/inspect/plugin-subenc.xml @@ -3,7 +3,7 @@ <description>subtitle encoders</description> <filename>../../gst/subenc/.libs/libgstsubenc.so</filename> <basename>libgstsubenc.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videoparsersbad.xml b/docs/plugins/inspect/plugin-videoparsersbad.xml index 0d394205a..55cc5f807 100644 --- a/docs/plugins/inspect/plugin-videoparsersbad.xml +++ b/docs/plugins/inspect/plugin-videoparsersbad.xml @@ -3,7 +3,7 @@ <description>videoparsers</description> <filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename> <basename>libgstvideoparsersbad.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-voaacenc.xml b/docs/plugins/inspect/plugin-voaacenc.xml index d6df3e381..22129cf9e 100644 --- a/docs/plugins/inspect/plugin-voaacenc.xml +++ b/docs/plugins/inspect/plugin-voaacenc.xml @@ -3,7 +3,7 @@ <description>AAC audio encoder</description> <filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename> <basename>libgstvoaacenc.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-voamrwbenc.xml b/docs/plugins/inspect/plugin-voamrwbenc.xml index 30e916b0b..3af4bf7dc 100644 --- a/docs/plugins/inspect/plugin-voamrwbenc.xml +++ b/docs/plugins/inspect/plugin-voamrwbenc.xml @@ -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.1.3</version> + <version>1.1.4</version> <license>unknown</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-waylandsink.xml b/docs/plugins/inspect/plugin-waylandsink.xml index d84b0c2e9..71e962e05 100644 --- a/docs/plugins/inspect/plugin-waylandsink.xml +++ b/docs/plugins/inspect/plugin-waylandsink.xml @@ -3,7 +3,7 @@ <description>Wayland Video Sink</description> <filename>../../ext/wayland/.libs/libgstwaylandsink.so</filename> <basename>libgstwaylandsink.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-y4mdec.xml b/docs/plugins/inspect/plugin-y4mdec.xml index 4d0de0be5..81a408af4 100644 --- a/docs/plugins/inspect/plugin-y4mdec.xml +++ b/docs/plugins/inspect/plugin-y4mdec.xml @@ -3,7 +3,7 @@ <description>Demuxes/decodes YUV4MPEG streams</description> <filename>../../gst/y4m/.libs/libgsty4mdec.so</filename> <basename>libgsty4mdec.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins</package> diff --git a/docs/plugins/inspect/plugin-zbar.xml b/docs/plugins/inspect/plugin-zbar.xml index 22f99b6ab..c99526741 100644 --- a/docs/plugins/inspect/plugin-zbar.xml +++ b/docs/plugins/inspect/plugin-zbar.xml @@ -3,7 +3,7 @@ <description>zbar barcode scanner</description> <filename>../../ext/zbar/.libs/libgstzbar.so</filename> <basename>libgstzbar.so</basename> - <version>1.1.3</version> + <version>1.1.4</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/gst-plugins-bad.doap b/gst-plugins-bad.doap index 7025ad376..1fb790dd9 100644 --- a/gst-plugins-bad.doap +++ b/gst-plugins-bad.doap @@ -35,6 +35,16 @@ real live maintainer, or some actual wide use. <release> <Version> + <revision>1.1.4</revision> + <branch>1.1</branch> + <name></name> + <created>2013-08-28</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.1.4.tar.xz" /> + </Version> + </release> + +<release> + <Version> <revision>1.1.3</revision> <branch>1.1</branch> <name></name> diff --git a/gst/bayer/gstbayerorc-dist.c b/gst/bayer/gstbayerorc-dist.c index b5e07fff8..964dbc282 100644 --- a/gst/bayer/gstbayerorc-dist.c +++ b/gst/bayer/gstbayerorc-dist.c @@ -336,7 +336,7 @@ bayer_orc_horiz_upsample_unaligned (guint8 * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 34, 98, 97, 121, 101, 114, 95, 111, 114, 99, 95, 104, 111, 114, 105, 122, 95, 117, 112, 115, 97, 109, 112, 108, 101, 95, 117, 110, 97, - 108, + 108, 105, 103, 110, 101, 100, 11, 2, 2, 11, 2, 2, 12, 2, 2, 14, 4, 1, 0, 0, 0, 20, 2, 20, 1, 20, 1, 20, 1, 20, 1, 199, 34, 33, 4, 83, 32, 4, 16, 199, 36, 35, 32, 39, 36, 34, 36, 196, 0, diff --git a/gst/fieldanalysis/gstfieldanalysisorc-dist.c b/gst/fieldanalysis/gstfieldanalysisorc-dist.c index 79869bf30..3bbab00ac 100644 --- a/gst/fieldanalysis/gstfieldanalysisorc-dist.c +++ b/gst/fieldanalysis/gstfieldanalysisorc-dist.c @@ -283,7 +283,7 @@ fieldanalysis_orc_same_parity_sad_planar_yuv (guint32 * ORC_RESTRICT a1, static const orc_uint8 bc[] = { 1, 9, 44, 102, 105, 101, 108, 100, 97, 110, 97, 108, 121, 115, 105, 115, 95, 111, 114, 99, 95, 115, 97, 109, 101, 95, 112, 97, 114, 105, 116, - 121, + 121, 95, 115, 97, 100, 95, 112, 108, 97, 110, 97, 114, 95, 121, 117, 118, 12, 1, 1, 12, 1, 1, 13, 4, 16, 4, 20, 2, 20, 2, 20, 4, 20, 4, 150, 32, 4, 150, 33, 5, 98, 32, 32, 33, 69, 32, 32, 154, 34, @@ -466,9 +466,9 @@ fieldanalysis_orc_same_parity_ssd_planar_yuv (guint32 * ORC_RESTRICT a1, static const orc_uint8 bc[] = { 1, 9, 44, 102, 105, 101, 108, 100, 97, 110, 97, 108, 121, 115, 105, 115, 95, 111, 114, 99, 95, 115, 97, 109, 101, 95, 112, 97, 114, 105, 116, - 121, + 121, 95, 115, 115, 100, 95, 112, 108, 97, 110, 97, 114, 95, 121, 117, 118, - 12, + 12, 1, 1, 12, 1, 1, 13, 4, 16, 4, 20, 2, 20, 2, 20, 4, 20, 4, 150, 32, 4, 150, 33, 5, 98, 32, 32, 33, 176, 34, 32, 32, 111, 35, 34, 24, 106, 34, 34, 35, 181, 12, 34, 2, 0, @@ -758,7 +758,7 @@ fieldanalysis_orc_same_parity_3_tap_planar_yuv (guint32 * ORC_RESTRICT a1, static const orc_uint8 bc[] = { 1, 9, 46, 102, 105, 101, 108, 100, 97, 110, 97, 108, 121, 115, 105, 115, 95, 111, 114, 99, 95, 115, 97, 109, 101, 95, 112, 97, 114, 105, 116, - 121, + 121, 95, 51, 95, 116, 97, 112, 95, 112, 108, 97, 110, 97, 114, 95, 121, 117, 118, 12, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1, 13, 4, 14, 4, 2, 0, 0, 0, 16, 4, 20, 2, 20, @@ -1099,7 +1099,7 @@ fieldanalysis_orc_opposite_parity_5_tap_planar_yuv (guint32 * ORC_RESTRICT a1, static const orc_uint8 bc[] = { 1, 9, 50, 102, 105, 101, 108, 100, 97, 110, 97, 108, 121, 115, 105, 115, 95, 111, 114, 99, 95, 111, 112, 112, 111, 115, 105, 116, 101, 95, 112, - 97, + 97, 114, 105, 116, 121, 95, 53, 95, 116, 97, 112, 95, 112, 108, 97, 110, 97, 114, 95, 121, 117, 118, 12, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1, 13, 4, 14, 4, 2, 0, 0, 0, 14, 4, 3, 0, diff --git a/win32/common/config.h b/win32/common/config.h index de49683dc..26697f8cc 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -24,7 +24,7 @@ #define GST_LICENSE "LGPL" /* 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" @@ -199,7 +199,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "1.1.3.1" +#define VERSION "1.1.4" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |