From 7f82ba3d84c698779da1fea1aa72a0c15a9134fb Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 19 Jun 2007 10:32:38 +0000 Subject: Release 0.10.5 Original commit message from CVS: Release 0.10.5 --- ChangeLog | 7 + NEWS | 79 +++++++++- RELEASE | 190 +++++++++++------------- configure.ac | 2 +- docs/plugins/gst-plugins-bad-plugins.args | 203 +++++++++++++++++++++----- docs/plugins/inspect/plugin-alsaspdif.xml | 2 +- docs/plugins/inspect/plugin-bz2.xml | 4 +- docs/plugins/inspect/plugin-cdxaparse.xml | 4 +- docs/plugins/inspect/plugin-dfbvideosink.xml | 4 +- docs/plugins/inspect/plugin-dtsdec.xml | 4 +- docs/plugins/inspect/plugin-faac.xml | 4 +- docs/plugins/inspect/plugin-faad.xml | 4 +- docs/plugins/inspect/plugin-filter.xml | 4 +- docs/plugins/inspect/plugin-freeze.xml | 4 +- docs/plugins/inspect/plugin-glimagesink.xml | 4 +- docs/plugins/inspect/plugin-gsm.xml | 2 +- docs/plugins/inspect/plugin-gstrtpmanager.xml | 4 +- docs/plugins/inspect/plugin-h264parse.xml | 4 +- docs/plugins/inspect/plugin-jack.xml | 2 +- docs/plugins/inspect/plugin-mms.xml | 2 +- docs/plugins/inspect/plugin-modplug.xml | 4 +- docs/plugins/inspect/plugin-mpeg2enc.xml | 2 +- docs/plugins/inspect/plugin-musepack.xml | 4 +- docs/plugins/inspect/plugin-musicbrainz.xml | 4 +- docs/plugins/inspect/plugin-neon.xml | 2 +- docs/plugins/inspect/plugin-nsfdec.xml | 4 +- docs/plugins/inspect/plugin-qtdemux.xml | 2 +- docs/plugins/inspect/plugin-replaygain.xml | 4 +- docs/plugins/inspect/plugin-sdl.xml | 12 +- docs/plugins/inspect/plugin-soundtouch.xml | 4 +- docs/plugins/inspect/plugin-spectrum.xml | 4 +- docs/plugins/inspect/plugin-speed.xml | 4 +- docs/plugins/inspect/plugin-swfdec.xml | 4 +- docs/plugins/inspect/plugin-tta.xml | 2 +- docs/plugins/inspect/plugin-videosignal.xml | 4 +- docs/plugins/inspect/plugin-xingheader.xml | 4 +- docs/plugins/inspect/plugin-xvid.xml | 4 +- 37 files changed, 393 insertions(+), 208 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea521939..ab04d35a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.5 === + +2007-06-19 Jan Schmidt + + * configure.ac: + releasing 0.10.5, "Expedition to Lake Pahoe" + 2007-06-15 Jan Schmidt * win32/vs6/gst_plugins_bad.dsw: diff --git a/NEWS b/NEWS index cd36ed3d..76bdb402 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,81 @@ -This is GStreamer Bad Plug-ins 0.10.4, "Black Bugs" +This is GStreamer Bad Plug-ins 0.10.5, "Expedition to Lake Pahoe" + +Changes since 0.10.4: + + * New plugin - realdec for decoding Real streams using binary libs + * New plugin - MythTV source + * New plugin - appsrc (for application data insertion) + * New plugin - VMnc VMware capture decoder + * New plugin - JACK audio output + * New plugin - interleave/deinterleave + * New plugin - RTP manager + * New plugin - Bayer to RGB converter + * New plugin - ReplayGain support + * New plugin - DirectShow win32 input support + * New plugin - videosignal/videoanalyse + * LADSPA plugin improvements + * IIR equaliser ported to 0.10 (iirequalizer) + * libsndfile output ported to 0.10 + * mpegvideoparse ported to 0.10 and improved + * switch element ported to 0.10 + * VCD source element ported to 0.10 + * AMR-WB support fixes + * MIDI renderer plugin based on timidity + * Windows and OS/X output plugins moved to the Good module + * qtdemux, wavpack and videocrop plugins moved to the Good module + * Many other bug fixes and improvements + * Parallel installability with 0.8.x series + * Threadsafe design and API + +Bugs fixed since 0.10.4: + + * 152403 : [mpeg/DVB] Integrating externaly developped DVB source el... + * 333307 : AmrWB Plugin + * 345633 : [nassink] port to 0.10 + * 354174 : [PATCH] add REAL support by using the proprietary drivers + * 354451 : [mythtvsrc] Plugin for MythTV source + * 357055 : Tremor (ivorbis) plug-in is unable to decode vorbis strea... + * 374773 : [qtdemux] [PLUGIN-MOVE] Move from -bad to good + * 375264 : [neonhttpsrc] add seek support + * 376591 : configure.ac looks for wrong symbols for FAAD support + * 382184 : Port interleave and deinterleave to 0.10 for audio channe... + * 388050 : [neonhttpsrc] code simplifications + * 392112 : [rfbsrc] doesn't build with MinGW + * 393622 : Not building real plugin, only works on 32bit x86 platforms. + * 395536 : [wavpackenc] Trivial cleanup + * 395597 : Deinterleave fails to negotiate with alsasrc when using D... + * 400555 : dts-in-wav: only 2 channel recognised + * 402470 : [osxvideosink] video sink for MacOSX + * 412077 : [speed] can't initially set speed > 1 + * 412710 : [replaygain] Add playback elements + * 413818 : [neonhttpsrc] errors out on redirects + * 421110 : New x264enc plugin + * 421598 : [wavpack] Add support for non-8*n depths and don't play a... + * 423283 : [qtdemux] timestamps of outgoing h264 packets are wrong + * 423741 : [amrwb] use external shared libamrwb + * 430594 : Unable to compile gst-plugins-bad CVS + * 430598 : [realvideodec] dll functions not available on MinGW + * 430664 : name conflict for " rtpbin " element + * 437260 : CFLAGS are poinsoned by the OpenGL test + * 437403 : gst-plugins-bad uses #ifdef G_OS_WIN32 instead of #ifdef ... + * 437539 : Compilation of DirectDraw and DirectSound plugins using m... + * 439405 : YUV not working in GL image sink. + * 439910 : [switch] Warning in a debug function (Mingw) + * 439911 : [qtdemux] Warning in a debug function (MinGW) + * 439914 : [directdraw] Warnings when using MinGW + * 440466 : [PLUGIN-MOVE] osxvideo + * 440774 : [sdl] sdlvideosink has ill-formatted element details + * 442689 : [neon] Property-related cleanups of neonhttpsrc + * 445189 : PLUGIN-MOVE - Move Windows sinks to -good + * 348973 : New plugins: MVE muxer/demuxer + * 391971 : Fix build with gcc-2.x + * 392313 : [directdrawsink] dist and add to gst-plugins-bad + * 392638 : [directsoundsink] dist and add to gst-plugins-bad + * 392856 : [qtdemux] plugin must link against zlib (error with MinGW) + * 403572 : Port equaliser element to 0.10 + * 352605 : [PLUGIN-MOVE] move wavpack to -good + * 426972 : Specific set of H.264 files cannot be played + * 434101 : [gsm] doesn't link against libgstbase-0.10 Changes since 0.10.3: diff --git a/RELEASE b/RELEASE index aac46d4c..47534020 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Bad Plug-ins 0.10.4 "Black Bugs" +Release notes for GStreamer Bad Plug-ins 0.10.5 "Expedition to Lake Pahoe" @@ -60,98 +60,80 @@ contains a set of well-supported plug-ins, but might pose problems for Features of this release + * New plugin - realdec for decoding Real streams using binary libs + * New plugin - MythTV source + * New plugin - appsrc (for application data insertion) + * New plugin - VMnc VMware capture decoder + * New plugin - JACK audio output + * New plugin - interleave/deinterleave + * New plugin - RTP manager + * New plugin - Bayer to RGB converter + * New plugin - ReplayGain support + * New plugin - DirectShow win32 input support + * New plugin - videosignal/videoanalyse + * LADSPA plugin improvements + * IIR equaliser ported to 0.10 (iirequalizer) + * libsndfile output ported to 0.10 + * mpegvideoparse ported to 0.10 and improved + * switch element ported to 0.10 + * VCD source element ported to 0.10 + * AMR-WB support fixes + * MIDI renderer plugin based on timidity + * Windows and OS/X output plugins moved to the Good module + * qtdemux, wavpack and videocrop plugins moved to the Good module + * Many other bug fixes and improvements * Parallel installability with 0.8.x series * Threadsafe design and API - * V4L2 source element moved to Good plugins - * Many improvements in Quicktime playback - * Xvid encoding and decoding improvements - * FAAD decoder fixes - * New element: alsaspdifsink for IEC958 output - * Spectrum FFT analysis element ported - * New element: h264parse. H.264 Parser - * Fixes in bz2 support - * New element: theoraexpdec. Libtheoraexp based Theora decoder - * New element: wavpackenc. Wavpack decoder - * Improvements in the libneon based http source - * gstfilter ported to 0.10 - * mpeg2enc ported to 0.10 - * New element: nsfdec. NSF decoder - * New element: spcdec. libopenspc based SPC decoder - * videocrop ported/re-written from 0.8 - * cdaudio element ported to 0.10 - * New element: rganalysis. ReplayGain analysis element - * New element: dvbsrc. DVB source element (disabled by default) - * deinterlace (Simple deinterlacer) ported from 0.8 - * New element: nuvdemux. NUV video demuxer - * Fixes in the DirectDraw output elements - * New elements: multifilesrc, multifilesink - * y4mencode ported from 0.8 - * rfbsrc, librfb based capture source ported from 0.8 - * New element: jackaudiosink. JACK audio output element - * Many other fixes and improvements Bugs fixed in this release - * 379261 : crash in Movie Player: Trying to play a partial... - * 151192 : [PATCH] nsf decoder - * 124580 : [jacksink] plugin needs a maintainer/love/to be updated - * 330632 : [qtdemux] MP3 stream in MP4 container not playable - * 335507 : [FAAD] blur_warhammer.mp4 movie doesn't transcode - * 339462 : [PATCH] xvid plugin to support more capabilities of XviD ... - * 340638 : New plugin: h264 parse element - * 341231 : [qtdemux] [faad] audio in some superman trailers doesn't ... - * 341461 : gst-plugins-bad missing -no-undefined again - * 341563 : [faad] fails to decode middle of file, should just skip o... - * 343031 : v4l2src caps negotion is faulty - * 343131 : [wavpack] add wavpack encoder - * 343184 : [mpeg2enc] ported to 0.10 - * 343866 : cygwin fixes - * 344472 : [wavpackdec] should post audio codec tag and extract bitrate - * 344821 : [pitch] controllable properties - * 344944 : AAC Support crashes with some files - * 345182 : [neonhttpsrc] fails to compile with libneon 0.26.x - * 345336 : modplug plugin doesn't work on AMD64 - * 345653 : [videocrop] port to 0.10, support all common formats - * 346853 : [PATCH] ported gstfilter elements to 0.10 - * 347079 : [qtdemux] plugin doesn't decode Year - * 347443 : [wavpack] port parser/decoder to official API and random ... - * 347935 : [nsf] warning when building RPM - * 348220 : New libopenspc-based SPC playback plugin - * 348976 : [xviddec] crashes after invalid unit size warning - * 350399 : [qtdemux] extract multiple redirect locations and require... - * 350741 : [faac] Wrong bitrate set - * 351495 : [wavpackparse] add support for push-based mode - * 351557 : [wavpackparse] resync in push mode if sync was lost - * 357069 : [rganalysis] New element: ReplayGain analysis - * 357212 : [glimagesink] crashes if no DISPLAY - * 361260 : New element: nuvdemux - * 362626 : Fixes compiling with forte: warning clean up (part 5) - * 376106 : Port rfbsrc to gst 0.10 - * 378613 : [qtdemux] non-working redirect ('alis' redirect reference... - * 382203 : ladspa element needs to be enabled - * 384294 : [modplug] returns position query results in attoseconds - * 385048 : [qtdemux] Crash on a mp4 file in qtdemux_parse_trak - * 385788 : [SECURITY] buffer overflows in modplug - * 387076 : [wavpack] Wrong include - * 387122 : [qtdemux] regression: crash in parse_trak - * 387160 : [qtdemux] posts buffering message which can cause hangs - * 351659 : [wavpackparse] fix resync in push mode, implement it in p... - * 351663 : [wavpackenc] doesn't set correct caps on source pad - * 352476 : [wavpack] documentation, unit tests, memleak fix - * 366523 : [directdraw] fix playback and vs8 fixes - * 369539 : [wavpackenc] More sensible values for GstEnums, don't sen... - * 384140 : [neonhttpsrc] id3demux autoplug loop streaming mp3 with I... - * 387137 : Regression: qtdemux paletted image handling - * 349916 : [gdp] raw audio saved in gdp, when depayloading complain... - * 346723 : gstneonhttpsrc fails for URL - * 347439 : [qtdemux] seeks poorly in files with slideshows - * 349204 : [gdp] raw audio saved in gdp does not depayload correctly - * 351825 : [qtdemux] doesn't set proper caps for RGB video - * 367696 : [qtdemux] No support for QuickTime Animation (RLE). - * 372243 : [PATCH] yuv4mpeg (v2) encoder ported to 0.10 - * 380610 : [rganalysis] Incorrect event handling - * 383471 : cannot link 1 ch raw 24-bit PCM audio - * 344987 : [PATCH] [dvbsrc] [ts-tools] gstreamer 0.10 port + * 152403 : [mpeg/DVB] Integrating externaly developped DVB source el... + * 333307 : AmrWB Plugin + * 345633 : [nassink] port to 0.10 + * 354174 : [PATCH] add REAL support by using the proprietary drivers + * 354451 : [mythtvsrc] Plugin for MythTV source + * 357055 : Tremor (ivorbis) plug-in is unable to decode vorbis strea... + * 374773 : [qtdemux] [PLUGIN-MOVE] Move from -bad to good + * 375264 : [neonhttpsrc] add seek support + * 376591 : configure.ac looks for wrong symbols for FAAD support + * 382184 : Port interleave and deinterleave to 0.10 for audio channe... + * 388050 : [neonhttpsrc] code simplifications + * 392112 : [rfbsrc] doesn't build with MinGW + * 393622 : Not building real plugin, only works on 32bit x86 platforms. + * 395536 : [wavpackenc] Trivial cleanup + * 395597 : Deinterleave fails to negotiate with alsasrc when using D... + * 400555 : dts-in-wav: only 2 channel recognised + * 402470 : [osxvideosink] video sink for MacOSX + * 412077 : [speed] can't initially set speed > 1 + * 412710 : [replaygain] Add playback elements + * 413818 : [neonhttpsrc] errors out on redirects + * 421110 : New x264enc plugin + * 421598 : [wavpack] Add support for non-8*n depths and don't play a... + * 423283 : [qtdemux] timestamps of outgoing h264 packets are wrong + * 423741 : [amrwb] use external shared libamrwb + * 430594 : Unable to compile gst-plugins-bad CVS + * 430598 : [realvideodec] dll functions not available on MinGW + * 430664 : name conflict for " rtpbin " element + * 437260 : CFLAGS are poinsoned by the OpenGL test + * 437403 : gst-plugins-bad uses #ifdef G_OS_WIN32 instead of #ifdef ... + * 437539 : Compilation of DirectDraw and DirectSound plugins using m... + * 439405 : YUV not working in GL image sink. + * 439910 : [switch] Warning in a debug function (Mingw) + * 439911 : [qtdemux] Warning in a debug function (MinGW) + * 439914 : [directdraw] Warnings when using MinGW + * 440466 : [PLUGIN-MOVE] osxvideo + * 440774 : [sdl] sdlvideosink has ill-formatted element details + * 442689 : [neon] Property-related cleanups of neonhttpsrc + * 445189 : PLUGIN-MOVE - Move Windows sinks to -good + * 348973 : New plugins: MVE muxer/demuxer + * 391971 : Fix build with gcc-2.x + * 392313 : [directdrawsink] dist and add to gst-plugins-bad + * 392638 : [directsoundsink] dist and add to gst-plugins-bad + * 392856 : [qtdemux] plugin must link against zlib (error with MinGW) + * 403572 : Port equaliser element to 0.10 + * 352605 : [PLUGIN-MOVE] move wavpack to -good + * 426972 : Specific set of H.264 files cannot be played + * 434101 : [gsm] doesn't link against libgstbase-0.10 Download @@ -181,37 +163,35 @@ Applications Contributors to this release + * + * Ali Sabil * Andre Moreira Magalhaes - * Andrew Andkjar - * Chris Lee + * Andy Wingo + * Chris Lord + * Christian Schaller * David Schleef * Edgard Lima * Edward Hervey + * James "Doc" Livingston * Jan Schmidt - * Johan Dahlin - * Jonathan Matthew - * Josep Torra Valles - * Julien MOUTTE + * Jens Granseuer + * Josef Zlomek + * Julien Moutte * Lutz Mueller - * Lutz Müller - * Maciej Katafiasz - * Mark Nauwelaerts - * Martin Szulecki - * Mathis Hofer * Michael Smith * Michal Benes - * Milosz Derezynski - * Renato Filho + * Mogens Jaeger + * Nguyen Thai Ngoc Duy + * Paul Davis * René Stadler * Rosfran Borges * Sebastian Dröge - * Sebastien Moutte - * Sergey Scobich + * Sébastien Moutte + * Stanislav Brabec * Stefan Kost - * Stefan Kost,,, - * Thadeu Lima de Souza Cascardo * Thomas Vander Stichele * Tim-Philipp Müller + * Vincent Torri * Wim Taymans * Wouter Paesen * Young-Ho Cha diff --git a/configure.ac b/configure.ac index bd63e7c3..4f02a260 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) 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, 0.10.4.1, +AC_INIT(GStreamer Bad Plug-ins, 0.10.5, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-bad) diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 876c23ae..138e3702 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -41,7 +41,7 @@ GstXvidEnc::averaging-period gint -[-1,100] +[G_MAXULONG,100] rw Averaging Period [CBR] Number of frames for which XviD averages bitrate. @@ -91,7 +91,7 @@ GstXvidEnc::buffer gint ->= -1 +>= G_MAXULONG rw Buffer Size [CBR] Size of the video buffers. @@ -121,7 +121,7 @@ GstXvidEnc::container-frame-overhead gint -[-1,100] +[G_MAXULONG,100] rw Container Frame Overhead [PASS2] Average container overhead per frame. @@ -151,7 +151,7 @@ GstXvidEnc::flow-control-strength gint -[-1,100] +[G_MAXULONG,100] rw Flow Control Strength [PASS2] Overflow control strength per frame. @@ -211,7 +211,7 @@ GstXvidEnc::keyframe-reduction gint -[-1,100] +[G_MAXULONG,100] rw Keyframe Reduction [PASS2] Keyframe size reduction in % of those within threshold. @@ -221,7 +221,7 @@ GstXvidEnc::keyframe-threshold gint -[-1,100] +[G_MAXULONG,100] rw Keyframe Threshold [PASS2] Distance between keyframes not to be subject to reduction. @@ -281,7 +281,7 @@ GstXvidEnc::max-overflow-degradation gint -[-1,100] +[G_MAXULONG,100] rw Max Overflow Degradation [PASS2] Amount in % that flow control can decrease frame size compared to ideal curve. @@ -291,7 +291,7 @@ GstXvidEnc::max-overflow-improvement gint -[-1,100] +[G_MAXULONG,100] rw Max Overflow Improvement [PASS2] Amount in % that flow control can increase frame size compared to ideal curve. @@ -421,7 +421,7 @@ GstXvidEnc::reaction-delay-factor gint -[-1,100] +[G_MAXULONG,100] rw Reaction Delay Factor [CBR] Reaction delay factor. @@ -450,11 +450,11 @@ GstWavpackEnc::bitrate -guint -<= 9600000 +gdouble +[0,9.6e+06] rw Bitrate -Try to encode with this average bitrate (bits/sec). This enables lossy encoding, values smaller than 24000 disable it again. +Try to encode with this average bitrate (bits/sec). This enables lossy encoding! A value smaller than 24000.0 disables this. 0 @@ -464,7 +464,7 @@ [0,24] rw Bits per sample -Try to encode with this amount of bits per sample. This enables lossy encoding, values smaller than 2.0 disable it again. +Try to encode with this amount of bits per sample. This enables lossy encoding! A value smaller than 2.0 disables this. 0 @@ -473,19 +473,19 @@ GstWavpackEncCorrectionMode rw -Correction stream mode -Use this mode for the correction stream. Only works in lossy mode!. +Correction file mode +Use this mode for correction file creation. Only works in lossy mode!. Create no correction file GstWavpackEnc::extra-processing -guint -<= 6 +gboolean + rw Extra processing -Use better but slower filters for better compression/quality. -0 +Extra encode processing. +FALSE @@ -534,12 +534,7 @@ rw Location -The location. In the form: - http://a.com/file.txt - default port '80' - http://a.com:80/file.txt - a.com/file.txt - defualt scheme 'HTTP' - https://a.com/file.txt - default port '443' - http:///file.txt - default host 'localhost'. +Location to read from. "" @@ -549,9 +544,7 @@ rw Proxy -The proxy. In the form myproxy.mycompany.com:8080. - If nothing is passed g_getenv("http_proxy") will be used - If that http_proxy enviroment var isn't define no proxy is used. +Proxy server to use, in the form HOSTNAME:PORT. Defaults to the http_proxy environment variable. "" @@ -571,7 +564,7 @@ rw automatic-redirect -Enable Neon HTTP Redirects (HTTP Status Code 302). +Automatically follow HTTP redirects (HTTP Status Code 302). TRUE @@ -631,8 +624,8 @@ rw User-Agent -The User-Agent used for connection. -"neonhttpsrc" +Value of the User-Agent HTTP request header field. +"GStreamer neonhttpsrc" @@ -1648,7 +1641,7 @@ GstDvbSrc::diseqc-src gint -[-1,7] +[G_MAXULONG,7] rw diseqc_src DISEqC selected source (-1 disabled) (DVB-S). @@ -16982,7 +16975,7 @@ rw Path to 14_4 driver Path to 14_4 driver. -"/usr/lib/win32/14_4.so.6.0" +"/usr/lib/14_4.so.6.0" @@ -16992,7 +16985,7 @@ rw Path to 28_8 driver Path to 28_8 driver. -"/usr/lib/win32/28_8.so.6.0" +"/usr/lib/28_8.so.6.0" @@ -17002,7 +16995,7 @@ rw Path to atrk driver Path to atrk driver. -"/usr/lib/win32/atrk.so.6.0" +"/usr/lib/atrk.so.6.0" @@ -17012,7 +17005,7 @@ rw Path to cook driver Path to cook driver. -"/usr/lib/win32/cook.so.6.0" +"/usr/lib/cook.so.6.0" @@ -17022,7 +17015,7 @@ rw Path to sipr driver Path to sipr driver. -"/usr/lib/win32/sipr.so.6.0" +"/usr/lib/sipr.so.6.0" @@ -17032,7 +17025,7 @@ rw Path to rv20 driver Path to rv20 driver. -"/usr/lib/win32/drv2.so.6.0" +"/usr/lib/drvc.so" @@ -17042,7 +17035,7 @@ rw Path to rv30 driver Path to rv30 driver. -"/usr/lib/win32/drv3.so.6.0" +"/usr/lib/drvc.so" @@ -17052,7 +17045,7 @@ rw Path to rv40 driver Path to rv40 driver. -"/usr/lib/win32/drv4.so.6.0" +"/usr/lib/drvc.so" @@ -17285,3 +17278,133 @@ TRUE + +GstVideoAnalyse::message +gboolean + +rwx +Message +Post statics messages. +TRUE + + + +GstVideoDetect::message +gboolean + +rwx +Message +Post statics messages. +TRUE + + + +GstVideoDetect::pattern-count +gint +>= 1 +rwx +Pattern count +The number of pattern markers. +4 + + + +GstVideoDetect::pattern-data-count +gint +>= 0 +rwx +Pattern data count +The number of extra data pattern markers. +5 + + + +GstVideoDetect::pattern-height +gint +>= 1 +rwx +Pattern height +The height of the pattern markers. +16 + + + +GstVideoDetect::pattern-sensitivity +gdouble +[0,0.5] +rwx +Pattern sensitivity +The sensitivity for detecting the markers (0.0 = highest, 0.5 lowest). +0.2 + + + +GstVideoDetect::pattern-width +gint +>= 1 +rwx +Pattern width +The width of the pattern markers. +4 + + + +GstVideoMark::enabled +gboolean + +rwx +Enabled +Enable or disable the filter. +TRUE + + + +GstVideoMark::pattern-count +gint +>= 1 +rwx +Pattern count +The number of pattern markers. +4 + + + +GstVideoMark::pattern-data +gint +>= 0 +rwx +Pattern data +The extra data pattern markers. +10 + + + +GstVideoMark::pattern-data-count +gint +>= 0 +rwx +Pattern data count +The number of extra data pattern markers. +5 + + + +GstVideoMark::pattern-height +gint +>= 1 +rwx +Pattern height +The height of the pattern markers. +16 + + + +GstVideoMark::pattern-width +gint +>= 1 +rwx +Pattern width +The width of the pattern markers. +4 + + diff --git a/docs/plugins/inspect/plugin-alsaspdif.xml b/docs/plugins/inspect/plugin-alsaspdif.xml index 36bbb0be..d6affd7c 100644 --- a/docs/plugins/inspect/plugin-alsaspdif.xml +++ b/docs/plugins/inspect/plugin-alsaspdif.xml @@ -3,7 +3,7 @@ Alsa plugin for S/PDIF output ../../ext/alsaspdif/.libs/libgstalsaspdif.so libgstalsaspdif.so - 0.10.4.1 + 0.10.5 unknown gst-plugins-bad gst-plugins-bad diff --git a/docs/plugins/inspect/plugin-bz2.xml b/docs/plugins/inspect/plugin-bz2.xml index ead1b03b..ee57b4a9 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 - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-cdxaparse.xml b/docs/plugins/inspect/plugin-cdxaparse.xml index 7d3b1f26..a9967b8f 100644 --- a/docs/plugins/inspect/plugin-cdxaparse.xml +++ b/docs/plugins/inspect/plugin-cdxaparse.xml @@ -3,10 +3,10 @@ Parse a .dat file (VCD) into raw mpeg1 ../../gst/cdxaparse/.libs/libgstcdxaparse.so libgstcdxaparse.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dfbvideosink.xml b/docs/plugins/inspect/plugin-dfbvideosink.xml index 50f369b4..b2588848 100644 --- a/docs/plugins/inspect/plugin-dfbvideosink.xml +++ b/docs/plugins/inspect/plugin-dfbvideosink.xml @@ -3,10 +3,10 @@ DirectFB video output plugin ../../ext/directfb/.libs/libgstdfbvideosink.so libgstdfbvideosink.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + 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 4471e5f2..e94aee04 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 - 0.10.4.1 + 0.10.5 GPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-faac.xml b/docs/plugins/inspect/plugin-faac.xml index ea6d880b..98fb3676 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 - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + 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 20e90d71..3afcf034 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 - 0.10.4.1 + 0.10.5 GPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-filter.xml b/docs/plugins/inspect/plugin-filter.xml index c0ab502d..17abc745 100644 --- a/docs/plugins/inspect/plugin-filter.xml +++ b/docs/plugins/inspect/plugin-filter.xml @@ -3,10 +3,10 @@ IIR, lpwsinc and bpwsinc audio filter elements ../../gst/filter/.libs/libgstfilter.so libgstfilter.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-freeze.xml b/docs/plugins/inspect/plugin-freeze.xml index 6c74686e..b10c8e79 100644 --- a/docs/plugins/inspect/plugin-freeze.xml +++ b/docs/plugins/inspect/plugin-freeze.xml @@ -3,10 +3,10 @@ Stream freezer ../../gst/freeze/.libs/libgstfreeze.so libgstfreeze.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-glimagesink.xml b/docs/plugins/inspect/plugin-glimagesink.xml index 6da50640..7aa7f358 100644 --- a/docs/plugins/inspect/plugin-glimagesink.xml +++ b/docs/plugins/inspect/plugin-glimagesink.xml @@ -3,10 +3,10 @@ OpenGL video output plugin ../../sys/glsink/.libs/libgstglimagesink.so libgstglimagesink.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + 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 92389312..7d8b6d7b 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -3,7 +3,7 @@ GSM encoder/decoder ../../ext/gsm/.libs/libgstgsm.so libgstgsm.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad Gstreamer diff --git a/docs/plugins/inspect/plugin-gstrtpmanager.xml b/docs/plugins/inspect/plugin-gstrtpmanager.xml index e3f0eb3f..be7da4ce 100644 --- a/docs/plugins/inspect/plugin-gstrtpmanager.xml +++ b/docs/plugins/inspect/plugin-gstrtpmanager.xml @@ -3,10 +3,10 @@ RTP session management plugin library ../../gst/rtpmanager/.libs/libgstrtpmanager.so libgstrtpmanager.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-h264parse.xml b/docs/plugins/inspect/plugin-h264parse.xml index 7005430d..fd144e1b 100644 --- a/docs/plugins/inspect/plugin-h264parse.xml +++ b/docs/plugins/inspect/plugin-h264parse.xml @@ -3,10 +3,10 @@ Element parsing raw h264 streams ../../gst/h264parse/.libs/libgsth264parse.so libgsth264parse.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml index 49781c0d..3b644e79 100644 --- a/docs/plugins/inspect/plugin-jack.xml +++ b/docs/plugins/inspect/plugin-jack.xml @@ -3,7 +3,7 @@ Jack elements ../../ext/jack/.libs/libgstjack.so libgstjack.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad Gstreamer diff --git a/docs/plugins/inspect/plugin-mms.xml b/docs/plugins/inspect/plugin-mms.xml index 5b1a31e5..69808d71 100644 --- a/docs/plugins/inspect/plugin-mms.xml +++ b/docs/plugins/inspect/plugin-mms.xml @@ -3,7 +3,7 @@ Microsoft Multi Media Server streaming protocol support ../../ext/libmms/.libs/libgstmms.so libgstmms.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml index d985bfcd..c961b4d3 100644 --- a/docs/plugins/inspect/plugin-modplug.xml +++ b/docs/plugins/inspect/plugin-modplug.xml @@ -3,10 +3,10 @@ .MOD audio decoding ../../gst/modplug/.libs/libgstmodplug.so libgstmodplug.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + 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 f393ce4f..b8815442 100644 --- a/docs/plugins/inspect/plugin-mpeg2enc.xml +++ b/docs/plugins/inspect/plugin-mpeg2enc.xml @@ -3,7 +3,7 @@ High-quality MPEG-1/2 video encoder ../../ext/mpeg2enc/.libs/libgstmpeg2enc.so libgstmpeg2enc.so - 0.10.4 + 0.10.5 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-musepack.xml b/docs/plugins/inspect/plugin-musepack.xml index 69ea1cea..d0ce7a7f 100644 --- a/docs/plugins/inspect/plugin-musepack.xml +++ b/docs/plugins/inspect/plugin-musepack.xml @@ -3,10 +3,10 @@ Musepack decoder ../../ext/musepack/.libs/libgstmusepack.so libgstmusepack.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-musicbrainz.xml b/docs/plugins/inspect/plugin-musicbrainz.xml index 00d9662e..923c69e8 100644 --- a/docs/plugins/inspect/plugin-musicbrainz.xml +++ b/docs/plugins/inspect/plugin-musicbrainz.xml @@ -3,10 +3,10 @@ A TRM signature producer based on libmusicbrainz ../../ext/musicbrainz/.libs/libgsttrm.so libgsttrm.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-neon.xml b/docs/plugins/inspect/plugin-neon.xml index 979e9141..e78c0be0 100644 --- a/docs/plugins/inspect/plugin-neon.xml +++ b/docs/plugins/inspect/plugin-neon.xml @@ -3,7 +3,7 @@ lib neon http client src ../../ext/neon/.libs/libgstneonhttpsrc.so libgstneonhttpsrc.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-nsfdec.xml b/docs/plugins/inspect/plugin-nsfdec.xml index 97ffd3e2..17df249e 100644 --- a/docs/plugins/inspect/plugin-nsfdec.xml +++ b/docs/plugins/inspect/plugin-nsfdec.xml @@ -3,10 +3,10 @@ Uses nosefart to decode .nsf files ../../gst/nsf/.libs/libgstnsf.so libgstnsf.so - 0.10.4.1 + 0.10.5 GPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-qtdemux.xml b/docs/plugins/inspect/plugin-qtdemux.xml index b3a023dc..df95fbef 100644 --- a/docs/plugins/inspect/plugin-qtdemux.xml +++ b/docs/plugins/inspect/plugin-qtdemux.xml @@ -14,7 +14,7 @@ QuickTime demuxer Codec/Demuxer Demultiplex a QuickTime file into audio and video streams - David Schleef <ds@schleef.org>, Wim Taymans <wim@fluendo.com> + David Schleef <ds@schleef.org> \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index cb397292..71cee1e5 100644 --- a/docs/plugins/inspect/plugin-replaygain.xml +++ b/docs/plugins/inspect/plugin-replaygain.xml @@ -3,10 +3,10 @@ ReplayGain volume normalization ../../gst/replaygain/.libs/libgstreplaygain.so libgstreplaygain.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-sdl.xml b/docs/plugins/inspect/plugin-sdl.xml index b0e74ad7..4fad220e 100644 --- a/docs/plugins/inspect/plugin-sdl.xml +++ b/docs/plugins/inspect/plugin-sdl.xml @@ -1,12 +1,12 @@ sdl SDL (Simple DirectMedia Layer) support for GStreamer - ../../ext/sdl/.libs/libgstsdl.so - libgstsdl.so - 0.10.4.1 + ../../ext/sdl/.libs/libgstsdlvideosink.so + libgstsdlvideosink.so + 0.10.4 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin @@ -21,9 +21,7 @@ SDL video sink Sink/Video An SDL-based videosink - Ronald Bultje <rbultje@ronald.bitfreak.net> - Edgard Lima <edgard.lima@indt.org.br> - Jan Schmidt <thaytan@mad.scientist.com> + Ronald Bultje <rbultje@ronald.bitfreak.net>Edgard Lima <edgard.lima@indt.org.br>Jan Schmidt <thaytan@mad.scientist.com> \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-soundtouch.xml b/docs/plugins/inspect/plugin-soundtouch.xml index f6a17dce..53725809 100644 --- a/docs/plugins/inspect/plugin-soundtouch.xml +++ b/docs/plugins/inspect/plugin-soundtouch.xml @@ -3,10 +3,10 @@ Audio Pitch Controller ../../ext/soundtouch/.libs/libgstpitch.so libgstpitch.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml index 29a8c4e8..19c2b39f 100644 --- a/docs/plugins/inspect/plugin-spectrum.xml +++ b/docs/plugins/inspect/plugin-spectrum.xml @@ -3,10 +3,10 @@ Run an FFT on the audio signal, output spectrum data ../../gst/spectrum/.libs/libgstspectrum.so libgstspectrum.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + 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 6f0b6526..3e0658c6 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 - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-swfdec.xml b/docs/plugins/inspect/plugin-swfdec.xml index 938cb0f8..8d517e5e 100644 --- a/docs/plugins/inspect/plugin-swfdec.xml +++ b/docs/plugins/inspect/plugin-swfdec.xml @@ -3,10 +3,10 @@ Uses libswfdec to decode Flash video streams ../../ext/swfdec/.libs/libgstswfdec.so libgstswfdec.so - 0.10.4.1 + 0.10.4 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-tta.xml b/docs/plugins/inspect/plugin-tta.xml index bb11b4a0..040cac47 100644 --- a/docs/plugins/inspect/plugin-tta.xml +++ b/docs/plugins/inspect/plugin-tta.xml @@ -3,7 +3,7 @@ TTA lossless audio format handling ../../gst/tta/.libs/libgsttta.so libgsttta.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad gst-tta diff --git a/docs/plugins/inspect/plugin-videosignal.xml b/docs/plugins/inspect/plugin-videosignal.xml index bb10a936..e2a9057d 100644 --- a/docs/plugins/inspect/plugin-videosignal.xml +++ b/docs/plugins/inspect/plugin-videosignal.xml @@ -3,10 +3,10 @@ Various video signal analysers ../../gst/videosignal/.libs/libgstvideosignal.so libgstvideosignal.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-xingheader.xml b/docs/plugins/inspect/plugin-xingheader.xml index db220ab7..08840b19 100644 --- a/docs/plugins/inspect/plugin-xingheader.xml +++ b/docs/plugins/inspect/plugin-xingheader.xml @@ -3,10 +3,10 @@ Add a xing header to mp3 encoded data ../../gst/xingheader/.libs/libgstxingheader.so libgstxingheader.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-xvid.xml b/docs/plugins/inspect/plugin-xvid.xml index 4c528534..8c585b38 100644 --- a/docs/plugins/inspect/plugin-xvid.xml +++ b/docs/plugins/inspect/plugin-xvid.xml @@ -3,10 +3,10 @@ XviD plugin library ../../ext/xvid/.libs/libgstxvid.so libgstxvid.so - 0.10.4.1 + 0.10.5 GPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin -- cgit v1.2.1