From bb48b6058dc1a8be75cd5a2070004dec2cb24746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 7 Oct 2012 15:57:03 +0100 Subject: Release 1.0.1 --- ChangeLog | 1211 ++++++++++++++++++++ NEWS | 20 +- RELEASE | 222 ++-- configure.ac | 4 +- docs/plugins/gst-plugins-bad-plugins.args | 230 ++-- docs/plugins/gst-plugins-bad-plugins.hierarchy | 87 ++ docs/plugins/inspect/plugin-adpcmdec.xml | 4 +- docs/plugins/inspect/plugin-adpcmenc.xml | 4 +- docs/plugins/inspect/plugin-asfmux.xml | 4 +- docs/plugins/inspect/plugin-assrender.xml | 4 +- docs/plugins/inspect/plugin-audiovisualizers.xml | 4 +- docs/plugins/inspect/plugin-autoconvert.xml | 4 +- docs/plugins/inspect/plugin-bayer.xml | 4 +- docs/plugins/inspect/plugin-bz2.xml | 4 +- docs/plugins/inspect/plugin-camerabin.xml | 4 +- docs/plugins/inspect/plugin-celt.xml | 4 +- docs/plugins/inspect/plugin-chromaprint.xml | 4 +- docs/plugins/inspect/plugin-coloreffects.xml | 4 +- docs/plugins/inspect/plugin-curl.xml | 4 +- docs/plugins/inspect/plugin-dataurisrc.xml | 4 +- docs/plugins/inspect/plugin-debugutilsbad.xml | 4 +- docs/plugins/inspect/plugin-dtmf.xml | 4 +- docs/plugins/inspect/plugin-dtsdec.xml | 4 +- docs/plugins/inspect/plugin-dvb.xml | 4 +- docs/plugins/inspect/plugin-dvbsuboverlay.xml | 4 +- docs/plugins/inspect/plugin-dvdspu.xml | 8 +- docs/plugins/inspect/plugin-faac.xml | 4 +- docs/plugins/inspect/plugin-faad.xml | 4 +- docs/plugins/inspect/plugin-festival.xml | 4 +- docs/plugins/inspect/plugin-flite.xml | 4 +- docs/plugins/inspect/plugin-fragmented.xml | 2 +- docs/plugins/inspect/plugin-gaudieffects.xml | 2 +- docs/plugins/inspect/plugin-gdp.xml | 4 +- docs/plugins/inspect/plugin-geometrictransform.xml | 4 +- docs/plugins/inspect/plugin-gmedec.xml | 4 +- docs/plugins/inspect/plugin-gsm.xml | 4 +- docs/plugins/inspect/plugin-gstsiren.xml | 4 +- docs/plugins/inspect/plugin-id3tag.xml | 4 +- docs/plugins/inspect/plugin-inter.xml | 2 +- docs/plugins/inspect/plugin-interlace.xml | 4 +- docs/plugins/inspect/plugin-jpegformat.xml | 4 +- docs/plugins/inspect/plugin-liveadder.xml | 4 +- docs/plugins/inspect/plugin-mimic.xml | 4 +- docs/plugins/inspect/plugin-mms.xml | 4 +- docs/plugins/inspect/plugin-modplug.xml | 4 +- docs/plugins/inspect/plugin-mpeg2enc.xml | 4 +- docs/plugins/inspect/plugin-mpegpsdemux.xml | 4 +- docs/plugins/inspect/plugin-mpegtsdemux.xml | 4 +- docs/plugins/inspect/plugin-mpegtsmux.xml | 4 +- docs/plugins/inspect/plugin-mpg123.xml | 4 +- docs/plugins/inspect/plugin-mplex.xml | 4 +- docs/plugins/inspect/plugin-opencv.xml | 4 +- docs/plugins/inspect/plugin-pcapparse.xml | 2 +- docs/plugins/inspect/plugin-pnm.xml | 4 +- docs/plugins/inspect/plugin-rawparse.xml | 4 +- docs/plugins/inspect/plugin-removesilence.xml | 4 +- docs/plugins/inspect/plugin-resindvd.xml | 2 +- docs/plugins/inspect/plugin-rtmp.xml | 4 +- docs/plugins/inspect/plugin-rtpmux.xml | 4 +- docs/plugins/inspect/plugin-rtpvp8.xml | 4 +- docs/plugins/inspect/plugin-scaletempo.xml | 2 +- docs/plugins/inspect/plugin-schro.xml | 4 +- docs/plugins/inspect/plugin-sdp.xml | 4 +- docs/plugins/inspect/plugin-segmentclip.xml | 4 +- docs/plugins/inspect/plugin-shm.xml | 4 +- docs/plugins/inspect/plugin-smooth.xml | 4 +- docs/plugins/inspect/plugin-soundtouch.xml | 4 +- docs/plugins/inspect/plugin-spandsp.xml | 4 +- docs/plugins/inspect/plugin-speed.xml | 4 +- docs/plugins/inspect/plugin-videoparsersbad.xml | 4 +- docs/plugins/inspect/plugin-voaacenc.xml | 4 +- docs/plugins/inspect/plugin-voamrwbenc.xml | 4 +- docs/plugins/inspect/plugin-waylandsink.xml | 4 +- docs/plugins/inspect/plugin-y4mdec.xml | 2 +- docs/plugins/inspect/plugin-zbar.xml | 4 +- gst-plugins-bad.doap | 10 + win32/common/config.h | 4 +- 77 files changed, 1667 insertions(+), 387 deletions(-) diff --git a/ChangeLog b/ChangeLog index c405ae72e..565bf7dea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,1214 @@ +=== release 1.0.1 === + +2012-10-07 Tim-Philipp Müller + + * configure.ac: + releasing 1.0.1 + +2012-10-06 14:57:54 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 6c0b52c to 6bb6951 + +2012-10-03 11:05:06 -0700 Michael Smith + + * ext/directfb/dfbvideosink.c: + * ext/wayland/waylandpool.c: + * gst-libs/gst/video/gstsurfacemeta.c: + * sys/applemedia/coremediabuffer.c: + * sys/applemedia/corevideobuffer.c: + * sys/pvr2d/gstpvrbufferpool.c: + meta info: register thread-safely. + +2012-10-03 17:23:01 +0200 Sebastian Dröge + + * gst/rtpvp8/Makefile.am: + rtpvp8: Also commit remaining uncommitted changes... + +2012-10-03 09:39:28 +0000 Andoni Morales Alastruey + + * gst/rtpvp8/Makefile.am: + rtpvp8: redifine vp8_norm to avoid duplicated symbols in static links with libvpx + +2012-10-03 09:49:39 +0000 Andoni Morales Alastruey + + * gst/videoparsers/Makefile.am: + videoparsers: fix duplicated symbols for static links with libschroedinger + +2011-12-26 22:04:04 -0600 Rob Clark + + * gst/dvdspu/gstdvdspu-render.c: + * gst/dvdspu/gstdvdspu.c: + dvdspu: add YV12 and NV12 support + https://bugzilla.gnome.org/show_bug.cgi?id=667220 + Conflicts: + gst/dvdspu/gstdvdspu.c + gst/dvdspu/gstdvdspu.h + gst/dvdspu/gstspu-pgs.c + gst/dvdspu/gstspu-vobsub-render.c + +2012-10-02 22:20:20 +1000 Jan Schmidt + + * ext/resindvd/rsnparsetter.c: + * ext/resindvd/rsnparsetter.h: + resindvd: Remove caps lock from parsetter element. + All the members it used to protect in 0.10 are protected by + the stream lock now. + +2012-10-01 23:43:47 +1000 Jan Schmidt + + * ext/resindvd/rsnparsetter.c: + resindvd: Update overridden caps when the DAR changes + Send a new caps event downstream when we receive new orders + from the VM, if there are existing caps. + +2012-10-01 23:21:12 +1000 Jan Schmidt + + * ext/resindvd/Makefile.am: + * ext/resindvd/resindvdbin.c: + * ext/resindvd/rsnparsetter.c: + * ext/resindvd/rsnparsetter.h: + * ext/resindvd/rsnwrappedbuffer.c: + * ext/resindvd/rsnwrappedbuffer.h: + resindvd: Port parsetter element + Port the DVD element which overrides the MPEG encoded pixel-aspect-ratio + to match that requested by the DVD VM. + +2012-10-01 13:52:35 +0200 Christian Fredrik Kalager Schaller + + * gst-plugins-bad.spec.in: + update for latest changes + +2012-09-30 20:52:30 +0200 Christophe Fergeau + + * ext/chromaprint/gstchromaprint.c: + chromaprint: Missing unmap buffer in transform_ip + When no samples have to be processed, transform_ip exits early, but + the buffer it uses was not properly unmapped. + https://bugzilla.gnome.org/show_bug.cgi?id=685159 + +2012-09-30 03:49:17 +1000 Jan Schmidt + + * ext/resindvd/gstmpegdemux.c: + * ext/resindvd/resindvdsrc.c: + resindvd: Fiddle with segment handling for DVD. + Clarify some of the terms used, and make sure to extend the + stop time when the position moves past the end of the current + segment (as for still frames, for example). + Also, make sure to reset the position value of the segment the + demuxer outputs when collecting a seamless segment. + +2012-09-29 13:21:18 +0100 Tim-Philipp Müller + + * gst/frei0r/gstfrei0rfilter.c: + * gst/frei0r/gstfrei0rmixer.c: + * gst/frei0r/gstfrei0rsrc.c: + frei0r: fix plugin loading for frei0r elements that have no info.explanation + We don't allow empty descriptions for elements any more. + +2012-09-29 12:36:08 +0100 Tim-Philipp Müller + + * ext/directfb/Makefile.am: + * ext/dts/gstdtsdec.c: + * ext/wayland/Makefile.am: + Remove some liboil references + https://bugzilla.gnome.org/show_bug.cgi?id=673285 + +2012-09-29 12:30:20 +0100 Tim-Philipp Müller + + * ext/cog/Makefile.am: + * ext/cog/gstcogcolorspace.c: + * ext/cog/gstcolorconvert.c: + * ext/cog/gstlogoinsert.c: + cog: remove some old elements so they don't get ported accidentally + They are replaced by videoconvert and gdkpixbufoverlay + +2012-09-28 22:30:39 +0400 Руслан Ижбулатов + + * ext/curl/gstcurlbasesink.c: + curl: fix compiler warning with setsockopt() on windows + The optval argument is of type const char * on windows. + https://bugzilla.gnome.org/show_bug.cgi?id=685065 + +2012-09-28 11:59:57 -0400 Nicolas Dufresne + + * configure.ac: + * gst/frei0r/gstfrei0r.c: + * gst/frei0r/gstfrei0rfilter.c: + * gst/frei0r/gstfrei0rmixer.c: + * gst/frei0r/gstfrei0rmixer.h: + * gst/frei0r/gstfrei0rsrc.c: + * gst/frei0r/gstfrei0rsrc.h: + frei0r: Port to 1.0 + https://bugzilla.gnome.org/show_bug.cgi?id=681678 + +2012-09-26 08:20:49 +0400 Руслан Ижбулатов + + * configure.ac: + * ext/curl/Makefile.am: + * ext/curl/gstcurlbasesink.c: + * ext/curl/gstcurlfilesink.c: + * ext/curl/gstcurlftpsink.c: + * ext/curl/gstcurlhttpsink.c: + * ext/curl/gstcurlsmtpsink.c: + * ext/curl/gstcurltlssink.c: + curl: fix build on win32 + https://bugzilla.gnome.org/show_bug.cgi?id=684847 + +2012-09-28 00:06:45 -0300 Thiago Santos + + * gst/camerabin2/gstwrappercamerabinsrc.c: + * gst/camerabin2/gstwrappercamerabinsrc.h: + wrappercamerabinsrc: change video-source if the user requested + When going from null to ready, check if the user requested to + use a new source and replace the current one. + Fixes #681562 + +2012-09-27 23:22:37 -0300 Thiago Santos + + * gst/camerabin2/gstwrappercamerabinsrc.h: + wrappercamerabinsrc: pad probe ids are gulong + Change variable to the correct type + +2012-09-27 19:40:36 -0300 Thiago Santos + + * gst/camerabin2/gstwrappercamerabinsrc.c: + camerabin: use correct element name when replacing the video filter + The name was updated on the 0.10 -> 1.0 transition, but the + gst_bin_remove was still using the old name, causing an assertion + when replacing video-source-filter + https://bugzilla.gnome.org/show_bug.cgi?id=681564 + +2012-09-26 14:50:04 +1000 Jan Schmidt + + * ext/soundtouch/gstpitch.cc: + soundtouch: Transform timestamps properly after a seek. + The segment is transformed to match the pitch conversion + being applied, so make sure the timestamps being output + match the configured downstream segment accordingly, and + adjust the downstream segment position to match the stream time + ratio also. + +2012-09-18 01:13:36 +1000 Jan Schmidt + + * ext/resindvd/gstmpegdemux.c: + resindvd: Don't send spurious 'close segment' events. Make a single segment + With the new 1.0 segment semantics, there's no need to close the + previous segment before sending out a new one, so don't do it. + Also, adjust the outgoing segment to just be one contiguous + timeline, with a base of 0. Fixes some repeating timestamps when + segments change. + +2012-09-24 17:25:25 +0200 Robert Swain + + * gst/fieldanalysis/gstfieldanalysis.c: + * gst/fieldanalysis/gstfieldanalysis.h: + fieldanalysis: Port to 1.0 + I was also vaguely forced to overhaul some bits and pieces and mess with + the data structures. This was mostly due to caps not being part of + buffers and so I had to switch to using GstVideoFrame and GstVideoInfo. + +2012-09-24 16:11:32 -0500 Yaakov Selkowitz + + * ext/chromaprint/Makefile.am: + chromaprint: link against libgstbase + Calls to gst_base_transform_get_type and gst_base_transform_set_passthrough + require linking with libgstbase. + https://bugzilla.gnome.org/show_bug.cgi?id=684740 + +2012-09-24 16:59:24 +0100 Tim-Philipp Müller + + * configure.ac: + * 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-dtmf.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-flite.xml: + * docs/plugins/inspect/plugin-fragmented.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-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-rtpmux.xml: + * docs/plugins/inspect/plugin-rtpvp8.xml: + * docs/plugins/inspect/plugin-scaletempo.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-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: + * win32/common/config.h: + Back to development (bug fixing) + +=== release 1.0.0 === + +2012-09-24 14:42:25 +0100 Tim-Philipp Müller + + * NEWS: + * RELEASE: + * configure.ac: + * gst-plugins-bad.doap: + * win32/common/config.h: + Release 1.0.0 + +2012-09-24 14:42:12 +0100 Tim-Philipp Müller + + * 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-dtmf.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-flite.xml: + * docs/plugins/inspect/plugin-fragmented.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-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-rtpmux.xml: + * docs/plugins/inspect/plugin-rtpvp8.xml: + * docs/plugins/inspect/plugin-scaletempo.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-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: + docs: update + +2012-09-23 13:15:20 -0700 David Schleef + + * sys/decklink/capture.cpp: + * sys/decklink/gstdecklink.cpp: + * sys/decklink/gstdecklink.h: + * sys/decklink/gstdecklinksink.cpp: + * sys/decklink/gstdecklinksrc.cpp: + * sys/decklink/gstdecklinksrc.h: + decklink: change device instance lifecycle + The decklink driver eventually crashes after repeated creation/deletion + of device, input, output, and configuration objects. Change to create + these at the outset and keep them around forever. + +2012-09-22 13:56:57 -0700 David Schleef + + * sys/decklink/gstdecklinksrc.cpp: + decklinksrc: Fix memory leaks + Buffers now hold on to a reference for the input, so the input + object doesn't get freed (and carry the buffers with it) before + all the buffers are freed. + +2012-09-23 21:08:57 +0100 Tim-Philipp Müller + + * tests/check/elements/assrender.c: + tests: disable assrender unit test + Doesn't work, needs fixing. + +2012-09-23 21:07:07 +0100 Tim-Philipp Müller + + * ext/assrender/gstassrender.c: + assrender: disable for autoplugging until it works + https://bugzilla.gnome.org/show_bug.cgi?id=683192 + https://bugzilla.gnome.org/show_bug.cgi?id=684683 + +2012-09-22 15:00:27 -0400 Olivier Crête + + * gst/dtmf/gstrtpdtmfdepay.c: + rtpdtmfdepay: Use 1.0-style caps negotiation and audio/x-raw + +2012-09-20 18:42:50 -0400 Olivier Crête + + * ext/opus/gstopus.c: + opusenc: Rank as Primary + +2012-09-20 18:41:24 -0400 Olivier Crête + + * ext/opus/gstrtpopuspay.c: + rtpopuspay: Allocate the rtp buffer correctly + Use the right functions to allocate the rtp buffer + +2012-09-22 16:08:39 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 4f962f7 to 6c0b52c + +2012-09-20 00:08:56 +0100 Tim-Philipp Müller + + * gst/inter/gstintersubsrc.c: + intersubsrc: disable timestamping code that doesn't make sense + and which breaks the states check because we end up trying to + divide by 0. + +2012-09-18 13:17:55 +0200 Mark Nauwelaerts + + * sys/applemedia/corevideobuffer.c: + * sys/applemedia/vtdec.c: + applemedia: init videoinfo + +2012-09-18 13:17:27 +0200 Mark Nauwelaerts + + * gst/y4m/gsty4mdec.c: + y4mdec: init videoinfo + +2012-09-18 00:12:52 +0100 Tim-Philipp Müller + + * docs/plugins/gst-plugins-bad-plugins-docs.sgml: + docs: remove one more old include + +=== release 0.11.99 === + +2012-09-17 18:04:51 +0100 Tim-Philipp Müller + + * configure.ac: + * gst-plugins-bad.doap: + * win32/common/config.h: + Release 0.11.99 + +2012-09-17 17:52:27 +0100 Tim-Philipp Müller + + * docs/plugins/gst-plugins-bad-plugins-docs.sgml: + * docs/plugins/gst-plugins-bad-plugins.hierarchy: + * docs/plugins/inspect/plugin-adpcmdec.xml: + * docs/plugins/inspect/plugin-adpcmenc.xml: + * docs/plugins/inspect/plugin-aiff.xml: + * docs/plugins/inspect/plugin-apexsink.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-cdaudio.xml: + * docs/plugins/inspect/plugin-cdxaparse.xml: + * docs/plugins/inspect/plugin-celt.xml: + * docs/plugins/inspect/plugin-chromaprint.xml: + * docs/plugins/inspect/plugin-cog.xml: + * docs/plugins/inspect/plugin-coloreffects.xml: + * docs/plugins/inspect/plugin-colorspace.xml: + * docs/plugins/inspect/plugin-curl.xml: + * docs/plugins/inspect/plugin-dataurisrc.xml: + * docs/plugins/inspect/plugin-dc1394.xml: + * docs/plugins/inspect/plugin-dccp.xml: + * docs/plugins/inspect/plugin-debugutilsbad.xml: + * docs/plugins/inspect/plugin-decklink.xml: + * docs/plugins/inspect/plugin-dfbvideosink.xml: + * docs/plugins/inspect/plugin-directdraw.xml: + * docs/plugins/inspect/plugin-dtmf.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-faceoverlay.xml: + * docs/plugins/inspect/plugin-fbdevsink.xml: + * docs/plugins/inspect/plugin-festival.xml: + * docs/plugins/inspect/plugin-fieldanalysis.xml: + * docs/plugins/inspect/plugin-filter.xml: + * docs/plugins/inspect/plugin-flite.xml: + * docs/plugins/inspect/plugin-fragmented.xml: + * docs/plugins/inspect/plugin-freeverb.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-gsettings.xml: + * docs/plugins/inspect/plugin-gsm.xml: + * docs/plugins/inspect/plugin-gstsiren.xml: + * docs/plugins/inspect/plugin-hdvparse.xml: + * docs/plugins/inspect/plugin-id3tag.xml: + * docs/plugins/inspect/plugin-inter.xml: + * docs/plugins/inspect/plugin-interlace.xml: + * docs/plugins/inspect/plugin-invtelecine.xml: + * docs/plugins/inspect/plugin-ivfparse.xml: + * docs/plugins/inspect/plugin-jp2kdecimator.xml: + * docs/plugins/inspect/plugin-jpegformat.xml: + * docs/plugins/inspect/plugin-kate.xml: + * docs/plugins/inspect/plugin-ladspa.xml: + * docs/plugins/inspect/plugin-linsys.xml: + * docs/plugins/inspect/plugin-liveadder.xml: + * docs/plugins/inspect/plugin-lv2.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-mpeg4videoparse.xml: + * docs/plugins/inspect/plugin-mpegdemux2.xml: + * docs/plugins/inspect/plugin-mpegpsdemux.xml: + * docs/plugins/inspect/plugin-mpegpsmux.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-musepack.xml: + * docs/plugins/inspect/plugin-musicbrainz.xml: + * docs/plugins/inspect/plugin-mve.xml: + * docs/plugins/inspect/plugin-mxf.xml: + * docs/plugins/inspect/plugin-mythtv.xml: + * docs/plugins/inspect/plugin-nas.xml: + * docs/plugins/inspect/plugin-neon.xml: + * docs/plugins/inspect/plugin-nsf.xml: + * docs/plugins/inspect/plugin-nuvdemux.xml: + * docs/plugins/inspect/plugin-ofa.xml: + * docs/plugins/inspect/plugin-opencv.xml: + * docs/plugins/inspect/plugin-patchdetect.xml: + * docs/plugins/inspect/plugin-pcapparse.xml: + * docs/plugins/inspect/plugin-pnm.xml: + * docs/plugins/inspect/plugin-rawparse.xml: + * docs/plugins/inspect/plugin-real.xml: + * docs/plugins/inspect/plugin-removesilence.xml: + * docs/plugins/inspect/plugin-resindvd.xml: + * docs/plugins/inspect/plugin-rfbsrc.xml: + * docs/plugins/inspect/plugin-rsvg.xml: + * docs/plugins/inspect/plugin-rtmp.xml: + * docs/plugins/inspect/plugin-rtpmux.xml: + * docs/plugins/inspect/plugin-rtpvp8.xml: + * docs/plugins/inspect/plugin-scaletempo.xml: + * docs/plugins/inspect/plugin-schro.xml: + * docs/plugins/inspect/plugin-sdi.xml: + * docs/plugins/inspect/plugin-sdl.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-sndfile.xml: + * docs/plugins/inspect/plugin-soundtouch.xml: + * docs/plugins/inspect/plugin-spandsp.xml: + * docs/plugins/inspect/plugin-spcdec.xml: + * docs/plugins/inspect/plugin-speed.xml: + * docs/plugins/inspect/plugin-stereo.xml: + * docs/plugins/inspect/plugin-subenc.xml: + * docs/plugins/inspect/plugin-swfdec.xml: + * docs/plugins/inspect/plugin-timidity.xml: + * docs/plugins/inspect/plugin-tta.xml: + * docs/plugins/inspect/plugin-vcdsrc.xml: + * docs/plugins/inspect/plugin-vdpau.xml: + * docs/plugins/inspect/plugin-video3d.xml: + * docs/plugins/inspect/plugin-videofiltersbad.xml: + * docs/plugins/inspect/plugin-videomeasure.xml: + * docs/plugins/inspect/plugin-videoparsersbad.xml: + * docs/plugins/inspect/plugin-videosignal.xml: + * docs/plugins/inspect/plugin-vmnc.xml: + * docs/plugins/inspect/plugin-voaacenc.xml: + * docs/plugins/inspect/plugin-voamrwbenc.xml: + * docs/plugins/inspect/plugin-waylandsink.xml: + * docs/plugins/inspect/plugin-wildmidi.xml: + * docs/plugins/inspect/plugin-xvid.xml: + * docs/plugins/inspect/plugin-y4mdec.xml: + * docs/plugins/inspect/plugin-zbar.xml: + docs: update + +2012-09-17 17:13:45 +0100 Tim-Philipp Müller + + * configure.ac: + * docs/plugins/Makefile.am: + * docs/plugins/gst-plugins-bad-plugins-docs.sgml: + * docs/plugins/gst-plugins-bad-plugins-sections.txt: + * docs/plugins/inspect/plugin-freeze.xml: + * gst/freeze/Makefile.am: + * gst/freeze/gstfreeze.c: + * gst/freeze/gstfreeze.h: + freeze: remove freeze element, was replaced by imagefreeze in -good years ago + +2012-09-17 23:59:34 +1000 Jan Schmidt + + * ext/resindvd/gstmpegdemux.c: + * ext/resindvd/resindvdbin.c: + resindvd: Fix segment handling in the demuxer. + Transfer the incoming segment base time to the src + segment the demuxer sends downstream. Add some + (disabled) debug to the bin for tracking outgoing + timestamps. + +2012-09-17 00:05:19 +0200 Christian Fredrik Kalager Schaller + + * gst-plugins-bad.spec.in: + Remove vp8 plugin from spec after move to good + +2012-09-16 15:48:02 +0200 Sebastian Dröge + + * Makefile.am: + * configure.ac: + * docs/plugins/Makefile.am: + * docs/plugins/gst-plugins-bad-plugins-docs.sgml: + * docs/plugins/gst-plugins-bad-plugins-sections.txt: + * docs/plugins/inspect/plugin-vp8.xml: + * ext/Makefile.am: + * ext/vp8/GstVP8Enc.prs: + * ext/vp8/Makefile.am: + * ext/vp8/gstvp8dec.c: + * ext/vp8/gstvp8dec.h: + * ext/vp8/gstvp8enc.c: + * ext/vp8/gstvp8enc.h: + * ext/vp8/gstvp8utils.c: + * ext/vp8/gstvp8utils.h: + * ext/vp8/plugin.c: + * tests/check/Makefile.am: + * tests/check/elements/.gitignore: + * tests/check/elements/vp8dec.c: + * tests/check/elements/vp8enc.c: + vp8: Remove plugin, moved to gst-plugins-good + +2012-09-16 15:25:08 +0200 Sebastian Dröge + + * ext/vp8/gstvp8dec.c: + vp8dec: Unref input/output states when stopping the decoder + +2012-09-16 15:18:20 +0200 Sebastian Dröge + + * ext/vp8/GstVP8Enc.prs: + vp8enc: Update realtime profile to the new properties + +2012-09-16 11:00:53 +0200 Christian Fredrik Kalager Schaller + + * gst-plugins-bad.spec.in: + Update and fix spec with latest changes and F18 name scheeme + +2012-09-16 10:56:07 +0200 Sebastian Dröge + + * configure.ac: + * ext/vp8/gstvp8dec.c: + vp8: Require latest libvpx release (1.1.0 from May 2012) + Fixes bug #684116 and simplifies configure checks. + +2012-09-15 20:23:13 +0200 Sebastian Dröge + + * ext/vp8/gstvp8enc.c: + vp8enc: Use a string field for the profile in the caps + Just for consistency with all the other codecs. + +2012-09-15 19:08:33 +0200 Mark Nauwelaerts + + * ext/resindvd/rsndec.c: + * gst/autoconvert/gstautovideoconvert.c: + * tests/examples/opencv/gst_element_print_properties.c: + use gst_element_factory_get_metadata to replace obsolete API + +2012-09-15 00:04:07 +0200 Sebastian Dröge + + * ext/vp8/gstvp8enc.c: + vp8enc: Correctly set profile in caps + +2012-09-14 23:41:48 +0200 Sebastian Dröge + + * ext/vp8/gstvp8dec.c: + * ext/vp8/gstvp8enc.c: + vp8: Update copyright and authors + +2012-09-14 23:40:18 +0200 Sebastian Dröge + + * docs/plugins/gst-plugins-bad-plugins.args: + * docs/plugins/gst-plugins-bad-plugins.hierarchy: + * 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-celt.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-dtmf.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-flite.xml: + * docs/plugins/inspect/plugin-fragmented.xml: + * docs/plugins/inspect/plugin-freeze.xml: + * docs/plugins/inspect/plugin-gaudieffects.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-mpegtsdemux.xml: + * docs/plugins/inspect/plugin-mpegtsmux.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-rtpmux.xml: + * docs/plugins/inspect/plugin-rtpvp8.xml: + * docs/plugins/inspect/plugin-scaletempo.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-videoparsersbad.xml: + * docs/plugins/inspect/plugin-voaacenc.xml: + * docs/plugins/inspect/plugin-vp8.xml: + * docs/plugins/inspect/plugin-y4mdec.xml: + * docs/plugins/inspect/plugin-zbar.xml: + docs: Update plugin docs + +2012-09-08 15:38:40 +0200 Sebastian Dröge + + * ext/vp8/gstvp8enc.c: + * ext/vp8/gstvp8enc.h: + vp8enc: Rework encoder properties to be more in line with the libvpx tools and API + Also add all available properties. + +2012-09-14 17:55:05 +0200 Mark Nauwelaerts + + * gst/jp2kdecimator/gstjp2kdecimator.c: + * sys/decklink/gstdecklinksrc.cpp: + replace _get_caps_reffed with _get_caps + +2012-09-14 17:08:49 +0200 Mark Nauwelaerts + + * ext/apexsink/gstapexsink.c: + * ext/assrender/gstassrender.c: + * ext/audiofile/gstafparse.c: + * ext/audiofile/gstafsink.c: + * ext/audiofile/gstafsrc.c: + * ext/bz2/gstbz2dec.c: + * ext/bz2/gstbz2enc.c: + * ext/cdaudio/gstcdaudio.c: + * ext/celt/gstceltdec.c: + * ext/celt/gstceltenc.c: + * ext/chromaprint/gstchromaprint.c: + * ext/cog/gstcogcolorspace.c: + * ext/cog/gstcogdownsample.c: + * ext/cog/gstcogmse.c: + * ext/cog/gstcogscale.c: + * ext/cog/gstcolorconvert.c: + * ext/cog/gstlogoinsert.c: + * ext/curl/gstcurlbasesink.c: + * ext/curl/gstcurlfilesink.c: + * ext/curl/gstcurlftpsink.c: + * ext/curl/gstcurlhttpsink.c: + * ext/curl/gstcurlsmtpsink.c: + * ext/curl/gstcurltlssink.c: + * ext/dc1394/gstdc1394.c: + * ext/dirac/gstdiracdec.cc: + * ext/dirac/gstdiracenc.cc: + * ext/directfb/dfbvideosink.c: + * ext/dts/gstdtsdec.c: + * ext/faac/gstfaac.c: + * ext/faad/gstfaad.c: + * ext/flite/gstflitetestsrc.c: + * ext/gme/gstgme.c: + * ext/gsettings/gstgsettingsaudiosink.c: + * ext/gsettings/gstgsettingsaudiosrc.c: + * ext/gsettings/gstgsettingsvideosink.c: + * ext/gsettings/gstgsettingsvideosrc.c: + * ext/gsm/gstgsmdec.c: + * ext/gsm/gstgsmenc.c: + * ext/jasper/gstjasperdec.c: + * ext/jasper/gstjasperenc.c: + * ext/kate/gstkatedec.c: + * ext/kate/gstkateenc.c: + * ext/kate/gstkateparse.c: + * ext/kate/gstkatetag.c: + * ext/kate/gstkatetiger.c: + * ext/ladspa/gstladspa.c: + * ext/libfame/gstlibfame.c: + * ext/libmms/gstmms.c: + * ext/lv2/gstlv2.c: + * ext/mimic/gstmimdec.c: + * ext/mimic/gstmimenc.c: + * ext/modplug/gstmodplug.cc: + * ext/mpeg2enc/gstmpeg2enc.cc: + * ext/mplex/gstmplex.cc: + * ext/musepack/gstmusepackdec.c: + * ext/musicbrainz/gsttrm.c: + * ext/mythtv/gstmythtvsrc.c: + * ext/nas/nassink.c: + * ext/neon/gstneonhttpsrc.c: + * ext/ofa/gstofa.c: + * ext/openal/gstopenalsink.c: + * ext/openal/gstopenalsrc.c: + * ext/opencv/gstcvdilate.c: + * ext/opencv/gstcvequalizehist.c: + * ext/opencv/gstcverode.c: + * ext/opencv/gstcvlaplace.c: + * ext/opencv/gstcvsmooth.c: + * ext/opencv/gstcvsobel.c: + * ext/opencv/gstedgedetect.c: + * ext/opencv/gstfaceblur.c: + * ext/opencv/gstfacedetect.c: + * ext/opencv/gstmotioncells.c: + * ext/opencv/gstpyramidsegment.c: + * ext/opencv/gsttemplatematch.c: + * ext/opencv/gsttextoverlay.c: + * ext/opus/gstopusdec.c: + * ext/opus/gstopusenc.c: + * ext/opus/gstopusparse.c: + * ext/opus/gstrtpopusdepay.c: + * ext/opus/gstrtpopuspay.c: + * ext/resindvd/gstmpegdemux.c: + * ext/resindvd/resindvdbin.c: + * ext/resindvd/resindvdsrc.c: + * ext/resindvd/rsndec.c: + * ext/resindvd/rsnparsetter.c: + * ext/rsvg/gstrsvgdec.c: + * ext/rsvg/gstrsvgoverlay.c: + * ext/rtmp/gstrtmpsink.c: + * ext/rtmp/gstrtmpsrc.c: + * ext/schroedinger/gstschrodec.c: + * ext/schroedinger/gstschroenc.c: + * ext/sdl/sdlaudiosink.c: + * ext/sdl/sdlvideosink.c: + * ext/snapshot/gstsnapshot.c: + * ext/sndfile/gstsfsink.c: + * ext/sndfile/gstsfsrc.c: + * ext/sndio/sndiosink.c: + * ext/sndio/sndiosrc.c: + * ext/soundtouch/gstbpmdetect.cc: + * ext/soundtouch/gstpitch.cc: + * ext/spandsp/gstspanplc.c: + * ext/spc/gstspc.c: + * ext/swfdec/gstswfdec.c: + * ext/teletextdec/gstteletextdec.c: + * ext/timidity/gsttimidity.c: + * ext/timidity/gstwildmidi.c: + * ext/voaacenc/gstvoaacenc.c: + * ext/voamrwbenc/gstvoamrwbenc.c: + * ext/vp8/gstvp8dec.c: + * ext/vp8/gstvp8enc.c: + * ext/wayland/gstwaylandsink.c: + * ext/xvid/gstxviddec.c: + * ext/xvid/gstxvidenc.c: + * ext/zbar/gstzbar.c: + * gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c: + * gst/adpcmdec/adpcmdec.c: + * gst/adpcmenc/adpcmenc.c: + * gst/aiff/aiffmux.c: + * gst/aiff/aiffparse.c: + * gst/asfmux/gstasfmux.c: + * gst/asfmux/gstasfparse.c: + * gst/asfmux/gstrtpasfpay.c: + * gst/audiobuffer/gstaudioringbuffer.c: + * gst/audiovisualizers/gstspacescope.c: + * gst/audiovisualizers/gstspectrascope.c: + * gst/audiovisualizers/gstsynaescope.c: + * gst/audiovisualizers/gstwavescope.c: + * gst/autoconvert/gstautovideoconvert.c: + * gst/bayer/gstbayer2rgb.c: + * gst/bayer/gstrgb2bayer.c: + * gst/camerabin2/gstcamerabin2.c: + * gst/camerabin2/gstviewfinderbin.c: + * gst/camerabin2/gstwrappercamerabinsrc.c: + * gst/cdxaparse/gstcdxaparse.c: + * gst/cdxaparse/gstvcdparse.c: + * gst/coloreffects/gstchromahold.c: + * gst/coloreffects/gstcoloreffects.c: + * gst/dataurisrc/gstdataurisrc.c: + * gst/dccp/gstdccpclientsink.c: + * gst/dccp/gstdccpclientsrc.c: + * gst/dccp/gstdccpserversink.c: + * gst/dccp/gstdccpserversrc.c: + * gst/debugutils/fpsdisplaysink.c: + * gst/debugutils/gstchecksumsink.c: + * gst/debugutils/gstchopmydata.c: + * gst/debugutils/gstcompare.c: + * gst/debugutils/gstdebugspy.c: + * gst/dtmf/gstdtmfsrc.c: + * gst/dtmf/gstrtpdtmfdepay.c: + * gst/dvbsuboverlay/gstdvbsuboverlay.c: + * gst/dvdspu/gstdvdspu.c: + * gst/faceoverlay/gstfaceoverlay.c: + * gst/festival/gstfestival.c: + * gst/fieldanalysis/gstfieldanalysis.c: + * gst/freeverb/gstfreeverb.c: + * gst/freeze/gstfreeze.c: + * gst/frei0r/gstfrei0rfilter.c: + * gst/frei0r/gstfrei0rmixer.c: + * gst/frei0r/gstfrei0rsrc.c: + * gst/games/gstpuzzle.c: + * gst/gaudieffects/gstburn.c: + * gst/gaudieffects/gstchromium.c: + * gst/gaudieffects/gstdilate.c: + * gst/gaudieffects/gstdodge.c: + * gst/gaudieffects/gstexclusion.c: + * gst/gaudieffects/gstgaussblur.c: + * gst/gaudieffects/gstsolarize.c: + * gst/geometrictransform/gstbulge.c: + * gst/geometrictransform/gstcircle.c: + * gst/geometrictransform/gstdiffuse.c: + * gst/geometrictransform/gstfisheye.c: + * gst/geometrictransform/gstkaleidoscope.c: + * gst/geometrictransform/gstmarble.c: + * gst/geometrictransform/gstmirror.c: + * gst/geometrictransform/gstpinch.c: + * gst/geometrictransform/gstrotate.c: + * gst/geometrictransform/gstsphere.c: + * gst/geometrictransform/gstsquare.c: + * gst/geometrictransform/gststretch.c: + * gst/geometrictransform/gsttunnel.c: + * gst/geometrictransform/gsttwirl.c: + * gst/geometrictransform/gstwaterripple.c: + * gst/hdvparse/gsthdvparse.c: + * gst/hls/gsthlsdemux.c: + * gst/hls/gsthlssink.c: + * gst/id3tag/gstid3mux.c: + * gst/inter/gstinteraudiosink.c: + * gst/inter/gstinteraudiosrc.c: + * gst/inter/gstintersubsink.c: + * gst/inter/gstintersubsrc.c: + * gst/inter/gstintervideosink.c: + * gst/inter/gstintervideosrc.c: + * gst/interlace/gstinterlace.c: + * gst/ivfparse/gstivfparse.c: + * gst/jp2kdecimator/gstjp2kdecimator.c: + * gst/jpegformat/gstjifmux.c: + * gst/jpegformat/gstjpegparse.c: + * gst/librfb/gstrfbsrc.c: + * gst/liveadder/liveadder.c: + * gst/mixmatrix/mixmatrix.c: + * gst/mpeg1sys/gstmpeg1systemencode.c: + * gst/mpegdemux/gstmpegdemux.c: + * gst/mpegpsmux/mpegpsmux.c: + * gst/mpegtsdemux/tsdemux.c: + * gst/mpegtsmux/mpegtsmux.c: + * gst/mve/gstmvedemux.c: + * gst/mve/gstmvemux.c: + * gst/mxf/mxfdemux.c: + * gst/mxf/mxfmux.c: + * gst/nsf/gstnsf.c: + * gst/nuvdemux/gstnuvdemux.c: + * gst/overlay/gstoverlay.c: + * gst/patchdetect/gstpatchdetect.c: + * gst/pcapparse/gstirtspparse.c: + * gst/pcapparse/gstpcapparse.c: + * gst/pnm/gstpnmdec.c: + * gst/pnm/gstpnmenc.c: + * gst/rawparse/gstaudioparse.c: + * gst/rawparse/gstvideoparse.c: + * gst/real/gstrealaudiodec.c: + * gst/real/gstrealvideodec.c: + * gst/removesilence/gstremovesilence.c: + * gst/rtjpeg/gstrtjpegdec.c: + * gst/rtjpeg/gstrtjpegenc.c: + * gst/rtpvp8/gstrtpvp8pay.c: + * gst/scaletempo/gstscaletempo.c: + * gst/sdi/gstsdidemux.c: + * gst/sdi/gstsdimux.c: + * gst/sdp/gstsdpdemux.c: + * gst/segmentclip/gstaudiosegmentclip.c: + * gst/segmentclip/gstvideosegmentclip.c: + * gst/siren/gstsirendec.c: + * gst/siren/gstsirenenc.c: + * gst/smooth/gstsmooth.c: + * gst/speed/gstspeed.c: + * gst/stereo/gststereo.c: + * gst/subenc/gstsrtenc.c: + * gst/subenc/gstwebvttenc.c: + * gst/tta/gstttadec.c: + * gst/tta/gstttaparse.c: + * gst/vbidec/gstvbidec.c: + * gst/videofilters/gstscenechange.c: + * gst/videofilters/gstzebrastripe.c: + * gst/videomeasure/gstvideomeasure_collector.c: + * gst/videomeasure/gstvideomeasure_ssim.c: + * gst/videoparsers/gstdiracparse.c: + * gst/videoparsers/gsth263parse.c: + * gst/videoparsers/gsth264parse.c: + * gst/videoparsers/gstmpeg4videoparse.c: + * gst/videoparsers/gstmpegvideoparse.c: + * gst/videosignal/gstvideoanalyse.c: + * gst/videosignal/gstvideodetect.c: + * gst/videosignal/gstvideomark.c: + * gst/vmnc/vmncdec.c: + * gst/y4m/gsty4mdec.c: + * sys/acmenc/acmenc.c: + * sys/acmmp3dec/acmmp3dec.c: + * sys/applemedia/avfvideosrc.m: + * sys/applemedia/celvideosrc.c: + * sys/applemedia/miovideosrc.c: + * sys/applemedia/qtkitvideosrc.m: + * sys/applemedia/vtenc.c: + * sys/applemedia/vth264decbin.c: + * sys/applemedia/vth264encbin.c: + * sys/avc/gstavcsrc.cpp: + * sys/cdrom/gstcdplayer.c: + * sys/decklink/gstdecklinksink.cpp: + * sys/decklink/gstdecklinksrc.cpp: + * sys/directdraw/gstdirectdrawsink.c: + * sys/directsound/gstdirectsoundsrc.c: + * sys/dshowsrcwrapper/gstdshowaudiosrc.cpp: + * sys/dshowsrcwrapper/gstdshowvideosrc.cpp: + * sys/dshowvideosink/dshowvideosink.cpp: + * sys/dvb/dvbbasebin.c: + * sys/dvb/gstdvbsrc.c: + * sys/dxr3/dxr3audiosink.c: + * sys/dxr3/dxr3spusink.c: + * sys/dxr3/dxr3videosink.c: + * sys/fbdev/gstfbdevsink.c: + * sys/linsys/gstlinsyssdisink.c: + * sys/linsys/gstlinsyssdisrc.c: + * sys/osxvideo/osxvideosrc.c: + * sys/pvr2d/gstpvrvideosink.c: + * sys/qcam/gstqcamsrc.c: + * sys/qtwrapper/audiodecoders.c: + * sys/qtwrapper/videodecoders.c: + * sys/shm/gstshmsink.c: + * sys/shm/gstshmsrc.c: + * sys/uvch264/gstuvch264_mjpgdemux.c: + * sys/uvch264/gstuvch264_src.c: + * sys/vcd/vcdsrc.c: + * sys/vdpau/gstvdpsink.c: + * sys/vdpau/gstvdpvideopostprocess.c: + * sys/vdpau/h264/gstvdph264dec.c: + * sys/vdpau/mpeg/gstvdpmpegdec.c: + * sys/vdpau/mpeg4/gstvdpmpeg4dec.c: + * sys/wasapi/gstwasapisink.c: + * sys/wasapi/gstwasapisrc.c: + * sys/wininet/gstwininetsrc.c: + * sys/winks/gstksvideosrc.c: + * sys/winscreencap/gstdx9screencapsrc.c: + * sys/winscreencap/gstgdiscreencapsrc.c: + * tests/check/elements/baseaudiovisualizer.c: + * tests/check/elements/camerabin.c: + * tools/gst-element-maker: + replace gst_element_class_set_details_simple with gst_element_class_set_metadata + +2012-09-14 12:06:23 +0200 Mark Nauwelaerts + + * gst/videoparsers/gsth264parse.c: + h264parse: init pps and sps structures before parsing + ... which arranges for a valid fallback id, and allows to continue best effort + processing even when sps/pps parsing fails. + +2012-09-03 13:58:22 +0200 Peter Seiderer + + * gst/videoparsers/gsth264parse.c: + gsth264parse: add comment where return should be checked. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683264 + +2012-09-03 13:43:03 +0200 Peter Seiderer + + * gst-libs/gst/codecparsers/gsth264parser.c: + gsth264parser: fix Coverity found not initialized sps/pps valid member. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683264 + +2012-09-03 13:09:29 +0200 Peter Seiderer + + * gst-libs/gst/codecparsers/gsth264parser.c: + gsth264parser: fix Coverity detected off by one at call to READ_UE_ALLOWED. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683263 + +2012-09-14 16:49:24 +0200 Wim Taymans + + * gst/gaudieffects/blur-example.py: + * gst/gaudieffects/burn-example.py: + rename some caps + +2012-09-14 16:45:34 +0200 Wim Taymans + + * ext/assrender/gstassrender.c: + * ext/cog/gstcogscale.c: + * ext/gsettings/gstgsettingsvideosink.c: + * ext/gsettings/gstgsettingsvideosrc.c: + * ext/kate/gstkatetiger.c: + * ext/opencv/gstedgedetect.c: + * ext/opencv/gstfaceblur.c: + * ext/opencv/gsttemplatematch.c: + * ext/resindvd/resin-play: + * ext/rsvg/gstrsvgdec.c: + * ext/rsvg/gstrsvgoverlay.c: + * ext/teletextdec/gstteletextdec.c: + * ext/zbar/gstzbar.c: + * gst/asfmux/gstasfmux.c: + * gst/coloreffects/gstchromahold.c: + * gst/coloreffects/gstcoloreffects.c: + * gst/faceoverlay/gstfaceoverlay.c: + * gst/fieldanalysis/gstfieldanalysis.c: + * gst/freeze/gstfreeze.c: + * gst/gaudieffects/blur-example.py: + * gst/gaudieffects/burn-example.py: + * gst/hls/gsthlsdemux.c: + * gst/jp2kdecimator/gstjp2kdecimator.c: + * gst/nuvdemux/gstnuvdemux.c: + * gst/pnm/gstpnmdec.c: + * gst/pnm/gstpnmenc.c: + * gst/scaletempo/gstscaletempo.c: + * gst/videomeasure/gstvideomeasure_ssim.c: + * gst/videosignal/gstvideoanalyse.c: + * gst/videosignal/gstvideodetect.c: + * sys/uvch264/gstuvch264_src.c: + * tests/examples/capsfilter/capsfilter1.c: + * tests/examples/directfb/gstdfb.c: + * tests/examples/opencv/gstmotioncells_dynamic_test.c: + * tests/icles/metadata_editor.c: + ffmpegcolorspace is no more + +2012-09-14 16:29:23 +0200 Wim Taymans + + * ext/opencv/gstfacedetect.c: + * ext/opencv/gstmotioncells.c: + * gst/asfmux/gstasfmux.c: + * gst/autoconvert/gstautovideoconvert.c: + * gst/interlace/gstinterlace.c: + * gst/pnm/gstpnmenc.c: + * gst/rawparse/README: + * win32/common/config.h: + rename some caps and elements in examples + +2012-09-02 20:17:14 +0200 Arnaud Vrac + + * gst/videoparsers/gstmpeg4videoparse.c: + * gst/videoparsers/gstmpeg4videoparse.h: + mpeg4videoparse: use previously parsed visual object when parsing VOL + https://bugzilla.gnome.org/show_bug.cgi?id=683254 + +2012-09-02 20:19:17 +0200 Arnaud Vrac + + * gst-libs/gst/codecparsers/gstmpeg4parser.c: + mpeg4parser: parse complexity estimation header in video object layer + https://bugzilla.gnome.org/show_bug.cgi?id=683254 + +2012-09-02 20:18:32 +0200 Arnaud Vrac + + * gst-libs/gst/codecparsers/gstmpeg4parser.c: + mpeg4parser: fix some issues related to video object layer parsing + https://bugzilla.gnome.org/show_bug.cgi?id=683254 + +2012-09-02 18:21:16 +0200 Arnaud Vrac + + * gst/videoparsers/gstmpeg4videoparse.c: + mpeg4videoparse: do not skip user data + User data was skipped until now, so the user data was included when + parsing the previous packet and in the config buffer. + https://bugzilla.gnome.org/show_bug.cgi?id=683254 + +2012-09-14 02:59:08 +0100 Tim-Philipp Müller + + * configure.ac: + Back to development + +=== release 0.11.94 === + +2012-09-14 02:50:44 +0100 Tim-Philipp Müller + + * ChangeLog: + * configure.ac: + * gst-plugins-bad.doap: + * win32/common/config.h: + Release 0.11.94 + 2012-09-14 02:06:48 +0100 Tim-Philipp Müller * docs/plugins/gst-plugins-bad-plugins.args: diff --git a/NEWS b/NEWS index 52d1674f3..4bd099660 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,22 @@ -This is GStreamer Bad Plugins 1.0.0 +This is GStreamer Bad Plugins 1.0.1 + +Changes since 1.0.0: + + * fieldanalysis and frei0r plugins ported to 1.0 + * DVD playback fixes + * pitch: transform timestamps properly after a seek + * camerabin fixes + +Bugs fixed since 1.0.0: + + * 667220 : dvdspu: add NV12 support + * 681562 : Issue setting " video-source " property on wrappercamerabinsrc + * 681564 : Issue setting " video-source-filter " property on wrappercamerabinsrc + * 681678 : frei0r: port to 1.0 + * 684740 : chromaprint: resolve undefined symbols + * 684847 : curl: fix build on win32 + * 685065 : Missing cast in curlbasesink + * 685159 : chromaprint: Missing unmap buffer in transform_ip New features in 1.0.0: diff --git a/RELEASE b/RELEASE index 7eb829a54..bbdec9766 100644 --- a/RELEASE +++ b/RELEASE @@ -1,46 +1,22 @@ -Release notes for GStreamer Bad Plugins 1.0.0 -The GStreamer project is pleased to announce the very first release of the -new API and ABI-stable 1.x series of the GStreamer multimedia framework. +Release notes for GStreamer Bad Plugins 1.0.1 -The 1.x series is a stable series targeted at end users. It is not API or ABI -compatible with the 0.10.x series. It can, however, be installed in parallel -with the 0.10.x series and will not affect an existing 0.10.x installation. -Major improvements include: more flexible memory handling; extensible and -negotiable metadata for buffers; caps negotiation and renegotiation mechanisms, -decoupled from buffer allocation; improved caps renegotiation; automatic -re-sending of state for dynamic pipelines; reworked and more fine-grained pad -probing; simpler and more descriptive audio and video caps; more efficient -allocation of buffers, events and other mini objects; improved timestamp -handling; support for gobject-inspection-based language bindings; countless -other improvements. +The GStreamer team is proud to announce a new release +in the 1.x stable series of the +core of the GStreamer streaming media framework. -Most of these changes involve the GStreamer plugin API. The application API -has changed comparatively little, and most applications should be fairly easy -to port to the new API. There is a porting guide available. -The GStreamer team would like to thank everyone who helped bring this release -about, whether by submitting patches, reporting bugs, testing, sponsoring -development, attending hackfests, or simply supplying moral support. +The 1.x series is a stable series targeted at end users. +It is not API or ABI compatible with the stable 0.10.x series. +It is, however, parallel installable with the 0.10.x series and +will not affect an existing 0.10.x installation. -This is the end of a long development process, but also the beginning of -one. This release does not mark the pinnacle of perfection, but the point -where the team is content with the API and stability and quality of the code -base in general, especially compared to the old 0.10 series. -There will be bugs to fix, and starting from this release there will be -distinct bug-fixing and feature development cycles, with the goal of getting -bug-fixes out quicker and unencumbered by other more risky changes. See - - http://gstreamer.freedesktop.org/wiki/ReleasePlanning/RoadMap - -for a tentative road map and possible schedule. - -=== Module "That an accusation?" + No perfectly groomed moustache or any amount of fine clothing is going to cover up the truth - these plugins are Bad with a capital B. They look fine on the outside, and might even appear to get the job done, but @@ -48,12 +24,14 @@ at the end of the day they're a black sheep. Without a golden-haired angel to watch over them, they'll probably land in an unmarked grave at the final showdown. + Don't bug us about their quality - exercise your Free Software rights, patch up the offender and send us the patch on the fastest steed you can steal from the Confederates. Because you see, in this world, there's two kinds of people, my friend: those with loaded guns and those who dig. You dig. + This module contains a set of plugins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live @@ -67,113 +45,89 @@ New contributors can start here for things to work on. Other modules containing plugins are: - gst-plugins-base : a basic set of well-supported plugins - gst-plugins-good : a set of well-supported plugins under our preferred license - gst-plugins-ugly : a set of well-supported plugins, but might pose problems - for distributors - gst-libav : a set of codecs plugins based on libav (formerly gst-ffmpeg) -==== Download +gst-plugins-base +contains a basic set of well-supported plugins +gst-plugins-good +contains a set of well-supported plugins under our preferred license +gst-plugins-ugly +contains a set of well-supported plugins, but might pose problems for + distributors +gst-libav +contains a set of codecs plugins based on libav (formerly gst-ffmpeg) -You can find source releases of gstreamer in the download directory: - http://gstreamer.freedesktop.org/src/gstreamer/ -==== GStreamer Homepage + -More details can be found on the project's website: +Features of this release + + * Parallel installability with 0.10.x series + * fieldanalysis and frei0r plugins ported to 1.0 + * DVD playback fixes + * pitch: transform timestamps properly after a seek + * camerabin fixes + * bug fixes - http://gstreamer.freedesktop.org/ +Bugs fixed in this release + + * 667220 : dvdspu: add NV12 support + * 681562 : Issue setting " video-source " property on wrappercamerabinsrc + * 681564 : Issue setting " video-source-filter " property on wrappercamerabinsrc + * 681678 : frei0r: port to 1.0 + * 684740 : chromaprint: resolve undefined symbols + * 684847 : curl: fix build on win32 + * 685065 : Missing cast in curlbasesink + * 685159 : chromaprint: Missing unmap buffer in transform_ip -==== Support and Bugs +==== Download ==== -We use GNOME's bugzilla for bug reports and feature requests: +You can find source releases of gst-plugins-bad in the download +directory: http://gstreamer.freedesktop.org/src/gst-plugins-bad/ + +The git repository and details how to clone it can be found at +http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/ + +==== Homepage ==== - http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer - or - http://gstreamer.freedesktop.org/bugs/ - -==== Developers - -GStreamer is stored in Git, hosted at git.freedesktop.org, and can be -cloned from there. Interested developers of the core library, plugins, and -applications should subscribe to the gstreamer-devel list and/or pop into -our #gstreamer IRC channel on Freenode. - -==== Contributors to this release - - Alban Browaeys - Albert Astrals Cid - Aleix Conchillo Flaque - Alessandro Decina - Andoni Morales Alastruey - Andre Moreira Magalhaes (andrunko) - Andy Wingo - Antoine Tremblay - Arnaud Vrac - Arun Raghavan - Benjamin Otte - blake tregre - Brian Pepple - Carlos Rafael Giani - Carsten Kroll - Christian Fredrik Kalager Schaller - Damien Lespiau - Danilo Cesar Lemes de Paula - David Biomech360 - David Schleef - Dmitry Ketov - Edward Hervey - Fabrizio (Misto) Milo - Gil Pedersen - Guillaume Desmottes - Gwenole Beauchesne - Jacob Meuser - Jan Schmidt - John Hein - Jonas Larsson - Julian Scheel - Julien Isorce - Lasse Laukkanen - Luis de Bethencourt - Lukáš Lalinský - Marc-André Lureau - Mark Nauwelaerts - Mart Raudsepp - Matej Knopp - Michael Smith - Mike Ruprecht - Nicola Murino - Nicolas Dufresne - Oleksij Rempel (Alexey Fisher) - Olivier Crête - Patricia Muscalu - Peter Kjellerstedt - Peter Korsgaard - Peter Seiderer - Philippe Normand - Raimo Järvi - René Stadler - Reynaldo H. Verdejo Pinochet - Rico Tzschichholz - Rob Clark - Robert Swain - Sebastian Dröge - Sebastian Rasmussen - Sreerenj Balachandran - Stefan Kost - Stefan Sauer - Thiago Santos - Thibault Saunier - Thomas Vander Stichele - Tim-Philipp Müller - Tommi Myöhänen - Tony Houghton - Vincent Penquerc'h - Wim Taymans - Wind Yuan - Xavier Queralt - Youness Alaoui - Zaheer Abbas Merali - Zhao Halley - Руслан Ижбулатов +The project's website is http://gstreamer.freedesktop.org/ + +==== Support and Bugs ==== + +We use GNOME's bugzilla for bug reports and feature requests: +http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer + +Please submit patches via bugzilla as well. + +For help and support, please subscribe to and send questions to the +gstreamer-devel mailing list (see below for details). + +There is also a #gstreamer IRC channel on the Freenode IRC network. + +==== Developers ==== + +GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned +from there (see link above). + +Interested developers of the core library, plugins, and applications should +subscribe to the gstreamer-devel list. + + +Applications + +Contributors to this release + + * Andoni Morales Alastruey + * Christian Fredrik Kalager Schaller + * Christophe Fergeau + * Jan Schmidt + * Michael Smith + * Nicolas Dufresne + * Rob Clark + * Robert Swain + * Sebastian Dröge + * Thiago Santos + * Tim-Philipp Müller + * Yaakov Selkowitz + * Руслан Ижбулатов +  \ No newline at end of file diff --git a/configure.ac b/configure.ac index b53cac8fa..d18fc7a40 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.62) 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.0.0.1, +AC_INIT(GStreamer Bad Plug-ins, 1.0.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-bad) @@ -50,7 +50,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 0, 0, 0) +AS_LIBTOOL(GST, 1, 0, 1) dnl *** required versions of GStreamer stuff *** GST_REQ=1.0.0 diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index aa51fd248..d3645f761 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -26826,7 +26826,7 @@ frei0r-filter-threshold0r::threshold gdouble - +[0,1] rw Threshold The threshold. @@ -26836,7 +26836,7 @@ frei0r-filter-glow::blur gdouble - +[0,1] rw Blur Blur of the glow. @@ -26886,11 +26886,11 @@ frei0r-filter-water::physics gdouble - +[0,1] rw physics water density: from 1 to 4. --5.83036e+303 +3.18612e-241 @@ -26930,7 +26930,7 @@ rw splash make a big splash in the center. -4.77773e-299 +3.24099e-05 @@ -26940,7 +26940,7 @@ rw splash make a big splash in the center. -4.77773e-299 +5.732e-317 @@ -26966,37 +26966,37 @@ frei0r-src-lissajous0r::ratiox gdouble - +[0,1] rw ratiox x-ratio. -1.21136e-314 +1.37974e-309 frei0r-src-lissajous0r::ratioy gdouble - +[0,1] rw ratioy y-ratio. -2.33156e-310 +1.3852e-309 frei0r-filter-delay0r::delaytime gdouble - +[0,1] rw DelayTime the delay time. -1.37974e-309 +1.58101e-322 frei0r-filter-cartoon::diffspace gdouble - +[0,1] rw diffspace difference space: a value from 0 to 256. @@ -27006,11 +27006,11 @@ frei0r-filter-cartoon::triplevel gdouble - +[0,1] rw triplevel level of trip: use high numbers, incremented by 100. -1000 +0 @@ -27040,13 +27040,13 @@ rw Color-R the color of the image. -0 +1.58995e-30 frei0r-filter-lens-correction::brightness gdouble - +[0,1] rw brightness @@ -27056,7 +27056,7 @@ frei0r-filter-lens-correction::correctionnearcenter gdouble - +[0,1] rw correctionnearcenter @@ -27066,7 +27066,7 @@ frei0r-filter-lens-correction::correctionnearedges gdouble - +[0,1] rw correctionnearedges @@ -27076,7 +27076,7 @@ frei0r-filter-lens-correction::xcenter gdouble - +[0,1] rw xcenter @@ -27086,7 +27086,7 @@ frei0r-filter-lens-correction::ycenter gdouble - +[0,1] rw ycenter @@ -27096,7 +27096,7 @@ frei0r-filter-brightness::brightness gdouble - +[0,1] rw Brightness The brightness value. @@ -27106,7 +27106,7 @@ frei0r-filter-contrast0r::contrast gdouble - +[0,1] rw Contrast The contrast value. @@ -27116,7 +27116,7 @@ frei0r-src-ising0r::border-growth gdouble - +[0,1] rw Border Growth Border Growth. @@ -27126,7 +27126,7 @@ frei0r-src-ising0r::spontaneous-growth gdouble - +[0,1] rw Spontaneous Growth Spontaneous Growth. @@ -27136,7 +27136,7 @@ frei0r-src-ising0r::temperature gdouble - +[0,1] rw Temperature Noise Temperature. @@ -27146,7 +27146,7 @@ frei0r-filter-pixeliz0r::blocksizex gdouble - +[0,1] rw BlockSizeX Horizontal size of one "pixel". @@ -27156,7 +27156,7 @@ frei0r-filter-pixeliz0r::blocksizey gdouble - +[0,1] rw BlockSizeY Vertical size of one "pixel". @@ -27166,7 +27166,7 @@ frei0r-filter-3dflippo::center-position--x- gdouble - +[0,1] rw Center position (X) Position of the center of rotation on the X axis. @@ -27176,7 +27176,7 @@ frei0r-filter-3dflippo::center-position--y- gdouble - +[0,1] rw Center position (Y) Position of the center of rotation on the Y axis. @@ -27216,7 +27216,7 @@ frei0r-filter-3dflippo::x-axis-rotation gdouble - +[0,1] rw X axis rotation Rotation on the X axis. @@ -27226,7 +27226,7 @@ frei0r-filter-3dflippo::x-axis-rotation-rate gdouble - +[0,1] rw X axis rotation rate Rotation rate on the X axis. @@ -27236,7 +27236,7 @@ frei0r-filter-3dflippo::y-axis-rotation gdouble - +[0,1] rw Y axis rotation Rotation on the Y axis. @@ -27246,7 +27246,7 @@ frei0r-filter-3dflippo::y-axis-rotation-rate gdouble - +[0,1] rw Y axis rotation rate Rotation rate on the Y axis. @@ -27256,7 +27256,7 @@ frei0r-filter-3dflippo::z-axis-rotation gdouble - +[0,1] rw Z axis rotation Rotation on the Z axis. @@ -27266,7 +27266,7 @@ frei0r-filter-3dflippo::z-axis-rotation-rate gdouble - +[0,1] rw Z axis rotation rate Rotation rate on the Z axis. @@ -27276,7 +27276,7 @@ frei0r-filter-mask0mate::blur gdouble - +[0,1] rw Blur Blur the outline of the mask. @@ -27286,7 +27286,7 @@ frei0r-filter-mask0mate::bottom gdouble - +[0,1] rw Bottom @@ -27306,7 +27306,7 @@ frei0r-filter-mask0mate::left gdouble - +[0,1] rw Left @@ -27316,7 +27316,7 @@ frei0r-filter-mask0mate::right gdouble - +[0,1] rw Right @@ -27326,7 +27326,7 @@ frei0r-filter-mask0mate::top gdouble - +[0,1] rw Top @@ -27336,7 +27336,7 @@ frei0r-filter-saturat0r::saturation gdouble - +[0,1] rw Saturation The saturation value. @@ -27346,7 +27346,7 @@ frei0r-filter-gamma::gamma gdouble - +[0,1] rw Gamma The gamma value. @@ -27356,7 +27356,7 @@ frei0r-filter-hueshift0r::hue gdouble - +[0,1] rw Hue The shift value. @@ -27366,37 +27366,37 @@ frei0r-filter-edgeglow::lredscale gdouble - +[0,1] rw lredscale multiplier for downscaling non-edge brightness. -0 +5.96156e-317 frei0r-filter-edgeglow::lthresh gdouble - +[0,1] rw lthresh threshold for edge lightening. -6.9235e+228 +2.47033e-323 frei0r-filter-edgeglow::lupscale gdouble - +[0,1] rw lupscale multiplier for upscaling edge brightness. -8.20074e-304 +0 frei0r-filter-k-means-clustering::dist-weight gdouble - +[0,1] rw Dist weight The weight on distance. @@ -27406,7 +27406,7 @@ frei0r-filter-k-means-clustering::num gdouble - +[0,1] rw Num The number of clusters. @@ -27416,11 +27416,11 @@ frei0r-filter-white-balance::green-tint gdouble - +[0,1] rw Green Tint Adjust the level of green. -1.2 +0 @@ -27556,27 +27556,27 @@ frei0r-mixer-blend::blend gdouble - +[0,1] rw blend blend factor. -7.75037e-304 +1.37974e-309 frei0r-mixer-xfade0r::fader gdouble - +[0,1] rw fader the fader position. -3.84008e-315 +4.74303e-322 frei0r-src-partik0l::down gdouble - +[0,1] rw down blossom on a lower prime number. @@ -27586,7 +27586,7 @@ frei0r-src-partik0l::up gdouble - +[0,1] rw up blossom on a higher prime number. @@ -27596,7 +27596,7 @@ frei0r-filter-tehroxx0r::interval gdouble - +[0,1] rw Interval Changing speed of small blocks. @@ -27606,7 +27606,7 @@ frei0r-filter-letterb0xed::border-width gdouble - +[0,1] rw Border Width @@ -27626,7 +27626,7 @@ frei0r-filter-squareblur::kernel-size gdouble - +[0,1] rw Kernel size The size of the kernel, as a proportion to its coverage of the image. @@ -27636,7 +27636,7 @@ frei0r-filter-distort0r::amplitude gdouble - +[0,1] rw Amplitude The amplitude of the plasma signal. @@ -27646,7 +27646,7 @@ frei0r-filter-distort0r::frequency gdouble - +[0,1] rw Frequency The frequency of the plasma signal. @@ -27656,7 +27656,7 @@ frei0r-filter-transparency::transparency gdouble - +[0,1] rw Transparency The transparency value. @@ -27666,7 +27666,7 @@ frei0r-filter-scale0tilt::clip-bottom gdouble - +[0,1] rw Clip bottom @@ -27676,7 +27676,7 @@ frei0r-filter-scale0tilt::clip-left gdouble - +[0,1] rw Clip left @@ -27686,7 +27686,7 @@ frei0r-filter-scale0tilt::clip-right gdouble - +[0,1] rw Clip right @@ -27696,7 +27696,7 @@ frei0r-filter-scale0tilt::clip-top gdouble - +[0,1] rw Clip top @@ -27706,7 +27706,7 @@ frei0r-filter-scale0tilt::scale-x gdouble - +[0,1] rw Scale X @@ -27716,7 +27716,7 @@ frei0r-filter-scale0tilt::scale-y gdouble - +[0,1] rw Scale Y @@ -27726,7 +27726,7 @@ frei0r-filter-scale0tilt::tilt-x gdouble - +[0,1] rw Tilt X @@ -27736,7 +27736,7 @@ frei0r-filter-scale0tilt::tilt-y gdouble - +[0,1] rw Tilt Y @@ -27746,11 +27746,11 @@ frei0r-filter-nosync0r::hsync gdouble - +[0,1] rw HSync the hsync offset. -1 +5.76783e-317 @@ -33676,7 +33676,7 @@ frei0r-filter-primaries::factor gdouble - +[0,1] rw Factor influence of mean px value. > 32 = 0. @@ -33686,7 +33686,7 @@ frei0r-filter-levels::black-output gdouble - +[0,1] rw Black output Black output. @@ -33696,7 +33696,7 @@ frei0r-filter-levels::channel gdouble - +[0,1] rw Channel Channel to adjust levels. @@ -33706,7 +33706,7 @@ frei0r-filter-levels::gamma gdouble - +[0,1] rw Gamma Gamma. @@ -33716,17 +33716,17 @@ frei0r-filter-levels::histogram-position gdouble - +[0,1] rw Histogram position Histogram position. -3 +0 frei0r-filter-levels::input-black-level gdouble - +[0,1] rw Input black level Input black level. @@ -33736,7 +33736,7 @@ frei0r-filter-levels::input-white-level gdouble - +[0,1] rw Input white level Input white level. @@ -33756,7 +33756,7 @@ frei0r-filter-levels::white-output gdouble - +[0,1] rw White output White output. @@ -33826,7 +33826,7 @@ frei0r-filter-tint0r::tint-amount gdouble - +[0,1] rw Tint amount Amount of color. @@ -33866,11 +33866,11 @@ frei0r-filter-bluescreen0r::distance gdouble - +[0,1] rw Distance Distance to Color (127 is good). -127 +0 @@ -33986,7 +33986,7 @@ frei0r-src-plasma::param-1-move gdouble - +[0,1] rw 1_move . @@ -33996,7 +33996,7 @@ frei0r-src-plasma::param-1-speed gdouble - +[0,1] rw 1_speed . @@ -34006,7 +34006,7 @@ frei0r-src-plasma::param-2-move gdouble - +[0,1] rw 2_move . @@ -34016,7 +34016,7 @@ frei0r-src-plasma::param-2-speed gdouble - +[0,1] rw 2_speed . @@ -34026,7 +34026,7 @@ frei0r-src-plasma::param-3-speed gdouble - +[0,1] rw 3_speed . @@ -34036,7 +34036,7 @@ frei0r-src-plasma::param-4-speed gdouble - +[0,1] rw 4_speed . @@ -34046,17 +34046,17 @@ frei0r-filter-vertigo::mode gdouble - +[0,1] rw Mode The effect mode. -3 +0 frei0r-filter-vertigo::phaseincrement gdouble - +[0,1] rw PhaseIncrement Phase increment. @@ -34066,17 +34066,17 @@ frei0r-filter-vertigo::zoomrate gdouble - +[0,1] rw Zoomrate Zoomrate. -1.01 +0 frei0r-filter-curves::channel gdouble - +[0,1] rw Channel Channel to adjust levels (1 = RED; 2 = GREEN; 3 = BLUE; 4 = LUMA). @@ -34086,27 +34086,27 @@ frei0r-filter-curves::curve-point-number gdouble - +[0,1] rw Curve point number Number of point to use to build curve. -2 +0 frei0r-filter-curves::graph-position gdouble - +[0,1] rw Graph position Output image corner where curve graph will be drawn (1 = TOP,LEFT; 2 = TOP,RIGHT; 3 = BOTTOM,LEFT; 4 = BOTTOM, RIGHT). -3 +0 frei0r-filter-curves::point-1-input-value gdouble - +[0,1] rw Point 1 input value Point 1 input value. @@ -34116,7 +34116,7 @@ frei0r-filter-curves::point-1-output-value gdouble - +[0,1] rw Point 1 output value Point 1 output value. @@ -34126,7 +34126,7 @@ frei0r-filter-curves::point-2-input-value gdouble - +[0,1] rw Point 2 input value Point 2 input value. @@ -34136,7 +34136,7 @@ frei0r-filter-curves::point-2-output-value gdouble - +[0,1] rw Point 2 output value Point 2 output value. @@ -34146,7 +34146,7 @@ frei0r-filter-curves::point-3-input-value gdouble - +[0,1] rw Point 3 input value Point 3 input value. @@ -34156,7 +34156,7 @@ frei0r-filter-curves::point-3-output-value gdouble - +[0,1] rw Point 3 output value Point 3 output value. @@ -34166,7 +34166,7 @@ frei0r-filter-curves::point-4-input-value gdouble - +[0,1] rw Point 4 input value Point 4 input value. @@ -34176,7 +34176,7 @@ frei0r-filter-curves::point-4-output-value gdouble - +[0,1] rw Point 4 output value Point 4 output value. @@ -34186,7 +34186,7 @@ frei0r-filter-curves::point-5-input-value gdouble - +[0,1] rw Point 5 input value Point 5 input value. @@ -34196,7 +34196,7 @@ frei0r-filter-curves::point-5-output-value gdouble - +[0,1] rw Point 5 output value Point 5 output value. @@ -46856,7 +46856,7 @@ frei0r-filter-opencvfacedetect::test gdouble - +[0,1] rw test test. diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 6337d6c8a..0bd6e531d 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -66,6 +66,12 @@ GObject GstMMS GstRTMPSrc GstShmSrc + frei0r-src-ising0r + frei0r-src-lissajous0r + frei0r-src-nois0r + frei0r-src-onecol0r + frei0r-src-partik0l + frei0r-src-plasma GstRTPDTMFSrc GstBaseTransform GstAudioFilter @@ -115,6 +121,57 @@ GObject GstSmooth GstSolarize GstZBar + frei0r-filter-3-point-color-balance + frei0r-filter-3dflippo + frei0r-filter-b + frei0r-filter-baltan + frei0r-filter-bluescreen0r + frei0r-filter-brightness + frei0r-filter-bw0r + frei0r-filter-cartoon + frei0r-filter-color-distance + frei0r-filter-contrast0r + frei0r-filter-curves + frei0r-filter-dealygrab + frei0r-filter-delay0r + frei0r-filter-distort0r + frei0r-filter-edgeglow + frei0r-filter-equaliz0r + frei0r-filter-flippo + frei0r-filter-g + frei0r-filter-gamma + frei0r-filter-glow + frei0r-filter-hueshift0r + frei0r-filter-invert0r + frei0r-filter-k-means-clustering + frei0r-filter-lens-correction + frei0r-filter-letterb0xed + frei0r-filter-levels + frei0r-filter-luminance + frei0r-filter-mask0mate + frei0r-filter-nervous + frei0r-filter-nosync0r + frei0r-filter-opencvfacedetect + frei0r-filter-perspective + frei0r-filter-pixeliz0r + frei0r-filter-primaries + frei0r-filter-r + frei0r-filter-rgb-parade + frei0r-filter-saturat0r + frei0r-filter-scale0tilt + frei0r-filter-scanline0r + frei0r-filter-sobel + frei0r-filter-squareblur + frei0r-filter-tehroxx0r + frei0r-filter-threelay0r + frei0r-filter-threshold0r + frei0r-filter-tint0r + frei0r-filter-transparency + frei0r-filter-twolay0r + frei0r-filter-vectorscope + frei0r-filter-vertigo + frei0r-filter-water + frei0r-filter-white-balance GstBin DvbBaseBin GstAutoConvert @@ -185,6 +242,36 @@ GObject GstTSDemux MpegTSParse2 MpegTsMux + frei0r-mixer-addition + frei0r-mixer-alpha-injection + frei0r-mixer-alphaatop + frei0r-mixer-alphain + frei0r-mixer-alphaout + frei0r-mixer-alphaover + frei0r-mixer-alphaxor + frei0r-mixer-blend + frei0r-mixer-burn + frei0r-mixer-color-only + frei0r-mixer-composition + frei0r-mixer-darken + frei0r-mixer-difference + frei0r-mixer-divide + frei0r-mixer-dodge + frei0r-mixer-grain-extract + frei0r-mixer-grain-merge + frei0r-mixer-hardlight + frei0r-mixer-hue + frei0r-mixer-lighten + frei0r-mixer-multiply + frei0r-mixer-overlay + frei0r-mixer-rgb + frei0r-mixer-saturation + frei0r-mixer-screen + frei0r-mixer-softlight + frei0r-mixer-subtract + frei0r-mixer-uv-map + frei0r-mixer-value + frei0r-mixer-xfade0r GstPad GstPadTemplate GstPlugin diff --git a/docs/plugins/inspect/plugin-adpcmdec.xml b/docs/plugins/inspect/plugin-adpcmdec.xml index 60a00645a..dd86415f8 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.0.0.1 + 1.0.1 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 a98974b9f..95a61d2a6 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.0.0.1 + 1.0.1 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 e3f8aff8b..22516a1ff 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.0.0.1 + 1.0.1 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 6ee5e784e..e17eddd3a 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.0.0.1 + 1.0.1 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 61c06558e..2bd960522 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.0.0.1 + 1.0.1 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 1e1b99082..12f9d047f 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.0.0.1 + 1.0.1 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 8b0819d9d..c7861c659 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.0.0.1 + 1.0.1 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 cac62d65a..89332c6ed 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.0.0.1 + 1.0.1 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 17c828042..c73ce6e5b 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.0.0.1 + 1.0.1 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-celt.xml b/docs/plugins/inspect/plugin-celt.xml index 7a5dc872c..0d341f7f8 100644 --- a/docs/plugins/inspect/plugin-celt.xml +++ b/docs/plugins/inspect/plugin-celt.xml @@ -3,10 +3,10 @@ CELT plugin library ../../ext/celt/.libs/libgstcelt.so libgstcelt.so - 1.0.0.1 + 1.0.1 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 b2abb5a97..ce2990275 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.0.0.1 + 1.0.1 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 4046273e9..667f5ab4c 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.0.0.1 + 1.0.1 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 6d7e2cc3d..62690a11b 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.0.0.1 + 1.0.1 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 cd5e7c0a9..53215ac37 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.0.0.1 + 1.0.1 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 eb48fcf45..abcca3c0f 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.0.0.1 + 1.0.1 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-dtmf.xml b/docs/plugins/inspect/plugin-dtmf.xml index 754cfcf00..dfe2fffa3 100644 --- a/docs/plugins/inspect/plugin-dtmf.xml +++ b/docs/plugins/inspect/plugin-dtmf.xml @@ -3,10 +3,10 @@ DTMF plugins ../../gst/dtmf/.libs/libgstdtmf.so libgstdtmf.so - 1.0.0.1 + 1.0.1 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 6f4a319be..c07ad0728 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.0.0.1 + 1.0.1 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 ca434caa1..bfb50f4f3 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.0.0.1 + 1.0.1 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 b96655235..f1ffcc6e1 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.0.0.1 + 1.0.1 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 2379728db..6707b4dba 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.0.0.1 + 1.0.1 LGPL gst-plugins-bad - GStreamer Bad Plug-ins git + GStreamer Bad Plug-ins source release Unknown package origin @@ -26,13 +26,13 @@ video sink always -
video/x-raw, format=(string){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]
+
video/x-raw, format=(string){ I420, NV12, YV12 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]
src source always -
video/x-raw, format=(string){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]
+
video/x-raw, format=(string){ I420, NV12, YV12 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]
diff --git a/docs/plugins/inspect/plugin-faac.xml b/docs/plugins/inspect/plugin-faac.xml index a73ed8f2b..ea3ae9ea3 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.0.0.1 + 1.0.1 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 78f62dc66..793a7b852 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.0.0.1 + 1.0.1 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 14d8dd2f3..9065c9bb6 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.0.0.1 + 1.0.1 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-flite.xml b/docs/plugins/inspect/plugin-flite.xml index 84cad9373..7c59e298d 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.0.0.1 + 1.0.1 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 625347afa..18a6ac5f2 100644 --- a/docs/plugins/inspect/plugin-fragmented.xml +++ b/docs/plugins/inspect/plugin-fragmented.xml @@ -3,7 +3,7 @@ Fragmented streaming plugins ../../gst/hls/.libs/libgstfragmented.so libgstfragmented.so - 1.0.0.1 + 1.0.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins diff --git a/docs/plugins/inspect/plugin-gaudieffects.xml b/docs/plugins/inspect/plugin-gaudieffects.xml index b2cc843cc..33ad85611 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.0.0.1 + 1.0.1 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-gdp.xml b/docs/plugins/inspect/plugin-gdp.xml index 474411300..e37b7171b 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.0.0.1 + 1.0.1 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 1d3aa6c23..5ff61d80c 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.0.0.1 + 1.0.1 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 26f748c31..886905cfc 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.0.0.1 + 1.0.1 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 ecde9edc3..b74816968 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.0.0.1 + 1.0.1 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 47836096d..0924e3a7d 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.0.0.1 + 1.0.1 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 cc0fc0b54..2621e86d3 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.0.0.1 + 1.0.1 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 bb5b2ada9..9635aa5a8 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.0.0.1 + 1.0.1 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 e83b0578c..3007d0911 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.0.0.1 + 1.0.1 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 423449bb7..d15d3a392 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.0.0.1 + 1.0.1 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 b5c2f3071..a1bf1e164 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.0.0.1 + 1.0.1 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 b08da602b..2bf78f04b 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.0.0.1 + 1.0.1 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 f26f5bee1..104d8099d 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.0.0.1 + 1.0.1 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 de429e87b..9241516b5 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.0.0.1 + 1.0.1 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-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml index ff91fe0d6..00f83a06e 100644 --- a/docs/plugins/inspect/plugin-mpeg2enc.xml +++ b/docs/plugins/inspect/plugin-mpeg2enc.xml @@ -3,10 +3,10 @@ High-quality MPEG-1/2 video encoder ../../ext/mpeg2enc/.libs/libgstmpeg2enc.so libgstmpeg2enc.so - 1.0.0.1 + 1.0.1 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-mpegpsdemux.xml b/docs/plugins/inspect/plugin-mpegpsdemux.xml index da6b55ef6..a3614ed4a 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.0.0.1 + 1.0.1 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 98385bbb4..e8662feac 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.0.0.1 + 1.0.1 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 aae7f76da..e33d9942f 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.0.0.1 + 1.0.1 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 106b84bfa..65fab60f4 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.0.0.1 + 1.0.1 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-mplex.xml b/docs/plugins/inspect/plugin-mplex.xml index 006093308..d14eb1f2a 100644 --- a/docs/plugins/inspect/plugin-mplex.xml +++ b/docs/plugins/inspect/plugin-mplex.xml @@ -3,10 +3,10 @@ High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer ../../ext/mplex/.libs/libgstmplex.so libgstmplex.so - 1.0.0.1 + 1.0.1 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-opencv.xml b/docs/plugins/inspect/plugin-opencv.xml index e910003c4..353954e4f 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.0.0.1 + 1.0.1 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 0381ad5bd..b51b4fcd0 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.0.0.1 + 1.0.1 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-pnm.xml b/docs/plugins/inspect/plugin-pnm.xml index 879447186..355889519 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.0.0.1 + 1.0.1 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 d03ed9d09..b9ffabe9d 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.0.0.1 + 1.0.1 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 5d5149985..f4c835fc6 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.0.0.1 + 1.0.1 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 db1d39be3..b0a6f84f8 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.0.0.1 + 1.0.1 GPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-rtmp.xml b/docs/plugins/inspect/plugin-rtmp.xml index 60329b835..fee206c09 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.0.0.1 + 1.0.1 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-rtpmux.xml b/docs/plugins/inspect/plugin-rtpmux.xml index b996a4729..85e7623b6 100644 --- a/docs/plugins/inspect/plugin-rtpmux.xml +++ b/docs/plugins/inspect/plugin-rtpmux.xml @@ -3,10 +3,10 @@ RTP Muxer plugins ../../gst/rtpmux/.libs/libgstrtpmux.so libgstrtpmux.so - 1.0.0.1 + 1.0.1 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-rtpvp8.xml b/docs/plugins/inspect/plugin-rtpvp8.xml index a9d9eb3b4..ce8960aae 100644 --- a/docs/plugins/inspect/plugin-rtpvp8.xml +++ b/docs/plugins/inspect/plugin-rtpvp8.xml @@ -3,10 +3,10 @@ rtpvp8 ../../gst/rtpvp8/.libs/libgstrtpvp8.so libgstrtpvp8.so - 1.0.0.1 + 1.0.1 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-scaletempo.xml b/docs/plugins/inspect/plugin-scaletempo.xml index 9c222ca84..77a9fd1db 100644 --- a/docs/plugins/inspect/plugin-scaletempo.xml +++ b/docs/plugins/inspect/plugin-scaletempo.xml @@ -3,7 +3,7 @@ Scale audio tempo in sync with playback rate ../../gst/scaletempo/.libs/libgstscaletempoplugin.so libgstscaletempoplugin.so - 1.0.0.1 + 1.0.1 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-schro.xml b/docs/plugins/inspect/plugin-schro.xml index fb7afa4f1..62ffaad8c 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.0.0.1 + 1.0.1 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 699ab81c1..e8cd1aa28 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.0.0.1 + 1.0.1 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 88a02ea50..f5dd87379 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.0.0.1 + 1.0.1 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 577cb6402..7d9184d64 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.0.0.1 + 1.0.1 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 9c33c7d9f..2b82bf3b8 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.0.0.1 + 1.0.1 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 e0c50cc71..e3884318e 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.0.0.1 + 1.0.1 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 62df7b482..a8118683b 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.0.0.1 + 1.0.1 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 1ea8b8d06..f6fcbb540 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.0.0.1 + 1.0.1 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 d60f1980a..4d8f515a2 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.0.0.1 + 1.0.1 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 ace4247f0..35f419643 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.0.0.1 + 1.0.1 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 646b78069..12e5ebd6b 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.0.0.1 + 1.0.1 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 44ce49fa9..85670ed2e 100644 --- a/docs/plugins/inspect/plugin-waylandsink.xml +++ b/docs/plugins/inspect/plugin-waylandsink.xml @@ -3,10 +3,10 @@ Wayland Video Sink ../../ext/wayland/.libs/libgstwaylandsink.so libgstwaylandsink.so - 1.0.0.1 + 1.0.1 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-y4mdec.xml b/docs/plugins/inspect/plugin-y4mdec.xml index 57ef10599..1fb877f85 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.0.0.1 + 1.0.1 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 06c2890e6..67f096fb2 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.0.0.1 + 1.0.1 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 db047efc4..bfb9ddcbe 100644 --- a/gst-plugins-bad.doap +++ b/gst-plugins-bad.doap @@ -33,6 +33,16 @@ real live maintainer, or some actual wide use. + + + 1.0.1 + 1.0 + + 2012-10-07 + + + + 1.0.0 diff --git a/win32/common/config.h b/win32/common/config.h index d4222170b..af9e35091 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.0.0.1" +#define VERSION "1.0.1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ -- cgit v1.2.1