diff --git a/ChangeLog b/ChangeLog index 1575a305d9..6848cab5c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,752 @@ -=== release 1.1.2 === +=== release 1.1.3 === -2013-07-11 Sebastian Dröge +2013-07-29 Sebastian Dröge * configure.ac: - releasing 1.1.2 + releasing 1.1.3 + +2013-07-29 12:17:57 +0200 Sebastian Dröge + + * ext/timidity/gsttimidity.c: + * ext/timidity/gstwildmidi.c: + * gst/midi/midiparse.c: + midi: Fix handling of the SEGMENT query + +2013-07-29 12:14:08 +0200 Sebastian Dröge + + * gst/mpegdemux/gstmpegdemux.c: + * gst/mpegtsdemux/tsdemux.c: + * gst/mxf/mxfdemux.c: + gst: Don't swap start/stop for negative rates in the SEGMENT query + +2013-07-29 11:02:34 +0200 Sebastian Dröge + + * gst/mpegdemux/gstmpegdemux.c: + mpegdemux: Implement SEGMENT query + +2013-07-29 11:01:09 +0200 Sebastian Dröge + + * gst/mpegtsdemux/tsdemux.c: + tsdemux: Implement SEGMENT query + +2013-07-29 11:00:14 +0200 Sebastian Dröge + + * gst/mxf/mxfdemux.c: + mxfdemux: Implement SEGMENT query + +2013-07-29 09:35:08 +0200 Edward Hervey + + * ext/dash/gstdashdemux.c: + * ext/dash/gstmpdparser.c: + * ext/eglgles/gstegladaptation_egl.c: + * ext/eglgles/gsteglglessink.c: + * ext/faac/gstfaac.c: + * ext/resindvd/gstmpegdemux.c: + * ext/resindvd/gstmpegdesc.c: + * ext/resindvd/gstpesfilter.c: + * ext/rsvg/gstrsvgdec.c: + * ext/smoothstreaming/gstmssdemux.c: + * ext/wayland/gstwaylandsink.c: + * gst-libs/gst/codecparsers/gsth264parser.c: + * gst/audiofxbad/gstaudiochannelmix.c: + * gst/debugutils/gstwatchdog.c: + * gst/dvdspu/gstdvdspu.c: + * gst/inter/gstinteraudiosrc.c: + * gst/inter/gstintersubsrc.c: + * gst/inter/gstintervideosrc.c: + * gst/ivtc/gstcombdetect.c: + * gst/ivtc/gstivtc.c: + * gst/mpegdemux/gstmpegdemux.c: + * gst/mpegdemux/gstpesfilter.c: + * gst/mpegtsmux/mpegtsmux.c: + * gst/siren/gstsirendec.c: + * gst/siren/gstsirenenc.c: + * gst/videofilters/gstscenechange.c: + * gst/videofilters/gstvideodiff.c: + * gst/videofilters/gstzebrastripe.c: + * gst/videoparsers/gsth264parse.c: + * gst/videoparsers/h263parse.c: + * sys/androidmedia/gstamc.c: + * sys/dvb/camapplicationinfo.c: + * sys/dvb/camconditionalaccess.c: + * sys/vdpau/gstvdpdecoder.c: + * sys/vdpau/gstvdpvideomemory.c: + all: Fix for GST_DISABLE_GST_DEBUG + Where applicable, remove methods that don't do anything different than + the default implementation. + +2013-07-29 08:46:39 +0200 Edward Hervey + + * docs/plugins/Makefile.am: + * docs/plugins/gst-plugins-bad-plugins-docs.sgml: + * docs/plugins/gst-plugins-bad-plugins-sections.txt: + * 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-celt.xml: + * gst-plugins-bad.spec.in: + docs/spec: Really remove all mentions of CELT plugin + +2013-07-29 08:29:34 +0200 Edward Hervey + + * gst/videoparsers/gsth264parse.c: + h264parse: Show NALU string type in debug messages + If you know the NALU type by heart I tip my hat to you, for the rest of + us mere mortals this is a bit more helpful + +2013-07-29 08:28:17 +0200 Edward Hervey + + * gst/mpegtsdemux/tsdemux.c: + tsdemux: Remove unused macros + +2013-07-29 08:23:30 +0200 Edward Hervey + + * gst/mpegtsdemux/gstmpegdesc.h: + * gst/mpegtsdemux/tsdemux.c: + tsdemux: Add more AC3 detection cases + ATSC ac3 streams are always guaranteed to be AC3 if EAC3 descriptor + is not present + If stream registration id is 'AC-3' then it's also guaranteed to be AC3. + Finally if AC3 descriptor is present it's guaranteed to be AC3. + Only silences a warning, but still. + +2013-07-29 08:20:10 +0200 Edward Hervey + + * gst/mpegtsdemux/tsdemux.c: + tsdemux: Flush out pending data on EOS + Ensures downstream elements (like decoders) really get all the data + +2013-07-29 08:18:24 +0200 Edward Hervey + + * gst/mpegtsdemux/mpegtspacketizer.h: + mpegtspacketizer: More AFC flags + I should have put those in a previous commit. sorry :( + +2013-07-29 08:14:57 +0200 Edward Hervey + + * gst/mpegtsdemux/gstmpegdefs.h: + mpegdefs: Simplify PCR/PTS/DTS => GST conversion macros + We know we will not overflow 64 bits, therefore just use direct + multiplication/division instead of the scale method (trims usage from + 50 instruction calls to 2/3). + +2013-07-28 20:14:55 +0200 Matej Knopp + + * gst/dvdspu/gstspu-vobsub-render.c: + dvdspu: artifacts when rendering clipped spu + https://bugzilla.gnome.org/show_bug.cgi?id=705039 + +2013-07-28 18:28:30 +0200 Matej Knopp + + * gst/videoparsers/gstmpegvideoparse.c: + mpegvideoparse: do not update caps when bitrate changes + https://bugzilla.gnome.org/show_bug.cgi?id=705035 + +2013-07-28 14:22:38 -0700 David Schleef + + * REQUIREMENTS: + Fix URIs in REQUIREMENTS + +2013-07-28 13:12:32 -0700 David Schleef + + * configure.ac: + * ext/Makefile.am: + * ext/celt/Makefile.am: + * ext/celt/gstcelt.c: + * ext/celt/gstceltdec.c: + * ext/celt/gstceltdec.h: + * ext/celt/gstceltenc.c: + * ext/celt/gstceltenc.h: + celt: remove, replaced by opus. + +2013-07-28 17:29:32 +0200 Olivier Crête + + * sys/uvch264/gstuvch264_mjpgdemux.c: + uvch264_mjpgdemux: Remove duplicated variables + +2013-07-28 17:25:10 +0200 Olivier Crête + + * sys/uvch264/gstuvch264_mjpgdemux.c: + uvch264_mjpgdemux: Don't unmap/unref buffer if it's pushed out as-is + +2013-07-26 18:33:00 +0000 Robert Krakora + + * sys/uvch264/gstuvch264_mjpgdemux.c: + uvcv4l2_mjpegdemux: Unmap buffer + https://bugzilla.gnome.org/show_bug.cgi?id=699517 + +2013-07-28 15:46:33 +0200 Christian Fredrik Kalager Schaller + + * gst-plugins-bad.spec.in: + Update spec file to be current + +2013-07-27 12:17:34 +0200 Edward Hervey + + * gst/mpegtsdemux/gstmpegdesc.h: + * gst/mpegtsdemux/tsdemux.c: + tsdemux: HDV only has mpeg 1 audio layer 2 + Set that accordingly on the caps + +2013-07-26 17:31:22 +0200 Edward Hervey + + * gst/asfmux/gstasfmux.c: + asfmux: Various debug argument fixes + mainly G_GUINT16_FORMAT to ... the right type (guint32 or guint8) + +2013-07-26 17:25:42 +0200 Edward Hervey + + * ext/mpg123/gstmpg123audiodec.c: + mpg123: Remove dead assignment + harder ? :) + +2013-07-26 13:20:27 -0700 David Schleef + + * ext/ladspa/gstladspa.c: + ladspa: initialize debug category earlier + You know, before it's used. + +2013-07-26 07:53:06 +0200 Edward Hervey + + * gst/mpegtsdemux/mpegtspacketizer.c: + * gst/mpegtsdemux/mpegtspacketizer.h: + * gst/mpegtsdemux/pesparse.c: + mpegtsdemux: Add more flag debugging for PES and TS packets + Helps with debugging issues. And also remove unused variable (opcr) + This will also allow us in the future to properly detect: + * random-access location (to enable keyframe observation and + potentially seeking + * discont location (to properly handle resets) + * splice location (to properly handle new stream changes) + +2013-07-24 17:49:59 +0200 Edward Hervey + + * gst-libs/gst/codecparsers/gstmpegvideoparser.c: + codecparser: Make warnings more meaningful + By stating whether we don't have enough data or it's a corrupted + packet + +2013-07-24 17:49:23 +0200 Edward Hervey + + * gst/mpegtsdemux/pesparse.c: + pesparse: Demote a Warning + We actually now know what to do ... have a log message :) + +2013-07-25 15:06:12 +0100 Vincent Penquerc'h + + * gst/mpegtsmux/mpegtsmux.c: + mpegtsmux: avoid using clipped out buffers + If a buffer was entirely clipped out (ie, it's out of the segment + entirely), we'll end up with a NULL buffer, which we don't want + to process/dereference. + +2013-07-24 15:50:14 +0200 Edward Hervey + + * gst/mpegtsdemux/tsdemux.c: + * gst/mpegtsdemux/tsdemux.h: + tsdemux: Remember requested seek rate and use it + The new seek handling re-creates the segment time information once it + has enough information after a seek. + The problem was that we'd completely ignore the requested rate. So store + that and use it in the newly created segment. + https://bugzilla.gnome.org/show_bug.cgi?id=694369 + +2013-07-24 09:18:43 +0200 Alessandro Decina + + * sys/applemedia/atdec.c: + applemedia: atdec: destroy the queue if set_format fails + +2013-07-24 09:15:49 +0200 Alessandro Decina + + * sys/applemedia/atdec.c: + applemedia: atdec: remove c++ style comments + +2013-07-24 09:11:59 +0200 Alessandro Decina + + * sys/applemedia/atdec.c: + * sys/applemedia/atdec.h: + applemedia: atdec: 1st round of fixes + +2013-07-23 10:10:13 +0200 Edward Hervey + + * gst/videoparsers/gstmpegvideoparse.c: + mpegvideoparse: Fix codec_data handling + Set to sequence_offset so that _process_config accepts it. + (btw: seq_offset usage throughout this plugin is really dodgy) + https://bugzilla.gnome.org/show_bug.cgi?id=702806 + +2013-06-14 07:28:29 +0200 Edward Hervey + + * gst/mpegtsdemux/Makefile.am: + * gst/mpegtsdemux/tsdemux.c: + tsdemux: Create and send codec tag + Helps with applications that rely on presence of that tag for user-facing + information. + https://bugzilla.gnome.org/show_bug.cgi?id=702216 + +2013-07-23 13:29:18 +0200 Sebastian Dröge + + * ext/hls/gsthlsdemux.c: + hlsdemux: Implement pkcs7 unpadding + Every encrypted fragment will be a multiple of 128 bits, the last byte + contains the number of bytes that were added as padding in the end + and should be removed. + https://bugzilla.gnome.org/show_bug.cgi?id=701673 + +2013-07-23 10:30:39 +0200 Alessandro Decina + + * sys/applemedia/Makefile.am: + * sys/applemedia/atdec.c: + * sys/applemedia/atdec.h: + * sys/applemedia/plugin.m: + applemedia: add AudioToolbox based audio decoder + +2013-07-23 10:33:21 +0200 Sebastian Dröge + + * sys/decklink/gstdecklinksrc.cpp: + decklink: Add support for group-id in the stream-start event + +2013-07-23 10:31:27 +0200 Sebastian Dröge + + * gst/mxf/mxfdemux.c: + * gst/mxf/mxfdemux.h: + mxfdemux: Add support for group-id in the stream-start event + +2013-07-23 10:24:22 +0200 Sebastian Dröge + + * gst/mpegtsdemux/tsdemux.c: + * gst/mpegtsdemux/tsdemux.h: + tsdemux: Add support for group-id in the stream-start event + +2013-07-23 10:21:26 +0200 Sebastian Dröge + + * gst/mpegtsdemux/mpegtsparse.c: + * gst/mpegtsdemux/mpegtsparse.h: + tsparse: Add support for group-id in the stream-start event + +2013-07-23 10:15:58 +0200 Sebastian Dröge + + * gst/mpegdemux/gstmpegdemux.c: + * gst/mpegdemux/gstmpegdemux.h: + mpegdemux: Add support for group-id in the stream-start event + +2013-07-23 10:14:01 +0200 Sebastian Dröge + + * gst/midi/midiparse.c: + * gst/midi/midiparse.h: + midiparse: Add support for group-id in the stream-start event + +2013-07-23 10:11:49 +0200 Sebastian Dröge + + * ext/smoothstreaming/gstmssdemux.c: + * ext/smoothstreaming/gstmssdemux.h: + mssdemux: Add support for group-id in the stream-start event + +2013-07-23 10:09:38 +0200 Sebastian Dröge + + * ext/resindvd/gstmpegdemux.c: + * ext/resindvd/gstmpegdemux.h: + resindvd: Add support for group-id in the stream-start event + +2013-07-23 10:07:24 +0200 Sebastian Dröge + + * ext/hls/gsthlsdemux.c: + * ext/hls/gsthlsdemux.h: + hlsdemux: Add support for group-id in the stream-start event + +2013-07-23 10:04:42 +0200 Sebastian Dröge + + * ext/dash/gstdashdemux.c: + * ext/dash/gstdashdemux.h: + dash: Add support for group-id in the stream-start event + +2013-07-22 17:30:31 +0100 Tim-Philipp Müller + + * gst/interlace/gstinterlace.c: + interlace: fix negotiation if filter caps are passed to query_caps + Make videotestsrc ! interlace ! $anything work again. Problem + was that upstream filter caps were passed which contained + interlace-mode=progressive, which doesn't intersect too well + with interlace's source pad template caps, leading to + not-negotiated errors. + +2013-07-22 14:56:32 +0200 Olivier Crête + + * gst/videoparsers/gsth264parse.c: + h264parse: Don't abort on invalid streams + Just return an error + +2013-07-19 15:30:42 +0100 Alex Ashley + + * ext/hls/Makefile.am: + * ext/hls/gstfragment.c: + * ext/hls/gstfragment.h: + hls: fix for assert failure when using encrypted HLS streams + When using an HLS encrypted stream, an assertion failure is thrown: + (gst-launch-1.0:31028): GLib-GObject-WARNING **: cannot register + existing type `GstFragment' + (gst-launch-1.0:31028): GLib-CRITICAL **: g_once_init_leave: assertion + `result != 0' failed + Eventually tracked this down to the call gst_fragment_new() + in function gst_hls_demux_decrypt_fragment. + The GstFragment class is defined in ext/hls/gstfragment.c and in + gst-libs/gst/uridownloader/gstfragment.c. Having two class definitions + with the same name causes the assert failure when trying to allocate + GstFragment. Deleting the version from hls and editing the + Makefile.am solves this assert failure. + https://bugzilla.gnome.org/show_bug.cgi?id=704555 + +2013-07-19 23:42:12 +0200 Youri Westerman + + * sys/decklink/gstdecklink.cpp: + decklink: actually enable decklinksink + https://bugzilla.gnome.org/show_bug.cgi?id=704505 + +2013-07-19 20:09:28 +0200 Youri Westerman + + * sys/decklink/gstdecklinksink.cpp: + * sys/decklink/gstdecklinksink.h: + * sys/decklink/gstdecklinksrc.cpp: + * sys/decklink/gstdecklinksrc.h: + decklink: add "device-number" to select from multiple devices + https://bugzilla.gnome.org/show_bug.cgi?id=704505 + +2013-07-22 10:46:23 +0200 Edward Hervey + + * gst/videoparsers/gstmpegvideoparse.c: + mpegvideoparse: Only map input buffer once + Instead of constantly map/unmapping it a bit everywhere, we pass along + to all functions the GstMapInfo. + Makes mpeg video frame parsing 6% faster + https://bugzilla.gnome.org/show_bug.cgi?id=702330 + +2013-03-10 12:07:40 +1300 Douglas Bagnall + + * gst/mpegtsdemux/tsdemux.c: + * gst/mpegtsdemux/tsdemux.h: + tsdemux: disentangle requested program number from active program number + The program_number attribute was overloaded, trying to indicate both + the currently playing program, and the program requested via the + "program-number" property. The end result was that setting the + property didn't work (see #690934). + I added a new requested_program_number field rather than reviving the + current_program_number field because it seemed this would result in + fewer changes overall and be less confusing. It breaks symmetry with + the "program-number" property, but it retains parallels with the likes + of program->program_number. + Because gst_ts_demux_reset is called after the properties have been + parsed, requested_program_number is initialised in gst_ts_demux_init. + Whether this is exactly the right place, I don't know. + +2013-03-06 12:15:47 +0100 Jesper Larsen + + * gst/mpegtsdemux/tsdemux.c: + tsdemux: fix program-number functionality + Setting the program-number property does not affect which program + is actually being demuxed. + Moving the initialization of the program_number from + gst_ts_demux_reset to gst_ts_demux_init seems to fix this issue. + https://bugzilla.gnome.org/show_bug.cgi?id=690934 + +2013-07-22 09:18:32 +0200 Sebastian Dröge + + * ext/resindvd/gstmpegdemux.c: + resindvd: Send stream-start event before anything else on the mpeg demuxer srcpads + +2013-07-17 17:12:59 +0200 Arnaud Vrac + + * gst/mpegdemux/gstmpegdemux.c: + mpegdemux: do not push discont buffers if they aren't discont + Explicitly unset discont flag when it shouldn't be set. + https://bugzilla.gnome.org/show_bug.cgi?id=682110 + +2013-07-17 11:28:28 +0200 Miguel Casas-Sanchez + + * ext/opencv/Makefile.am: + * ext/opencv/gstfacedetect.c: + * ext/opencv/gstgrabcut.cpp: + * ext/opencv/gstgrabcut.h: + * ext/opencv/gstopencv.c: + grabcut: Add GrabCut segmentation element + https://bugzilla.gnome.org/show_bug.cgi?id=702722 + +2013-07-15 23:01:31 +0100 Tim-Philipp Müller + + * gst/videoparsers/h263parse.c: + h263parse: fix height extraction for H263p + +2013-07-15 22:57:06 +0100 Tim-Philipp Müller + + * gst/videoparsers/gsth263parse.c: + * gst/videoparsers/h263parse.c: + * gst/videoparsers/h263parse.h: + h263parse: add pixel-aspect-ratio if upstream doesn't provide one + +2013-07-09 12:49:55 -0300 Thiago Santos + + * ext/dash/gstdashdemux.c: + dashdemux: fix typo in check_queue_full function + It should return True when the queue IS full + Fixes #704226 + +2013-07-15 11:15:11 +0200 Edward Hervey + + * gst/mpegtsdemux/mpegtsbase.c: + * gst/mpegtsdemux/mpegtsbase.h: + * gst/mpegtsdemux/tsdemux.c: + mpegtsdemux: Remember seek sequence number + * Avoids handling twice the same seek (can happen with playbin and files + with subtitles) + * Set the sequence number of the segment event to the sequence number of + the seek event that generated it (-1 for the initial one). + +2013-05-24 18:18:35 +0200 Arnaud Vrac + + * gst/mpegtsdemux/mpegtsbase.c: + * gst/mpegtsdemux/tsdemux.c: + tsdemux: implement seeking in push mode + +2013-05-28 16:14:42 +0200 Arnaud Vrac + + * gst/mpegtsdemux/tsdemux.c: + tsdemux: recalculate new segment after byte seek + The seeking start time is approximated from the seek offset in bytes + using the accumulated PCR observations, so on a VBR stream there might + be a big difference between the actual PCR and the estimated one after + the seek. This might result in a long wait to skip all out of segments + packets. + Instead we just recalculate the new segment to start at the first PTS + after the seek, so that playback starts immediatly. + +2013-07-13 23:49:44 +0100 Tim-Philipp Müller + + * docs/plugins/gst-plugins-bad-plugins.args: + * docs/plugins/gst-plugins-bad-plugins.hierarchy: + * docs/plugins/gst-plugins-bad-plugins.interfaces: + * docs/plugins/gst-plugins-bad-plugins.signals: + * 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-celt.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-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-mpeg2enc.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-mplex.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-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-y4mdec.xml: + * docs/plugins/inspect/plugin-zbar.xml: + * win32/common/config.h: + Update docs and win32 config.h to development version + +2013-07-12 15:58:33 +0100 Tim-Philipp Müller + + * docs/plugins/gst-plugins-bad-plugins-docs.sgml: + * docs/plugins/gst-plugins-bad-plugins-sections.txt: + * docs/plugins/inspect/plugin-neon.xml: + * docs/plugins/inspect/plugin-ofa.xml: + * docs/plugins/inspect/plugin-openal.xml: + * docs/plugins/inspect/plugin-rfbsrc.xml: + docs: add newly-ported elements to docs + +2013-07-11 17:46:37 +0300 Sreerenj Balachandran + + * gst/videoparsers/gstmpegvideoparse.c: + mpegvideoparse: Use sequence_display_extension values to update the src caps + The caps should always represent what the user is supposed to see. + So if there is a sequence_display_extension associated with the + stream then use the display_horizontal_size/display_vertical_size + to update the src caps (if they are less than the values provided + by sequence header). + https://bugzilla.gnome.org/show_bug.cgi?id=704009 + +2013-07-12 09:45:38 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * 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-celt.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-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-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-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.2 + Oops... should've been part of 1.1.2 tag already :( + +2013-07-11 16:57:20 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.1.2 === + +2013-07-11 16:31:22 +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/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-10 12:28:38 +0200 Sebastian Dröge diff --git a/NEWS b/NEWS index 094b3b05da..25ff7d45e7 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -This is GStreamer Bad Plugins 1.1.2 +This is GStreamer Bad Plugins 1.1.3 diff --git a/RELEASE b/RELEASE index c53b1b51fa..9d6bb13c25 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Bad Plugins 1.1.2 +Release notes for GStreamer Bad Plugins 1.1.3 The GStreamer team is proud to announce a new bug-fix release @@ -65,35 +65,19 @@ Features of this release Bugs fixed in this release - * 694068 : h264parser: Parse the cropping-rectangle separately. - * 560631 : [tsdemux] Handle carousel data (MHP, MHEG, ...) - * 614479 : [mpegtspacketizer] Use CRC to check if tables are duplicate - * 646327 : h264parse: Drop data before receiving the first PPS/SPS - * 664274 : [API] codecparsers: add gst_mpeg_video_parse_slice() and gst_mpeg_video_parse_sequence_scalable_extension() - * 677443 : [tsdemux/tsparse] Handle multiple SI in one packet - * 678148 : [tsdemux] missing timestamp on DVB subtitles - * 692933 : [API] codecparsers: mpeg2: add new API that takes GstMpegVideoPacket arguments - * 695475 : h264parser: Fix the return value type for the SEI palyload parsing methods. - * 698050 : tsdemux: seeking doesn't even work in pull mode - * 700489 : [dashdemux] Initialization blocks without URLs generate spurious critical errors - * 701421 : opencv: add foreground/background segmentation element - * 701509 : dashdemux selects first fragment in the manifest for live streams - * 701953 : wrappercamerabinsrc: Add video-source-filter during construction - * 701961 : dashdemux: Spurious critical if there is no initialization segment - * 702036 : curlsmtpsink: incorrect assert in gst_curl_smtp_sink_set_payload_headers_unlocked - * 702112 : waylandsink: add support for RGBx and RGBA formats - * 702174 : mpegvideoparse: Crash while transcoding to MPEG2 with encodebin while attaching parse meta - * 702206 : dashdemux: media range requests not supported - * 702297 : opencv: build broken - c++ header indirectly included into c code (gstsegmentation.h contains a .hpp) - * 702422 : tsparse: Ensure initial events are sent in the right order - * 702677 : dashdemux: SegmentTemplates at multiple levels not aggregated - * 702684 : shmsink: shared memory filled when no clients connected - * 702724 : first-class miniobjects/API for mpeg-ts related SI (Service Information) - * 702837 : dashdemux: Cleanup use of xmlFree vs g_free - * 703264 : srtp: Key is required even if cipher and auth are null - * 703667 : codecparsers: mpeg2: add missing gtk-doc entries - * 703668 : codecparsers: mpeg2: fix video packet header size checks - * 703683 : POTFILES are out of date + * 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 ==== Download ==== @@ -130,28 +114,22 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Alban Browaeys - * Aleix Conchillo Flaque + * Alessandro Decina * Alex Ashley - * Andoni Morales Alastruey * Arnaud Vrac - * Arthur Shipkowski - * Benjamin Gaignard - * Brendan Long - * Chen Jie + * Christian Fredrik Kalager Schaller + * David Schleef + * Douglas Bagnall * Edward Hervey - * Greg Rutz - * Gwenole Beauchesne - * Hans de Goede - * Ilya Smelykh - * Josep Torra + * Jesper Larsen + * Matej Knopp * Miguel Casas-Sanchez * Olivier Crête - * Patricia Muscalu - * Piotr Drąg + * Robert Krakora * Sebastian Dröge * Sreerenj Balachandran * Thiago Santos * Tim-Philipp Müller - * Xavi Artigas + * Vincent Penquerc'h + * Youri Westerman   \ No newline at end of file diff --git a/configure.ac b/configure.ac index f25d07e058..c0e095ff52 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.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad]) +AC_INIT([GStreamer Bad Plug-ins],[1.1.3],[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, 102, 0, 102) +AS_LIBTOOL(GST, 103, 0, 103) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.1.2.1 -GSTPB_REQ=1.1.2.1 +GST_REQ=1.1.3 +GSTPB_REQ=1.1.3 dnl *** autotools stuff **** diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index aa170bb39b..aba3f6bd1b 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -21973,7 +21973,6 @@ 0 - GstDCCPClientSrc::caps GstCaps* @@ -26751,7 +26750,7 @@ rw physics water density: from 1 to 4. -0 +7.7486e-304 @@ -26791,7 +26790,7 @@ rw splash (Y) make a big splash in the center. -1.1845e-316 +4.77773e-299 @@ -26831,7 +26830,7 @@ rw ratiox x-ratio. -1.37429e-309 +1.84511e-316 @@ -26841,7 +26840,7 @@ rw ratioy y-ratio. -1.37974e-309 +2.06074e-316 @@ -26851,7 +26850,7 @@ rw DelayTime the delay time. -0 +3.95253e-323 @@ -26881,7 +26880,7 @@ rw Color (B) the color of the image. -0 +1.85464e-37 @@ -26901,7 +26900,7 @@ rw Color (R) the color of the image. -0 +1.36538e-37 @@ -27231,7 +27230,7 @@ rw lredscale multiplier for downscaling non-edge brightness. -6.08689e-321 +2.12731e-316 @@ -27251,7 +27250,7 @@ rw lupscale multiplier for upscaling edge brightness. -1.34037e-317 +0 @@ -27421,7 +27420,7 @@ rw blend blend factor. -1.37429e-309 +8.20251e-304 @@ -27431,7 +27430,7 @@ rw fader the fader position. -1.18167e-316 +2.37152e-322 @@ -58394,16 +58393,36 @@ auto + +GstDecklinkSrc::device-number +gint +>= 0 +rwx +Device number +Capture device instance to use. +0 + + GstDecklinkSink::mode GstDecklinkModes rwx -Mode -Mode. +Playback Mode +Video Mode to use for playback. ntsc + +GstDecklinkSink::device-number +gint +>= 0 +rwx +Device number +Output device instance to use. +0 + + GstWaveScope::style GstWaveScopeStyle @@ -66908,3 +66927,93 @@ Gestures in the defined region of interest will emit messages. FALSE + +GstGrabcut::scale +gfloat +[1,4] +rw +scale +Grow factor for the face bounding box, if present. +1.6 + + + +GstGrabcut::test-mode +gboolean + +rw +test-mode +If true, the output RGB is overwritten with the segmented foreground. Alpha channel same as normal case . +FALSE + + + +GstCeltEnc::bitrate +gint +[10000,320000] +rw +Encoding Bit-rate +Specify an encoding bit-rate (in bps). +64000 + + + +GstCeltEnc::cbr +gboolean + +rw +Constant bit rate +Constant bit rate. +TRUE + + + +GstCeltEnc::complexity +gint +[0,10] +rw +Complexity +Complexity. +9 + + + +GstCeltEnc::framesize +gint +[64,512] +rw +Frame Size +The number of samples per frame. +480 + + + +GstCeltEnc::max-bitrate +gint +[10000,320000] +rw +Maximum Encoding Bit-rate +Specify a maximum encoding bit rate (in bps) for variable bit rate encoding. +64000 + + + +GstCeltEnc::prediction +GstCeltEncPrediction + +rw +Interframe Prediction +Controls the use of interframe prediction. +Independent frames + + + +GstCeltEnc::start-band +gint +>= 0 +rw +Start Band +Controls the start band that should be used. +0 + + diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 3f3aa3b023..73b3da2886 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -21,6 +21,7 @@ GObject GstAssRender GstAudioDecoder ADPCMDec + GstCeltDec GstDtsDec GstFaad GstGSMDec @@ -30,6 +31,7 @@ GObject GstSirenDec GstAudioEncoder ADPCMEnc + GstCeltEnc GstFaac GstGSMEnc GstOpusEnc @@ -37,6 +39,7 @@ GObject GstSirenEnc GstVoAacEnc GstVoAmrWbEnc + GstAudioMixer GstAudioVisualizer-BadGstAudioVisualizers GstSpaceScope GstSpectraScope @@ -70,19 +73,19 @@ GObject GstRTMPSink GstShmSink GstVideoSink + GstEglGlesSink GstFBDEVSink + GstWaylandSink GstBaseSrc GstAvdtpSrc + GstDTMFSrc GstDataURISrc GstFliteTestSrc GstInterAudioSrc GstInterSubSrc GstInterVideoSrc GstLADSPASource - ladspasrc-analogue-osc-1416-so-analogueosc - ladspasrc-impulse-1885-so-impulse-fc ladspasrc-noise-so-noise-white - ladspasrc-sin-cos-1881-so-sincos ladspasrc-sine-so-sine-fcac GstPushSrc GstAudioBaseSrc @@ -100,6 +103,7 @@ GObject frei0r-src-onecol0r frei0r-src-partik0l frei0r-src-plasma + GstRTPDTMFSrc GstBaseTransform GstAudioFilter GstAccurip @@ -107,149 +111,14 @@ GObject GstBPMDetect GstChromaprint GstLADSPAFilter - ladspa-alias-1407-so-alias - ladspa-allpass-1895-so-allpass-c - ladspa-allpass-1895-so-allpass-l - ladspa-allpass-1895-so-allpass-n - ladspa-am-pitchshift-1433-so-ampitchshift - ladspa-amp-1181-so-amp ladspa-amp-so-amp-mono ladspa-amp-so-amp-stereo - ladspa-bandpass-a-iir-1893-so-bandpass-a-iir - ladspa-bandpass-iir-1892-so-bandpass-iir - ladspa-bode-shifter-1431-so-bodeshifter - ladspa-bode-shifter-cv-1432-so-bodeshiftercv - ladspa-butterworth-1902-so-butthigh-iir - ladspa-butterworth-1902-so-buttlow-iir - ladspa-butterworth-1902-so-bwxover-iir - ladspa-chebstortion-1430-so-chebstortion - ladspa-comb-1190-so-comb - ladspa-comb-1887-so-comb-c - ladspa-comb-1887-so-comb-l - ladspa-comb-1887-so-comb-n - ladspa-comb-splitter-1411-so-combsplitter - ladspa-const-1909-so-const - ladspa-crossover-dist-1404-so-crossoverdist - ladspa-cs-chorus-so-chorus1 - ladspa-cs-chorus-so-chorus2 - ladspa-cs-chorus-so-triplechorus - ladspa-cs-phaser-so-phaser1 - ladspa-cs-phaser-so-phaser1+lfo - ladspa-dc-remove-1207-so-dcremove - ladspa-decay-1886-so-decay - ladspa-decimator-1202-so-decimator - ladspa-declip-1195-so-declip - ladspa-delay-1898-so-delay-c - ladspa-delay-1898-so-delay-l - ladspa-delay-1898-so-delay-n ladspa-delay-so-delay-5s - ladspa-delayorama-1402-so-delayorama - ladspa-diode-1185-so-diode - ladspa-divider-1186-so-divider - ladspa-dj-eq-1901-so-dj-eq - ladspa-dj-eq-1901-so-dj-eq-mono - ladspa-dj-flanger-1438-so-djflanger - ladspa-dyson-compress-1403-so-dysoncompress - ladspa-fad-delay-1192-so-faddelay - ladspa-fast-lookahead-limiter-1913-so-fastlookaheadlimiter ladspa-filter-so-hpf ladspa-filter-so-lpf - ladspa-flanger-1191-so-flanger - ladspa-fm-osc-1415-so-fmosc - ladspa-foldover-1213-so-foldover - ladspa-foverdrive-1196-so-foverdrive - ladspa-freq-tracker-1418-so-freqtracker - ladspa-g2reverb-so-g2reverb - ladspa-gate-1410-so-gate - ladspa-giant-flange-1437-so-giantflange - ladspa-gong-1424-so-gong - ladspa-gong-beater-1439-so-gongbeater - ladspa-gsm-1215-so-gsm - ladspa-gverb-1216-so-gverb - ladspa-hard-limiter-1413-so-hardlimiter - ladspa-harmonic-gen-1220-so-harmonicgen - ladspa-hermes-filter-1200-so-hermesfilter - ladspa-highpass-iir-1890-so-highpass-iir - ladspa-hilbert-1440-so-hilbert - ladspa-imp-1199-so-imp - ladspa-inv-1429-so-inv - ladspa-karaoke-1409-so-karaoke - ladspa-latency-1914-so-artificiallatency - ladspa-lcr-delay-1436-so-lcrdelay - ladspa-lowpass-iir-1891-so-lowpass-iir - ladspa-ls-filter-1908-so-lsfilter - ladspa-matrix-ms-st-1421-so-matrixmsst - ladspa-matrix-spatialiser-1422-so-matrixspatialiser - ladspa-matrix-st-ms-1420-so-matrixstms - ladspa-mbeq-1197-so-mbeq - ladspa-mod-delay-1419-so-moddelay - ladspa-multivoice-chorus-1201-so-multivoicechorus - ladspa-mvchpf24-so-mvchpf-1 - ladspa-mvclpf24-so-mvclpf-1 - ladspa-mvclpf24-so-mvclpf-2 - ladspa-mvclpf24-so-mvclpf-3 - ladspa-mvclpf24-so-mvclpf-4 - ladspa-notch-iir-1894-so-notch-iir - ladspa-phasers-1217-so-autophaser - ladspa-phasers-1217-so-fourbyfourpole - ladspa-phasers-1217-so-lfophaser - ladspa-pitch-scale-1193-so-pitchscale - ladspa-pitch-scale-1194-so-pitchscalehq - ladspa-plate-1423-so-plate - ladspa-pointer-cast-1910-so-pointercastdistortion - ladspa-rate-shifter-1417-so-rateshifter - ladspa-retro-flange-1208-so-retroflange - ladspa-revdelay-1605-so-revdelay - ladspa-ringmod-1188-so-ringmod-1i1o1l - ladspa-ringmod-1188-so-ringmod-2i1o - ladspa-satan-maximiser-1408-so-satanmaximiser - ladspa-sc1-1425-so-sc1 - ladspa-sc2-1426-so-sc2 - ladspa-sc3-1427-so-sc3 - ladspa-sc4-1882-so-sc4 - ladspa-sc4m-1916-so-sc4m - ladspa-se4-1883-so-se4 - ladspa-shaper-1187-so-shaper - ladspa-sifter-1210-so-sifter ladspa-sine-so-sine-faaa ladspa-sine-so-sine-faac ladspa-sine-so-sine-fcaa - ladspa-single-para-1203-so-singlepara - ladspa-sinus-wavewrapper-1198-so-sinuswavewrapper - ladspa-smooth-decimate-1414-so-smoothdecimate - ladspa-split-1406-so-split - ladspa-step-muxer-1212-so-stepmuxer - ladspa-surround-encoder-1401-so-surroundencoder - ladspa-svf-1214-so-svf - ladspa-tap-autopan-so-tap-autopan - ladspa-tap-chorusflanger-so-tap-chorusflanger - ladspa-tap-deesser-so-tap-deesser - ladspa-tap-doubler-so-tap-doubler - ladspa-tap-dynamics-m-so-tap-dynamics-m - ladspa-tap-dynamics-st-so-tap-dynamics-st - ladspa-tap-echo-so-tap-stereo-echo - ladspa-tap-eq-so-tap-equalizer - ladspa-tap-eqbw-so-tap-equalizer-bw - ladspa-tap-limiter-so-tap-limiter - ladspa-tap-pinknoise-so-tap-pinknoise - ladspa-tap-pitch-so-tap-pitch - ladspa-tap-reflector-so-tap-reflector - ladspa-tap-reverb-so-tap-reverb - ladspa-tap-rotspeak-so-tap-rotspeak - ladspa-tap-sigmoid-so-tap-sigmoid - ladspa-tap-tremolo-so-tap-tremolo - ladspa-tap-tubewarmth-so-tap-tubewarmth - ladspa-tap-vibrato-so-tap-vibrato - ladspa-tape-delay-1211-so-tapedelay - ladspa-transient-1206-so-transient - ladspa-triple-para-1204-so-triplepara - ladspa-valve-1209-so-valve - ladspa-valve-rect-1405-so-valverect - ladspa-vynil-1905-so-vynil - ladspa-wave-terrain-1412-so-waveterrain - ladspa-xfade-1915-so-xfade - ladspa-xfade-1915-so-xfade4 - ladspa-zm1-1428-so-zm1 GstOFA GstBayer2RGB GstDebugSpy @@ -285,6 +154,7 @@ GObject GstMirror GstRotate GstSquare + GstGrabcut GstOpencvVideoFilter GstCvDilateErode GstCvDilate @@ -380,6 +250,7 @@ GObject GstDVBSubOverlay GstDVDSpu GstDashDemux + GstDecklinkSink GstDecklinkSrc GstEdgeDetect GstFaceBlur @@ -404,9 +275,7 @@ GObject GstMimEnc GstModPlug GstMotioncells - GstMpeg2enc GstMpegPSDemux - GstMplex GstMssDemux GstOpencvTextOverlay GstPcapParse @@ -416,6 +285,7 @@ GObject GstPyramidSegment GstRTPBaseDepayload GstRTPOpusDepay + GstRtpDTMFDepay GstRTPBasePayload GstRtpAsfPay GstRtpOPUSPay @@ -574,4 +444,5 @@ GInterface GstTagSetter GstTagXmpWriter GstURIHandler + GstVideoOverlay MXFDescriptiveMetadataFrameworkInterface diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces index 434f38443c..aa1805049d 100644 --- a/docs/plugins/gst-plugins-bad-plugins.interfaces +++ b/docs/plugins/gst-plugins-bad-plugins.interfaces @@ -15,6 +15,7 @@ GstCDAudio GstURIHandler GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstTagSetter GstCameraBin GstChildProxy GstTagSetter GstCameraBin2 GstChildProxy GstTagSetter +GstCeltEnc GstPreset GstTagSetter GstDaalaEnc GstPreset GstDataURISrc GstURIHandler GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance diff --git a/docs/plugins/inspect/plugin-accurip.xml b/docs/plugins/inspect/plugin-accurip.xml index ff36dff3cc..ff90a20e20 100644 --- a/docs/plugins/inspect/plugin-accurip.xml +++ b/docs/plugins/inspect/plugin-accurip.xml @@ -3,10 +3,10 @@ Computes an AccurateRip CRC ../../gst/accurip/.libs/libgstaccurip.so libgstaccurip.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-adpcmdec.xml b/docs/plugins/inspect/plugin-adpcmdec.xml index 6b25def261..e643b34d81 100644 --- a/docs/plugins/inspect/plugin-adpcmdec.xml +++ b/docs/plugins/inspect/plugin-adpcmdec.xml @@ -3,10 +3,10 @@ ADPCM decoder ../../gst/adpcmdec/.libs/libgstadpcmdec.so libgstadpcmdec.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-adpcmenc.xml b/docs/plugins/inspect/plugin-adpcmenc.xml index 262ff7cff9..107b191c7b 100644 --- a/docs/plugins/inspect/plugin-adpcmenc.xml +++ b/docs/plugins/inspect/plugin-adpcmenc.xml @@ -3,10 +3,10 @@ ADPCM encoder ../../gst/adpcmenc/.libs/libgstadpcmenc.so libgstadpcmenc.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-asfmux.xml b/docs/plugins/inspect/plugin-asfmux.xml index a9ecaada12..72f2232075 100644 --- a/docs/plugins/inspect/plugin-asfmux.xml +++ b/docs/plugins/inspect/plugin-asfmux.xml @@ -3,10 +3,10 @@ ASF Muxer Plugin ../../gst/asfmux/.libs/libgstasfmux.so libgstasfmux.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-assrender.xml b/docs/plugins/inspect/plugin-assrender.xml index ed650dd011..87c32e9756 100644 --- a/docs/plugins/inspect/plugin-assrender.xml +++ b/docs/plugins/inspect/plugin-assrender.xml @@ -3,10 +3,10 @@ ASS/SSA subtitle renderer ../../ext/assrender/.libs/libgstassrender.so libgstassrender.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-audiovisualizers.xml b/docs/plugins/inspect/plugin-audiovisualizers.xml index 379c3623a4..34ce2f33bf 100644 --- a/docs/plugins/inspect/plugin-audiovisualizers.xml +++ b/docs/plugins/inspect/plugin-audiovisualizers.xml @@ -3,10 +3,10 @@ Creates video visualizations of audio input ../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so libgstaudiovisualizers.so - 1.1.2.1 + 1.1.3 GPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-autoconvert.xml b/docs/plugins/inspect/plugin-autoconvert.xml index b2de73958f..54b8a02c89 100644 --- a/docs/plugins/inspect/plugin-autoconvert.xml +++ b/docs/plugins/inspect/plugin-autoconvert.xml @@ -3,10 +3,10 @@ Selects convertor element based on caps ../../gst/autoconvert/.libs/libgstautoconvert.so libgstautoconvert.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-bayer.xml b/docs/plugins/inspect/plugin-bayer.xml index ec35d077dc..cdf7d2447a 100644 --- a/docs/plugins/inspect/plugin-bayer.xml +++ b/docs/plugins/inspect/plugin-bayer.xml @@ -3,10 +3,10 @@ Elements to convert Bayer images ../../gst/bayer/.libs/libgstbayer.so libgstbayer.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-bz2.xml b/docs/plugins/inspect/plugin-bz2.xml index de757e8986..f225c3b505 100644 --- a/docs/plugins/inspect/plugin-bz2.xml +++ b/docs/plugins/inspect/plugin-bz2.xml @@ -3,10 +3,10 @@ Compress or decompress streams ../../ext/bz2/.libs/libgstbz2.so libgstbz2.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-camerabin.xml b/docs/plugins/inspect/plugin-camerabin.xml index 3dfe6f2fd2..dd2ab75b14 100644 --- a/docs/plugins/inspect/plugin-camerabin.xml +++ b/docs/plugins/inspect/plugin-camerabin.xml @@ -3,10 +3,10 @@ Take image snapshots and record movies from camera ../../gst/camerabin2/.libs/libgstcamerabin2.so libgstcamerabin2.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-chromaprint.xml b/docs/plugins/inspect/plugin-chromaprint.xml index ffaed55140..4152e80181 100644 --- a/docs/plugins/inspect/plugin-chromaprint.xml +++ b/docs/plugins/inspect/plugin-chromaprint.xml @@ -3,10 +3,10 @@ Calculate Chromaprint fingerprint from audio files ../../ext/chromaprint/.libs/libgstchromaprint.so libgstchromaprint.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-coloreffects.xml b/docs/plugins/inspect/plugin-coloreffects.xml index c1018ef2d2..258a92f48a 100644 --- a/docs/plugins/inspect/plugin-coloreffects.xml +++ b/docs/plugins/inspect/plugin-coloreffects.xml @@ -3,10 +3,10 @@ Color Look-up Table filters ../../gst/coloreffects/.libs/libgstcoloreffects.so libgstcoloreffects.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-curl.xml b/docs/plugins/inspect/plugin-curl.xml index 765f78d43c..26aac75c35 100644 --- a/docs/plugins/inspect/plugin-curl.xml +++ b/docs/plugins/inspect/plugin-curl.xml @@ -3,10 +3,10 @@ libcurl-based elements ../../ext/curl/.libs/libgstcurl.so libgstcurl.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dataurisrc.xml b/docs/plugins/inspect/plugin-dataurisrc.xml index d2cf509a4f..3c6d21ba66 100644 --- a/docs/plugins/inspect/plugin-dataurisrc.xml +++ b/docs/plugins/inspect/plugin-dataurisrc.xml @@ -3,10 +3,10 @@ data: URI source ../../gst/dataurisrc/.libs/libgstdataurisrc.so libgstdataurisrc.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-debugutilsbad.xml b/docs/plugins/inspect/plugin-debugutilsbad.xml index e6e2100339..304c230464 100644 --- a/docs/plugins/inspect/plugin-debugutilsbad.xml +++ b/docs/plugins/inspect/plugin-debugutilsbad.xml @@ -3,10 +3,10 @@ Collection of elements that may or may not be useful for debugging ../../gst/debugutils/.libs/libgstdebugutilsbad.so libgstdebugutilsbad.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dtsdec.xml b/docs/plugins/inspect/plugin-dtsdec.xml index 67f5582279..aa79069673 100644 --- a/docs/plugins/inspect/plugin-dtsdec.xml +++ b/docs/plugins/inspect/plugin-dtsdec.xml @@ -3,10 +3,10 @@ Decodes DTS audio streams ../../ext/dts/.libs/libgstdtsdec.so libgstdtsdec.so - 1.1.2.1 + 1.1.3 GPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvb.xml b/docs/plugins/inspect/plugin-dvb.xml index a89e27e60e..d13b324a27 100644 --- a/docs/plugins/inspect/plugin-dvb.xml +++ b/docs/plugins/inspect/plugin-dvb.xml @@ -3,10 +3,10 @@ DVB elements ../../sys/dvb/.libs/libgstdvb.so libgstdvb.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvbsuboverlay.xml b/docs/plugins/inspect/plugin-dvbsuboverlay.xml index 20548af91d..0f271473cf 100644 --- a/docs/plugins/inspect/plugin-dvbsuboverlay.xml +++ b/docs/plugins/inspect/plugin-dvbsuboverlay.xml @@ -3,10 +3,10 @@ DVB subtitle renderer ../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so libgstdvbsuboverlay.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdspu.xml b/docs/plugins/inspect/plugin-dvdspu.xml index f895717d35..b2844a2458 100644 --- a/docs/plugins/inspect/plugin-dvdspu.xml +++ b/docs/plugins/inspect/plugin-dvdspu.xml @@ -3,10 +3,10 @@ DVD Sub-picture Overlay element ../../gst/dvdspu/.libs/libgstdvdspu.so libgstdvdspu.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-eglglessink.xml b/docs/plugins/inspect/plugin-eglglessink.xml index b57bb776f1..57c9c1debe 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.2 + 1.1.3 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 421b0bbd8b..bd2803e13e 100644 --- a/docs/plugins/inspect/plugin-faac.xml +++ b/docs/plugins/inspect/plugin-faac.xml @@ -3,10 +3,10 @@ Free AAC Encoder (FAAC) ../../ext/faac/.libs/libgstfaac.so libgstfaac.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml index 88b2d5e826..68c5c044a1 100644 --- a/docs/plugins/inspect/plugin-faad.xml +++ b/docs/plugins/inspect/plugin-faad.xml @@ -3,10 +3,10 @@ Free AAC Decoder (FAAD) ../../ext/faad/.libs/libgstfaad.so libgstfaad.so - 1.1.2.1 + 1.1.3 GPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-festival.xml b/docs/plugins/inspect/plugin-festival.xml index 66752bba70..6f2fb9090e 100644 --- a/docs/plugins/inspect/plugin-festival.xml +++ b/docs/plugins/inspect/plugin-festival.xml @@ -3,10 +3,10 @@ Synthesizes plain text into audio ../../gst/festival/.libs/libgstfestival.so libgstfestival.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-fieldanalysis.xml b/docs/plugins/inspect/plugin-fieldanalysis.xml index 90044ebb25..9f9c0507c9 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.2.1 + 1.1.3 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-flite.xml b/docs/plugins/inspect/plugin-flite.xml index ca178c982f..40bf16d2b6 100644 --- a/docs/plugins/inspect/plugin-flite.xml +++ b/docs/plugins/inspect/plugin-flite.xml @@ -3,10 +3,10 @@ Flite speech synthesizer plugin ../../ext/flite/.libs/libgstflite.so libgstflite.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-fragmented.xml b/docs/plugins/inspect/plugin-fragmented.xml index 36a276eb7f..fe00f71e04 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.2.1 + 1.1.3 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 0d6cb17b71..1d218a1953 100644 --- a/docs/plugins/inspect/plugin-frei0r.xml +++ b/docs/plugins/inspect/plugin-frei0r.xml @@ -3,10 +3,10 @@ frei0r plugin library ../../gst/frei0r/.libs/libgstfrei0r.so libgstfrei0r.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-gaudieffects.xml b/docs/plugins/inspect/plugin-gaudieffects.xml index 9c8a41d1bc..07abf30fd5 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.2.1 + 1.1.3 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-gdp.xml b/docs/plugins/inspect/plugin-gdp.xml index ea026fcf71..8ac2956edb 100644 --- a/docs/plugins/inspect/plugin-gdp.xml +++ b/docs/plugins/inspect/plugin-gdp.xml @@ -3,10 +3,10 @@ Payload/depayload GDP packets ../../gst/gdp/.libs/libgstgdp.so libgstgdp.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-geometrictransform.xml b/docs/plugins/inspect/plugin-geometrictransform.xml index 0f28d3127d..6f3d692a6d 100644 --- a/docs/plugins/inspect/plugin-geometrictransform.xml +++ b/docs/plugins/inspect/plugin-geometrictransform.xml @@ -3,10 +3,10 @@ Various geometric image transform elements ../../gst/geometrictransform/.libs/libgstgeometrictransform.so libgstgeometrictransform.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-gmedec.xml b/docs/plugins/inspect/plugin-gmedec.xml index 78b6048ab3..c5cec914c5 100644 --- a/docs/plugins/inspect/plugin-gmedec.xml +++ b/docs/plugins/inspect/plugin-gmedec.xml @@ -3,10 +3,10 @@ GME Audio Decoder ../../ext/gme/.libs/libgstgme.so libgstgme.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml index 518e9e1ffc..3c36eb00e0 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -3,10 +3,10 @@ GSM encoder/decoder ../../ext/gsm/.libs/libgstgsm.so libgstgsm.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-gstsiren.xml b/docs/plugins/inspect/plugin-gstsiren.xml index d5f77cad7a..350c53f4f8 100644 --- a/docs/plugins/inspect/plugin-gstsiren.xml +++ b/docs/plugins/inspect/plugin-gstsiren.xml @@ -3,10 +3,10 @@ Siren encoder/decoder/payloader/depayloader plugins ../../gst/siren/.libs/libgstsiren.so libgstsiren.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-id3tag.xml b/docs/plugins/inspect/plugin-id3tag.xml index 296efdd073..a718114ada 100644 --- a/docs/plugins/inspect/plugin-id3tag.xml +++ b/docs/plugins/inspect/plugin-id3tag.xml @@ -3,10 +3,10 @@ ID3 v1 and v2 muxing plugin ../../gst/id3tag/.libs/libgstid3tag.so libgstid3tag.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-inter.xml b/docs/plugins/inspect/plugin-inter.xml index db35a0ea02..00961b1771 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.2.1 + 1.1.3 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 826c10f3ad..39b6a52fe1 100644 --- a/docs/plugins/inspect/plugin-interlace.xml +++ b/docs/plugins/inspect/plugin-interlace.xml @@ -3,10 +3,10 @@ Create an interlaced video stream ../../gst/interlace/.libs/libgstinterlace.so libgstinterlace.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-jpegformat.xml b/docs/plugins/inspect/plugin-jpegformat.xml index f81e1a3cf6..e97e928cf4 100644 --- a/docs/plugins/inspect/plugin-jpegformat.xml +++ b/docs/plugins/inspect/plugin-jpegformat.xml @@ -3,10 +3,10 @@ JPEG interchange format plugin ../../gst/jpegformat/.libs/libgstjpegformat.so libgstjpegformat.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-liveadder.xml b/docs/plugins/inspect/plugin-liveadder.xml index c70c35eb36..e00280708f 100644 --- a/docs/plugins/inspect/plugin-liveadder.xml +++ b/docs/plugins/inspect/plugin-liveadder.xml @@ -3,10 +3,10 @@ Adds multiple live discontinuous streams ../../gst/liveadder/.libs/libgstliveadder.so libgstliveadder.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mimic.xml b/docs/plugins/inspect/plugin-mimic.xml index 36f13fe589..2278a619f3 100644 --- a/docs/plugins/inspect/plugin-mimic.xml +++ b/docs/plugins/inspect/plugin-mimic.xml @@ -3,10 +3,10 @@ Mimic codec ../../ext/mimic/.libs/libgstmimic.so libgstmimic.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mms.xml b/docs/plugins/inspect/plugin-mms.xml index e2b1ee2b00..409843f9de 100644 --- a/docs/plugins/inspect/plugin-mms.xml +++ b/docs/plugins/inspect/plugin-mms.xml @@ -3,10 +3,10 @@ Microsoft Multi Media Server streaming protocol support ../../ext/libmms/.libs/libgstmms.so libgstmms.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml index 91a72073d4..8249746053 100644 --- a/docs/plugins/inspect/plugin-modplug.xml +++ b/docs/plugins/inspect/plugin-modplug.xml @@ -3,10 +3,10 @@ .MOD audio decoding ../../ext/modplug/.libs/libgstmodplug.so libgstmodplug.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpegpsdemux.xml b/docs/plugins/inspect/plugin-mpegpsdemux.xml index 579e69f985..cf2025b2ec 100644 --- a/docs/plugins/inspect/plugin-mpegpsdemux.xml +++ b/docs/plugins/inspect/plugin-mpegpsdemux.xml @@ -3,10 +3,10 @@ MPEG-PS demuxer ../../gst/mpegdemux/.libs/libgstmpegpsdemux.so libgstmpegpsdemux.so - 1.1.2.1 + 1.1.3 unknown gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpegtsdemux.xml b/docs/plugins/inspect/plugin-mpegtsdemux.xml index f41b034b0c..dcf19349c6 100644 --- a/docs/plugins/inspect/plugin-mpegtsdemux.xml +++ b/docs/plugins/inspect/plugin-mpegtsdemux.xml @@ -3,10 +3,10 @@ MPEG TS demuxer ../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so libgstmpegtsdemux.so - 1.1.2.1 + 1.1.3 unknown gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpegtsmux.xml b/docs/plugins/inspect/plugin-mpegtsmux.xml index d2199610da..5b58cb7d9f 100644 --- a/docs/plugins/inspect/plugin-mpegtsmux.xml +++ b/docs/plugins/inspect/plugin-mpegtsmux.xml @@ -3,10 +3,10 @@ MPEG-TS muxer ../../gst/mpegtsmux/.libs/libgstmpegtsmux.so libgstmpegtsmux.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpg123.xml b/docs/plugins/inspect/plugin-mpg123.xml index 924fe83a61..6e1fcb6d34 100644 --- a/docs/plugins/inspect/plugin-mpg123.xml +++ b/docs/plugins/inspect/plugin-mpg123.xml @@ -3,10 +3,10 @@ mp3 decoding based on the mpg123 library ../../ext/mpg123/.libs/libgstmpg123.so libgstmpg123.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-neon.xml b/docs/plugins/inspect/plugin-neon.xml index 0e8997cdc0..180a968419 100644 --- a/docs/plugins/inspect/plugin-neon.xml +++ b/docs/plugins/inspect/plugin-neon.xml @@ -3,10 +3,10 @@ lib neon http client src ../../ext/neon/.libs/libgstneonhttpsrc.so libgstneonhttpsrc.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-ofa.xml b/docs/plugins/inspect/plugin-ofa.xml index cd6b9f13d9..6614017139 100644 --- a/docs/plugins/inspect/plugin-ofa.xml +++ b/docs/plugins/inspect/plugin-ofa.xml @@ -3,10 +3,10 @@ Calculate MusicIP fingerprint from audio files ../../ext/ofa/.libs/libgstofa.so libgstofa.so - 1.1.2.1 + 1.1.3 GPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-openal.xml b/docs/plugins/inspect/plugin-openal.xml index 84db5abeba..0ac721c3e7 100644 --- a/docs/plugins/inspect/plugin-openal.xml +++ b/docs/plugins/inspect/plugin-openal.xml @@ -3,10 +3,10 @@ OpenAL plugin library ../../ext/openal/.libs/libgstopenal.so libgstopenal.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-opencv.xml b/docs/plugins/inspect/plugin-opencv.xml index 7d51976445..960b76df01 100644 --- a/docs/plugins/inspect/plugin-opencv.xml +++ b/docs/plugins/inspect/plugin-opencv.xml @@ -3,10 +3,10 @@ GStreamer OpenCV Plugins ../../ext/opencv/.libs/libgstopencv.so libgstopencv.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin @@ -198,6 +198,29 @@ + + grabcut + Grabcut-based image FG/BG segmentation + Filter/Effect/Video + Runs Grabcut algorithm on input alpha. Values: BG=0, FG=1, PR_BG=2, PR_FGD=3; NOTE: larger values of alpha (notably 255) are interpreted as PR_FGD too. +IN CASE OF no alpha mask input (all 0's or all 1's), the 'face' downstream event is used to create a bbox of PR_FG elements. +IF nothing is present, then nothing is done. + Miguel Casas-Sanchez <miguelecasassanchez@gmail.com> + + + sink + sink + always +
video/x-raw, format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
+ + src + source + always +
video/x-raw, format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
+
+
handdetect handdetect diff --git a/docs/plugins/inspect/plugin-opus.xml b/docs/plugins/inspect/plugin-opus.xml index 97547440d2..37cdab16dd 100644 --- a/docs/plugins/inspect/plugin-opus.xml +++ b/docs/plugins/inspect/plugin-opus.xml @@ -3,10 +3,10 @@ OPUS plugin library ../../ext/opus/.libs/libgstopus.so libgstopus.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-pcapparse.xml b/docs/plugins/inspect/plugin-pcapparse.xml index 4702cec982..7f9aba9191 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.2.1 + 1.1.3 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-pnm.xml b/docs/plugins/inspect/plugin-pnm.xml index df0738a7a0..5dbb5fc512 100644 --- a/docs/plugins/inspect/plugin-pnm.xml +++ b/docs/plugins/inspect/plugin-pnm.xml @@ -3,10 +3,10 @@ PNM plugin ../../gst/pnm/.libs/libgstpnm.so libgstpnm.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml index 206aa2d573..116373d3f4 100644 --- a/docs/plugins/inspect/plugin-rawparse.xml +++ b/docs/plugins/inspect/plugin-rawparse.xml @@ -3,10 +3,10 @@ Parses byte streams into raw frames ../../gst/rawparse/.libs/libgstrawparse.so libgstrawparse.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-removesilence.xml b/docs/plugins/inspect/plugin-removesilence.xml index c4d868dc94..5d5d55f8bc 100644 --- a/docs/plugins/inspect/plugin-removesilence.xml +++ b/docs/plugins/inspect/plugin-removesilence.xml @@ -3,10 +3,10 @@ Removes silence from an audio stream ../../gst/removesilence/.libs/libgstremovesilence.so libgstremovesilence.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-resindvd.xml b/docs/plugins/inspect/plugin-resindvd.xml index a8b04630b1..d9256e6b55 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.2.1 + 1.1.3 GPL gst-plugins-bad GStreamer @@ -32,7 +32,7 @@ video source sometimes -
video/x-raw, format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw, format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
diff --git a/docs/plugins/inspect/plugin-rfbsrc.xml b/docs/plugins/inspect/plugin-rfbsrc.xml index 8c6512624e..0309475a87 100644 --- a/docs/plugins/inspect/plugin-rfbsrc.xml +++ b/docs/plugins/inspect/plugin-rfbsrc.xml @@ -3,10 +3,10 @@ Connects to a VNC server and decodes RFB stream ../../gst/librfb/.libs/libgstrfbsrc.so libgstrfbsrc.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-rtmp.xml b/docs/plugins/inspect/plugin-rtmp.xml index 3b6b7a8530..635db55f3f 100644 --- a/docs/plugins/inspect/plugin-rtmp.xml +++ b/docs/plugins/inspect/plugin-rtmp.xml @@ -3,10 +3,10 @@ RTMP source and sink ../../ext/rtmp/.libs/libgstrtmp.so libgstrtmp.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-schro.xml b/docs/plugins/inspect/plugin-schro.xml index 74dc2590c6..a1e0c41933 100644 --- a/docs/plugins/inspect/plugin-schro.xml +++ b/docs/plugins/inspect/plugin-schro.xml @@ -3,10 +3,10 @@ Schroedinger plugin ../../ext/schroedinger/.libs/libgstschro.so libgstschro.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-sdp.xml b/docs/plugins/inspect/plugin-sdp.xml index 7232519376..d2ad179e3f 100644 --- a/docs/plugins/inspect/plugin-sdp.xml +++ b/docs/plugins/inspect/plugin-sdp.xml @@ -3,10 +3,10 @@ configure streaming sessions using SDP ../../gst/sdp/.libs/libgstsdpelem.so libgstsdpelem.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-segmentclip.xml b/docs/plugins/inspect/plugin-segmentclip.xml index 63c9d21c47..38b8d47cdd 100644 --- a/docs/plugins/inspect/plugin-segmentclip.xml +++ b/docs/plugins/inspect/plugin-segmentclip.xml @@ -3,10 +3,10 @@ Segment clip elements ../../gst/segmentclip/.libs/libgstsegmentclip.so libgstsegmentclip.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-shm.xml b/docs/plugins/inspect/plugin-shm.xml index fd493c1dfa..fe6f444610 100644 --- a/docs/plugins/inspect/plugin-shm.xml +++ b/docs/plugins/inspect/plugin-shm.xml @@ -3,10 +3,10 @@ shared memory sink source ../../sys/shm/.libs/libgstshm.so libgstshm.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-smooth.xml b/docs/plugins/inspect/plugin-smooth.xml index 4a0d76ef35..750484d21b 100644 --- a/docs/plugins/inspect/plugin-smooth.xml +++ b/docs/plugins/inspect/plugin-smooth.xml @@ -3,10 +3,10 @@ Apply a smooth filter to an image ../../gst/smooth/.libs/libgstsmooth.so libgstsmooth.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-soundtouch.xml b/docs/plugins/inspect/plugin-soundtouch.xml index c0592bb72c..d2556e82a3 100644 --- a/docs/plugins/inspect/plugin-soundtouch.xml +++ b/docs/plugins/inspect/plugin-soundtouch.xml @@ -3,10 +3,10 @@ Audio Pitch Controller & BPM Detection ../../ext/soundtouch/.libs/libgstsoundtouch.so libgstsoundtouch.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-spandsp.xml b/docs/plugins/inspect/plugin-spandsp.xml index b976ec9082..601d3303dd 100644 --- a/docs/plugins/inspect/plugin-spandsp.xml +++ b/docs/plugins/inspect/plugin-spandsp.xml @@ -3,10 +3,10 @@ libspandsp plugin ../../ext/spandsp/.libs/libgstspandsp.so libgstspandsp.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml index 5c2f3e97b8..cdb922a0e9 100644 --- a/docs/plugins/inspect/plugin-speed.xml +++ b/docs/plugins/inspect/plugin-speed.xml @@ -3,10 +3,10 @@ Set speed/pitch on audio/raw streams (resampler) ../../gst/speed/.libs/libgstspeed.so libgstspeed.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-subenc.xml b/docs/plugins/inspect/plugin-subenc.xml index 33ea9eb613..4d1d5b97db 100644 --- a/docs/plugins/inspect/plugin-subenc.xml +++ b/docs/plugins/inspect/plugin-subenc.xml @@ -3,10 +3,10 @@ subtitle encoders ../../gst/subenc/.libs/libgstsubenc.so libgstsubenc.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-videoparsersbad.xml b/docs/plugins/inspect/plugin-videoparsersbad.xml index 8f7509daba..0d394205ad 100644 --- a/docs/plugins/inspect/plugin-videoparsersbad.xml +++ b/docs/plugins/inspect/plugin-videoparsersbad.xml @@ -3,10 +3,10 @@ videoparsers ../../gst/videoparsers/.libs/libgstvideoparsersbad.so libgstvideoparsersbad.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-voaacenc.xml b/docs/plugins/inspect/plugin-voaacenc.xml index 696c4f9066..d6df3e3810 100644 --- a/docs/plugins/inspect/plugin-voaacenc.xml +++ b/docs/plugins/inspect/plugin-voaacenc.xml @@ -3,10 +3,10 @@ AAC audio encoder ../../ext/voaacenc/.libs/libgstvoaacenc.so libgstvoaacenc.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-voamrwbenc.xml b/docs/plugins/inspect/plugin-voamrwbenc.xml index c380ba4c21..30e916b0b4 100644 --- a/docs/plugins/inspect/plugin-voamrwbenc.xml +++ b/docs/plugins/inspect/plugin-voamrwbenc.xml @@ -3,10 +3,10 @@ Adaptive Multi-Rate Wide-Band Encoder ../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so libgstvoamrwbenc.so - 1.1.2.1 + 1.1.3 unknown gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-waylandsink.xml b/docs/plugins/inspect/plugin-waylandsink.xml index 9bdbc9d952..d84b0c2e9b 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.2 + 1.1.3 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 ccffea1c1c..4d0de0be51 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.2.1 + 1.1.3 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 4ec6c1b254..22f99b6ab9 100644 --- a/docs/plugins/inspect/plugin-zbar.xml +++ b/docs/plugins/inspect/plugin-zbar.xml @@ -3,10 +3,10 @@ zbar barcode scanner ../../ext/zbar/.libs/libgstzbar.so libgstzbar.so - 1.1.2.1 + 1.1.3 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/gst-plugins-bad.doap b/gst-plugins-bad.doap index 8b84addfe1..7025ad3763 100644 --- a/gst-plugins-bad.doap +++ b/gst-plugins-bad.doap @@ -33,6 +33,16 @@ real live maintainer, or some actual wide use. + + + 1.1.3 + 1.1 + + 2013-07-29 + + + + 1.1.2 diff --git a/win32/common/config.h b/win32/common/config.h index 387aa49572..8e54793cbd 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.2.1" +#define VERSION "1.1.3" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */