diff --git a/ChangeLog b/ChangeLog index ffeb1d3eba..dd6f9bffa7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,103 @@ +2008-06-13 Stefan Kost + + * docs/plugins/Makefile.am: + * docs/plugins/gst-plugins-bad-plugins-docs.sgml: + * docs/plugins/gst-plugins-bad-plugins-sections.txt: + * docs/plugins/gst-plugins-bad-plugins.args: + * docs/plugins/gst-plugins-bad-plugins.hierarchy: + * docs/plugins/gst-plugins-bad-plugins.interfaces: + * docs/plugins/gst-plugins-bad-plugins.prerequisites: + * docs/plugins/gst-plugins-bad-plugins.signals: + * docs/plugins/inspect/plugin-alsaspdif.xml: + * docs/plugins/inspect/plugin-amrwb.xml: + * docs/plugins/inspect/plugin-app.xml: + * docs/plugins/inspect/plugin-bayer.xml: + * docs/plugins/inspect/plugin-bz2.xml: + * docs/plugins/inspect/plugin-cdaudio.xml: + * docs/plugins/inspect/plugin-cdxaparse.xml: + * docs/plugins/inspect/plugin-dtsdec.xml: + * docs/plugins/inspect/plugin-dvb.xml: + * docs/plugins/inspect/plugin-dvdspu.xml: + * docs/plugins/inspect/plugin-faac.xml: + * docs/plugins/inspect/plugin-faad.xml: + * docs/plugins/inspect/plugin-fbdevsink.xml: + * docs/plugins/inspect/plugin-festival.xml: + * docs/plugins/inspect/plugin-filter.xml: + * docs/plugins/inspect/plugin-flvdemux.xml: + * docs/plugins/inspect/plugin-freeze.xml: + * docs/plugins/inspect/plugin-gsm.xml: + * docs/plugins/inspect/plugin-gstinterlace.xml: + * docs/plugins/inspect/plugin-gstrtpmanager.xml: + * docs/plugins/inspect/plugin-h264parse.xml: + * docs/plugins/inspect/plugin-interleave.xml: + * docs/plugins/inspect/plugin-jack.xml: + * docs/plugins/inspect/plugin-ladspa.xml: + * docs/plugins/inspect/plugin-metadata.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-mpegtsparse.xml: + * docs/plugins/inspect/plugin-mpegvideoparse.xml: + * docs/plugins/inspect/plugin-musepack.xml: + * docs/plugins/inspect/plugin-musicbrainz.xml: + * docs/plugins/inspect/plugin-mve.xml: + * docs/plugins/inspect/plugin-mythtv.xml + * docs/plugins/inspect/plugin-nas.xml: + * docs/plugins/inspect/plugin-neon.xml: + * docs/plugins/inspect/plugin-nsfdec.xml: + * docs/plugins/inspect/plugin-nuvdemux.xml: + * docs/plugins/inspect/plugin-oss4.xml + * docs/plugins/inspect/plugin-rawparse.xml: + * docs/plugins/inspect/plugin-real.xml: + * docs/plugins/inspect/plugin-replaygain.xml: + * docs/plugins/inspect/plugin-rfbsrc.xml: + * docs/plugins/inspect/plugin-sdl.xml: + * docs/plugins/inspect/plugin-sdp.xml: + * docs/plugins/inspect/plugin-selector.xml: + * docs/plugins/inspect/plugin-sndfile.xml: + * docs/plugins/inspect/plugin-soundtouch.xml: + * docs/plugins/inspect/plugin-spcdec.xml: + * docs/plugins/inspect/plugin-speed.xml: + * docs/plugins/inspect/plugin-speexresample.xml: + * docs/plugins/inspect/plugin-stereo.xml: + * docs/plugins/inspect/plugin-subenc.xml + * docs/plugins/inspect/plugin-timidity.xml: + * docs/plugins/inspect/plugin-tta.xml: + * docs/plugins/inspect/plugin-vcdsrc.xml: + * docs/plugins/inspect/plugin-videosignal.xml: + * docs/plugins/inspect/plugin-vmnc.xml: + * docs/plugins/inspect/plugin-wildmidi.xml: + * docs/plugins/inspect/plugin-x264.xml: + * docs/plugins/inspect/plugin-xvid.xml: + * docs/plugins/inspect/plugin-y4menc.xml: + * ext/amrwb/gstamrwbdec.c: + * ext/amrwb/gstamrwbenc.c: + * ext/amrwb/gstamrwbparse.c: + * ext/dc1394/gstdc1394.c: + * ext/directfb/dfbvideosink.c: + * ext/ivorbis/vorbisdec.c: + * ext/jack/gstjackaudiosink.c: + * ext/mpeg2enc/gstmpeg2enc.cc: + * ext/mplex/gstmplex.cc: + * ext/musicbrainz/gsttrm.c: + * ext/mythtv/gstmythtvsrc.c: + * ext/theora/theoradec.c: + * ext/timidity/gsttimidity.c: + * ext/timidity/gstwildmidi.c: + * gst-libs/gst/app/gstappsink.c: + * gst/deinterlace/gstdeinterlace.c: + * gst/dvdspu/gstdvdspu.c: + * gst/festival/gstfestival.c: + * gst/freeze/gstfreeze.c: + * gst/interleave/deinterleave.c: + * gst/interleave/interleave.c: + * gst/modplug/gstmodplug.cc: + * gst/nuvdemux/gstnuvdemux.c: + Add missing elements to docs. Fix doc-markup: use convinience syntax + for examples (produces valid docbook), add several refsec2 when we + have several titles. Fix some types. + 2008-06-12 Wim Taymans * examples/app/.cvsignore: diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 506b88dc99..7476ac6434 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -58,7 +58,7 @@ FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \ --extra-dir=$(GSTPB_PREFIX)/share/gtk-doc/html # Used for dependencies. -HFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.h +HFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.h $(DOC_SOURCE_DIR)/*/*/*.hh CFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.c $(DOC_SOURCE_DIR)/*/*/*.cc # this is a wingo addition @@ -105,6 +105,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/metadata/gstbasemetadata.h \ $(top_srcdir)/ext/metadata/gstmetadatademux.h \ $(top_srcdir)/ext/metadata/gstmetadatamux.h \ + $(top_srcdir)/ext/mpeg2enc/gstmpeg2enc.hh \ $(top_srcdir)/ext/mythtv/gstmythtvsrc.h \ $(top_srcdir)/ext/sdl/sdlaudiosink.h \ $(top_srcdir)/ext/sdl/sdlvideosink.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 5c40e6b59e..b663582611 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -35,7 +35,8 @@ - + + diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index b2e76112fe..afe5807671 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -317,6 +317,20 @@ GST_TYPE_MODPLUG gst_modplug_get_type +
+element-mpeg2enc +mpeg2enc +GstMpeg2enc + +GstMpeg2encClass +GST_MPEG2ENC +GST_MPEG2ENC_CLASS +GST_IS_MPEG2ENC +GST_IS_MPEG2ENC_CLASS +GST_TYPE_MPEG2ENC +gst_mpeg2enc_get_type +
+
element-mythtvsrc mythtvsrc diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index efb6f5bc6d..c188bd57a7 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -11,7 +11,7 @@ GstPitch::pitch gfloat -[0.1,10] +[0,1,10] rw Pitch Audio stream pitch. @@ -21,7 +21,7 @@ GstPitch::rate gfloat -[0.1,10] +[0,1,10] rw Rate Audio stream rate. @@ -31,7 +31,7 @@ GstPitch::tempo gfloat -[0.1,10] +[0,1,10] rw Tempo Audio stream tempo. @@ -1331,7 +1331,7 @@ GstSpeed::speed gfloat -[0.1,40] +[0,1,40] rwx speed speed. @@ -16835,7 +16835,7 @@ rwx Dry-Wet-Balance Dry-Wet-Balance. -0.5 +0,5 @@ -17715,7 +17715,7 @@ rwx Pattern sensitivity The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest). -0.3 +0,3 @@ -17755,7 +17755,7 @@ rwx Pattern center The center of the black/white separation (0.0 = lowest, 1.0 highest). -0.5 +0,5 @@ -17905,7 +17905,7 @@ rw stereo stereo. -0.1 +0,1 @@ -19283,6 +19283,36 @@ -1 + +GstAppSrc::format +GstFormat + +rw +Format +The format of the segment events and seek. +GST_FORMAT_BYTES + + + +GstAppSrc::max-bytes +guint64 + +rw +Max bytes +The maximum number of bytes to queue internally (0 = unlimited). +200000 + + + +GstAppSrc::stream-type +GstAppStreamType + +rw +Stream Type +the type of the stream. +Stream + + GstDeinterleave::keep-positions gboolean @@ -20003,3 +20033,33 @@ NULL + +GstInterleave::channel-positions +GValueArray* + +rw +Channel positions +Channel positions used on the output. + + + + +GstInterleave::channel-positions-from-input +gboolean + +rw +Channel positions from input +Take channel positions from the input. +TRUE + + + +GstMpeg4VParse::drop +gboolean + +rwx +drop +Drop data untill valid configuration data is received either in the stream or through caps. +TRUE + + diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index ae7a323371..0074ad2b73 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -1,6 +1,7 @@ GObject GstObject GstPad + GstInterleavePad GstPadTemplate GstSignalProcessorPadTemplate GstPluginFeature @@ -10,160 +11,344 @@ GObject GstElement GstBin GstPipeline - DvbBaseBin - GstRgVolume GstSDPDemux + GstRgVolume GstRtpBin GstRtpClient - GstMusepackDec + DvbBaseBin + GstCDXAParse + GstVcdParse GstBaseTransform + GstDeinterlace + GstIIR + GstBayer2RGB GstAudioFilter - GstOFA - GstBPMDetect - GstSpectrum - GstIirEqualizer - GstIirEqualizerNBands - GstIirEqualizer3Bands - GstIirEqualizer10Bands GstStereo + GstBPMDetect + GstVideoCrop + GstRgAnalysis + GstRgLimiter GstVideoFilter GstVideoAnalyse GstVideoDetect GstVideoMark - GstVideoColorspace - GstRgAnalysis - GstRgLimiter - GstDeinterlace - GstBayer2RGB GstSpeexResample - GstIIR + GstFestival GstBaseSrc + GstAppSrc GstPushSrc - GstNeonhttpSrc - GstMMS - GstSoupHTTPSrc - GstMythtvSrc + GstRfbSrc + GstVCDSrc + GstDvbSrc GstBaseAudioSrc GstAudioSrc GstOss4Source - GstDvbSrc - GstVCDSrc - GstRfbSrc - GstAppSrc - GstMultiFileSrc + GstMMS + GstNeonhttpSrc + GstMythtvSrc GstSFSrc GstBaseSink - GstBaseAudioSink - GstJackAudioSink - GstAudioSink - GstSDLAudioSink - GstNasSink - GstOss4Sink - GstVideoSink - GstDfbVideoSink - GstSDLVideoSink - GstSFSink - AlsaSPDIFSink - GstFBDEVSink GstAppSink - GstMultiFileSink - GstPitch - GstFaad - GstSignalProcessor - ladspa-tap-pitch - ladspa-tap-tubewarmth - ladspa-tap-tremolo - ladspa-tap-dynamics-m - ladspa-tap-stereo-echo - ladspa-sine-faaa - ladspa-sine-faac - ladspa-sine-fcaa - ladspa-sine-fcac - ladspa-tap-rotspeak - ladspa-tap-equalizer-bw - ladspa-tap-reverb - ladspa-tap-chorusflanger - ladspa-lpf - ladspa-hpf - ladspa-tap-pinknoise - ladspa-delay-5s - ladspa-amp-mono - ladspa-amp-stereo - ladspa-tap-reflector - ladspa-tap-limiter - ladspa-noise-white - ladspa-tap-equalizer - ladspa-tap-deesser - ladspa-Ambisonics-11-mono-panner - ladspa-Ambisonics-11-stereo-panner - ladspa-Ambisonics-11-rotator - ladspa-Ambisonics-11-square-decoder - ladspa-Ambisonics-11-hexagon-decoder - ladspa-Ambisonics-11-cube-decoder - ladspa-G2reverb - ladspa-tap-doubler - ladspa-tap-dynamics-st - ladspa-tap-sigmoid - ladspa-tap-vibrato - ladspa-Ambisonics-21-panner - ladspa-Ambisonics-21-rotator - ladspa-tap-autopan - GstDtsDec - GstAmrwbDec - GstAmrwbParse - GstAmrwbEnc - GstGSMEnc - GstGSMDec - GstFaac - GstX264Enc - GstCDAudio - GstMplex - GstMpeg2enc - GstWildmidi - GstSpcDec - GstXvidEnc - GstXvidDec - GstBz2enc - GstBz2dec - GstTRM - GstBaseMetadata - GstMetadataDemux - GstMetadataMux - GstOss4Mixer + GstVideoSink + GstGLImageSink + GstSDLVideoSink + GstBaseAudioSink + GstAudioSink + GstOss4Sink + GstNasSink + GstSDLAudioSink + GstJackAudioSink + GstFBDEVSink + AlsaSPDIFSink + GstSFSink + GstFreeze + GstFLVDemux + GstH264Parse + GstModPlug + GstInputSelector + GstOutputSelector GstDVDSpu - MpegTSParse + GstNsfDec + GstSpeed GstTtaParse GstTtaDec - GstMpeg4VParse - MpegVideoParse - GstH264Parse - GstVMncDec - GstSpeed - GstFLVDemux - GstCDXAParse - GstVcdParse - GstModPlug - GstSrtEnc - GstRawParse - GstVideoParse - GstAudioParse GstY4mEncode - GstFestival - GstNsfDec + GstNuvDemux + GstRealVideoDec + GstRealAudioDec GstInterleave GstDeinterleave GstMveDemux GstMveMux + GstVMncDec + MpegVideoParse + GstMpeg4VParse GstRtpJitterBuffer GstRtpPtDemux GstRtpSession GstRtpSsrcDemux - GstNuvDemux - GstFreeze - GstRealVideoDec - GstRealAudioDec - GstInputSelector - GstOutputSelector + GstRawParse + GstVideoParse + GstAudioParse + MpegTSParse + GstSrtEnc + GstOss4Mixer + GstAmrwbDec + GstAmrwbParse + GstAmrwbEnc + GstBz2enc + GstBz2dec + GstCDAudio + GstDtsDec + GstFaac + GstFaad + GstGSMEnc + GstGSMDec + GstMpeg2enc + GstMusepackDec + GstTRM + GstPitch + GstSpcDec + GstXvidEnc + GstXvidDec + GstSignalProcessor + ladspa-delay-5s + ladspa-amp-mono + ladspa-amp-stereo + ladspa-adsr + ladspa-lpf + ladspa-hpf + ladspa-noise-white + ladspa-sine-faaa + ladspa-sine-faac + ladspa-sine-fcaa + ladspa-sine-fcac + ladspa-difference-iama-oa + ladspa-difference-iamc-oa + ladspa-difference-icma-oa + ladspa-difference-icmc-oc + ladspa-adsr-g+t + ladspa-amp-gaia-oa + ladspa-amp-gcia-oa + ladspa-branch-ia-oaoa + ladspa-branch-ic-ococ + ladspa-dahdsr-g+t-audio + ladspa-dahdsr-g+t-control + ladspa-dahdsr-cg+t-control + ladspa-interpolator + ladspa-fmod-fama-oa + ladspa-fmod-famc-oa + ladspa-fmod-fcma-oa + ladspa-fmod-fcmc-oc + ladspa-quantiser20 + ladspa-lp4pole-faraia-oa + ladspa-lp4pole-fcrcia-oa + ladspa-product-iaia-oa + ladspa-product-iaic-oa + ladspa-product-icic-oc + ladspa-pulse-fapa-oa + ladspa-pulse-fapc-oa + ladspa-pulse-fcpa-oa + ladspa-pulse-fcpc-oa + ladspa-quantiser100 + ladspa-quantiser50 + ladspa-sawtooth-fa-oa + ladspa-sawtooth-fc-oa + ladspa-random-fasa-oa + ladspa-random-fasc-oa + ladspa-random-fcsa-oa + ladspa-random-fcsc-oa + ladspa-ratio-nada-oa + ladspa-ratio-nadc-oa + ladspa-ratio-ncda-oa + ladspa-ratio-ncdc-oc + ladspa-sinusWavewrapper + ladspa-sequencer64 + ladspa-sequencer32 + ladspa-sequencer16 + ladspa-square-fa-oa + ladspa-square-fc-oa + ladspa-sum-iaia-oa + ladspa-sum-iaic-oa + ladspa-sum-icic-oc + ladspa-syncpulse-fapaga-oa + ladspa-syncpulse-fcpcga-oa + ladspa-syncsquare-faga-oa + ladspa-syncsquare-fcga-oa + ladspa-tracker-gaaadaia-oa + ladspa-tracker-gaacdcia-oa + ladspa-triangle-fasa-oa + ladspa-triangle-fasc-oa + ladspa-triangle-fcsa-oa + ladspa-triangle-fcsc-oa + ladspa-bf2cube + ladspa-bf2quad + ladspa-bf2stereo + ladspa-fmh2oct + ladspa-encode-bformat + ladspa-encode-fmh + ladspa-bf-rotate-z + ladspa-fmh-rotate-z + ladspa-am + ladspa-analogue + ladspa-canyon-delay + ladspa-disintegrator + ladspa-sledgehammer + ladspa-delay-0-01s + ladspa-delay-0-1s + ladspa-delay-1s + ladspa-delay-60s + ladspa-track-max-peak + ladspa-track-max-rms + ladspa-track-peak + ladspa-track-rms + ladspa-fmh2bf + ladspa-fbdelay-0-01s + ladspa-fbdelay-0-1s + ladspa-fbdelay-1s + ladspa-fbdelay-5s + ladspa-fbdelay-60s + ladspa-freeverb3 + ladspa-grain-scatter + ladspa-hard-gate + ladspa-identity-audio + ladspa-identity-control + ladspa-lofi + ladspa-logistic + ladspa-mixer + ladspa-noise-source-white + ladspa-null-ai + ladspa-null-ao + ladspa-null-ci + ladspa-null-co + ladspa-organ + ladspa-peak + ladspa-phasemod + ladspa-pink-interpolated-audio + ladspa-pink-full-frequency + ladspa-pink-sh + ladspa-compress-peak + ladspa-compress-rms + ladspa-expand-peak + ladspa-expand-rms + ladspa-limit-peak + ladspa-limit-rms + ladspa-syndrum + ladspa-vcf303 + ladspa-wshape-sine + ladspa-amp + ladspa-diode + ladspa-divider + ladspa-shaper + ladspa-ringmod-2i1o + ladspa-ringmod-1i1o1l + ladspa-comb + ladspa-declip + ladspa-foverdrive + ladspa-multivoiceChorus + ladspa-hermesFilter + ladspa-decimator + ladspa-flanger + ladspa-retroFlange + ladspa-singlePara + ladspa-triplePara + ladspa-transient + ladspa-fadDelay + ladspa-dcRemove + ladspa-tapeDelay + ladspa-valve + ladspa-sifter + ladspa-harmonicGen + ladspa-stepMuxer + ladspa-foldover + ladspa-svf + ladspa-gsm + ladspa-gverb + ladspa-lfoPhaser + ladspa-fourByFourPole + ladspa-autoPhaser + ladspa-fastLookaheadLimiter + ladspa-surroundEncoder + ladspa-delayorama + ladspa-dysonCompress + ladspa-crossoverDist + ladspa-valveRect + ladspa-split + ladspa-alias + ladspa-satanMaximiser + ladspa-karaoke + ladspa-gate + ladspa-combSplitter + ladspa-waveTerrain + ladspa-hardLimiter + ladspa-smoothDecimate + ladspa-fmOsc + ladspa-analogueOsc + ladspa-rateShifter + ladspa-freqTracker + ladspa-modDelay + ladspa-matrixStMS + ladspa-matrixMSSt + ladspa-matrixSpatialiser + ladspa-plate + ladspa-gong + ladspa-sc1 + ladspa-sc2 + ladspa-sc3 + ladspa-zm1 + ladspa-inv + ladspa-chebstortion + ladspa-bodeShifter + ladspa-bodeShifterCV + ladspa-amPitchshift + ladspa-sc4 + ladspa-lcrDelay + ladspa-giantFlange + ladspa-djFlanger + ladspa-gongBeater + ladspa-hilbert + ladspa-sinCos + ladspa-se4 + ladspa-bandpass-a-iir + ladspa-bandpass-iir + ladspa-highpass-iir + ladspa-lowpass-iir + ladspa-notch-iir + ladspa-dj-eq-mono + ladspa-dj-eq + ladspa-bwxover-iir + ladspa-buttlow-iir + ladspa-butthigh-iir + ladspa-allpass-n + ladspa-allpass-l + ladspa-allpass-c + ladspa-comb-n + ladspa-comb-l + ladspa-comb-c + ladspa-decay + ladspa-delay-n + ladspa-delay-l + ladspa-delay-c + ladspa-impulse-fc + ladspa-vynil + ladspa-revdelay + ladspa-lsFilter + ladspa-const + ladspa-pointerCastDistortion + ladspa-pitchScale + ladspa-artificialLatency + ladspa-xfade + ladspa-xfade4 + ladspa-sc4m + ladspa-mbeq + ladspa-pitchScaleHQ + ladspa-imp + GstTimidity + GstWildmidi + GstBaseMetadata + GstMetadataDemux + GstMetadataMux + GstX264Enc GstBus GstTask GstClock @@ -174,15 +359,15 @@ GObject GstRingBuffer GstJackAudioSinkRingBuffer GstSignalObject - GstColorBalanceChannel + GstMixerTrack + GstMixerOptions GInterface GTypePlugin GstChildProxy GstURIHandler GstImplementsInterface - GstNavigation - GstColorBalance GstXOverlay - GstTagSetter GstPropertyProbe GstMixer + GstNavigation + GstTagSetter diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces index b8e6b69a8c..40c8fa8a5b 100644 --- a/docs/plugins/gst-plugins-bad-plugins.interfaces +++ b/docs/plugins/gst-plugins-bad-plugins.interfaces @@ -1,23 +1,19 @@ GstBin GstChildProxy GstPipeline GstChildProxy -DvbBaseBin GstChildProxy GstURIHandler -GstRgVolume GstChildProxy GstSDPDemux GstChildProxy +GstRgVolume GstChildProxy GstRtpBin GstChildProxy GstRtpClient GstChildProxy -GstIirEqualizer GstChildProxy -GstIirEqualizerNBands GstChildProxy -GstIirEqualizer3Bands GstChildProxy -GstIirEqualizer10Bands GstChildProxy -GstNeonhttpSrc GstURIHandler -GstMMS GstURIHandler -GstSoupHTTPSrc GstURIHandler -GstMythtvSrc GstURIHandler -GstOss4Source GstImplementsInterface GstPropertyProbe GstMixer +DvbBaseBin GstChildProxy GstURIHandler +GstAppSrc GstURIHandler GstVCDSrc GstURIHandler +GstOss4Source GstImplementsInterface GstPropertyProbe GstMixer +GstMMS GstURIHandler +GstNeonhttpSrc GstURIHandler +GstMythtvSrc GstURIHandler +GstGLImageSink GstImplementsInterface GstXOverlay +GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation GstOss4Sink GstPropertyProbe -GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance -GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay +GstOss4Mixer GstImplementsInterface GstPropertyProbe GstMixer GstCDAudio GstURIHandler GstMetadataMux GstTagSetter -GstOss4Mixer GstImplementsInterface GstPropertyProbe GstMixer diff --git a/docs/plugins/gst-plugins-bad-plugins.prerequisites b/docs/plugins/gst-plugins-bad-plugins.prerequisites index 81371d2d24..943c1c4e77 100644 --- a/docs/plugins/gst-plugins-bad-plugins.prerequisites +++ b/docs/plugins/gst-plugins-bad-plugins.prerequisites @@ -1,6 +1,5 @@ GstChildProxy GstObject GstImplementsInterface GstObject GstElement -GstColorBalance GstObject GstImplementsInterface GstElement GstXOverlay GstObject GstImplementsInterface GstElement -GstTagSetter GstObject GstElement GstMixer GstObject GstImplementsInterface GstElement +GstTagSetter GstObject GstElement diff --git a/docs/plugins/gst-plugins-bad-plugins.signals b/docs/plugins/gst-plugins-bad-plugins.signals index 8fae7248d5..c6a3b133b5 100644 --- a/docs/plugins/gst-plugins-bad-plugins.signals +++ b/docs/plugins/gst-plugins-bad-plugins.signals @@ -300,7 +300,7 @@ gint64 arg3 GstAppSrc::end-of-stream -void +GstFlowReturn la GstAppSrc *gstappsrc @@ -317,11 +317,12 @@ GstAppSrc *gstappsrc void l GstAppSrc *gstappsrc +guint arg1 GstAppSrc::push-buffer -void +GstFlowReturn la GstAppSrc *gstappsrc GstBuffer *arg1 @@ -329,7 +330,7 @@ GstBuffer *arg1 GstAppSrc::seek-data -void +gboolean l GstAppSrc *gstappsrc guint64 arg1 diff --git a/docs/plugins/inspect/plugin-alsaspdif.xml b/docs/plugins/inspect/plugin-alsaspdif.xml index 2583b0dbce..e1c413e946 100644 --- a/docs/plugins/inspect/plugin-alsaspdif.xml +++ b/docs/plugins/inspect/plugin-alsaspdif.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org alsaspdifsink diff --git a/docs/plugins/inspect/plugin-amrwb.xml b/docs/plugins/inspect/plugin-amrwb.xml index 96f17048ba..4cd6c323c4 100644 --- a/docs/plugins/inspect/plugin-amrwb.xml +++ b/docs/plugins/inspect/plugin-amrwb.xml @@ -7,7 +7,7 @@ unknown gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org amrwbdec @@ -16,18 +16,18 @@ Adaptive Multi-Rate Wideband audio decoder Renato Araujo <renato.filho@indt.org.br> - - src - source - always -
audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)16000, channels=(int)1
-
sink sink always
audio/AMR-WB, rate=(int)16000, channels=(int)1
+ + src + source + always +
audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)16000, channels=(int)1
+
@@ -37,18 +37,18 @@ Adaptive Multi-Rate Wideband audio encoder Renato Araujo <renato.filho@indt.org.br> - - src - source - always -
audio/AMR-WB, rate=(int)16000, channels=(int)1
-
sink sink always
audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)16000, channels=(int)1
+ + src + source + always +
audio/AMR-WB, rate=(int)16000, channels=(int)1
+
@@ -58,18 +58,18 @@ Adaptive Multi-Rate WideBand audio parser Renato Filho <renato.filho@indt.org.br> - - src - source - always -
audio/AMR-WB, rate=(int)16000, channels=(int)1
-
sink sink always
audio/x-amr-wb-sh
+ + src + source + always +
audio/AMR-WB, rate=(int)16000, channels=(int)1
+
diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index 7c0c2dcd3c..c77eda030a 100644 --- a/docs/plugins/inspect/plugin-app.xml +++ b/docs/plugins/inspect/plugin-app.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org appsink diff --git a/docs/plugins/inspect/plugin-bayer.xml b/docs/plugins/inspect/plugin-bayer.xml index b04a0ea568..985a4fdb2a 100644 --- a/docs/plugins/inspect/plugin-bayer.xml +++ b/docs/plugins/inspect/plugin-bayer.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org bayer2rgb @@ -16,18 +16,18 @@ Converts video/x-raw-bayer to video/x-raw-rgb William Brack <wbrack@mmm.com.hk> - - sink - sink - always -
video/x-raw-bayer, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]
-
src source always
video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+ + sink + sink + always +
video/x-raw-bayer, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]
+
diff --git a/docs/plugins/inspect/plugin-bz2.xml b/docs/plugins/inspect/plugin-bz2.xml index fb16a9d0e2..f8131d8c5a 100644 --- a/docs/plugins/inspect/plugin-bz2.xml +++ b/docs/plugins/inspect/plugin-bz2.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org bz2dec @@ -16,18 +16,18 @@ Decodes compressed streams Lutz Mueller <lutz@users.sourceforge.net> - - src - source - always -
ANY
-
sink sink always
application/x-bzip
+ + src + source + always +
ANY
+
@@ -37,18 +37,18 @@ Compresses streams Lutz Mueller <lutz@users.sourceforge.net> - - src - source - always -
application/x-bzip
-
sink sink always
ANY
+ + src + source + always +
application/x-bzip
+
diff --git a/docs/plugins/inspect/plugin-cdaudio.xml b/docs/plugins/inspect/plugin-cdaudio.xml index 0514fbd186..5e5d9097b3 100644 --- a/docs/plugins/inspect/plugin-cdaudio.xml +++ b/docs/plugins/inspect/plugin-cdaudio.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org cdaudio diff --git a/docs/plugins/inspect/plugin-cdxaparse.xml b/docs/plugins/inspect/plugin-cdxaparse.xml index 507684e402..f76c520a45 100644 --- a/docs/plugins/inspect/plugin-cdxaparse.xml +++ b/docs/plugins/inspect/plugin-cdxaparse.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org cdxaparse @@ -16,18 +16,18 @@ Parse a .dat file from (S)VCD into raw MPEG-1 Wim Taymans <wim.taymans@tvd.be> - - src - source - always -
video/mpeg, systemstream=(boolean)true
-
sink sink always
video/x-cdxa
+ + src + source + always +
video/mpeg, systemstream=(boolean)true
+
@@ -37,18 +37,18 @@ Strip (S)VCD stream from its sync headers Tim-Philipp Müller <tim centricular net>, Ronald Bultje <rbultje@ronald.bitfreak.net> - - src - source - always -
video/mpeg, systemstream=(boolean)true
-
sink sink always
video/x-vcd
+ + src + source + always +
video/mpeg, systemstream=(boolean)true
+
diff --git a/docs/plugins/inspect/plugin-dtsdec.xml b/docs/plugins/inspect/plugin-dtsdec.xml index 5ee9ef49d4..bbb25100c1 100644 --- a/docs/plugins/inspect/plugin-dtsdec.xml +++ b/docs/plugins/inspect/plugin-dtsdec.xml @@ -7,7 +7,7 @@ GPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org dtsdec @@ -16,18 +16,18 @@ Decodes DTS audio streams Ronald Bultje <rbultje@ronald.bitfreak.net> - - src - source - always -
audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]
-
sink sink always
audio/x-dts; audio/x-private1-dts
+ + src + source + always +
audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]
+
diff --git a/docs/plugins/inspect/plugin-dvb.xml b/docs/plugins/inspect/plugin-dvb.xml index d6d4eca956..40c99656c1 100644 --- a/docs/plugins/inspect/plugin-dvb.xml +++ b/docs/plugins/inspect/plugin-dvb.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org dvbbasebin @@ -16,18 +16,18 @@ Access descramble and split DVB streams Alessandro Decina <alessandro@nnva.org> - - src%d - source - request -
video/mpegts, systemstream=(boolean)true
-
program_%d source sometimes
video/mpegts, systemstream=(boolean)true
+ + src%d + source + request +
video/mpegts, systemstream=(boolean)true
+
diff --git a/docs/plugins/inspect/plugin-dvdspu.xml b/docs/plugins/inspect/plugin-dvdspu.xml index b9e877f5fb..13201856d1 100644 --- a/docs/plugins/inspect/plugin-dvdspu.xml +++ b/docs/plugins/inspect/plugin-dvdspu.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org dvdspu @@ -17,10 +17,10 @@ Jan Schmidt <jan@fluendo.com> - subpicture - sink + src + source always -
video/x-dvd-subpicture
+
video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]
video @@ -29,10 +29,10 @@
video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]
- src - source + subpicture + sink always -
video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]
+
video/x-dvd-subpicture
diff --git a/docs/plugins/inspect/plugin-faac.xml b/docs/plugins/inspect/plugin-faac.xml index a7e5e1eaa7..09bc2e9af4 100644 --- a/docs/plugins/inspect/plugin-faac.xml +++ b/docs/plugins/inspect/plugin-faac.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org faac @@ -16,18 +16,18 @@ Free MPEG-2/4 AAC encoder Ronald Bultje <rbultje@ronald.bitfreak.net> - - sink - sink - always -
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 6 ]
-
src source always
audio/mpeg, mpegversion=(int){ 4, 2 }, channels=(int)[ 1, 6 ], rate=(int)[ 8000, 96000 ]
+ + sink + sink + always +
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 6 ]
+
diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml index 210566b6b9..acffb2427d 100644 --- a/docs/plugins/inspect/plugin-faad.xml +++ b/docs/plugins/inspect/plugin-faad.xml @@ -7,7 +7,7 @@ GPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org faad @@ -16,18 +16,18 @@ Free MPEG-2/4 AAC decoder Ronald Bultje <rbultje@ronald.bitfreak.net> - - sink - sink - always -
audio/mpeg, mpegversion=(int){ 2, 4 }
-
src source always
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 8 ]
+ + sink + sink + always +
audio/mpeg, mpegversion=(int){ 2, 4 }
+
diff --git a/docs/plugins/inspect/plugin-fbdevsink.xml b/docs/plugins/inspect/plugin-fbdevsink.xml index 651c7afbd3..488a148a1a 100644 --- a/docs/plugins/inspect/plugin-fbdevsink.xml +++ b/docs/plugins/inspect/plugin-fbdevsink.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org fbdevsink diff --git a/docs/plugins/inspect/plugin-festival.xml b/docs/plugins/inspect/plugin-festival.xml index 811c0ede6f..163b2e37cd 100644 --- a/docs/plugins/inspect/plugin-festival.xml +++ b/docs/plugins/inspect/plugin-festival.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org festival @@ -16,18 +16,18 @@ Synthesizes plain text into audio Wim Taymans <wim.taymans@chello.be> - - src - source - always -
audio/x-wav
-
sink sink always
text/plain
+ + src + source + always +
audio/x-wav
+
diff --git a/docs/plugins/inspect/plugin-filter.xml b/docs/plugins/inspect/plugin-filter.xml index 4da23711ea..c47d4f99fe 100644 --- a/docs/plugins/inspect/plugin-filter.xml +++ b/docs/plugins/inspect/plugin-filter.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org iir @@ -17,14 +17,14 @@ Monty <monty@xiph.org>, Thomas <thomas@apestaart.org>, Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net> - sink - sink + src + source always
audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32
- src - source + sink + sink always
audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32
diff --git a/docs/plugins/inspect/plugin-flvdemux.xml b/docs/plugins/inspect/plugin-flvdemux.xml index 15df0acfae..278f3727b1 100644 --- a/docs/plugins/inspect/plugin-flvdemux.xml +++ b/docs/plugins/inspect/plugin-flvdemux.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org flvdemux @@ -17,10 +17,10 @@ Julien Moutte <julien@moutte.net> - video - source - sometimes -
ANY
+ sink + sink + always +
video/x-flv
audio @@ -29,10 +29,10 @@
ANY
- sink - sink - always -
video/x-flv
+ video + source + sometimes +
ANY
diff --git a/docs/plugins/inspect/plugin-freeze.xml b/docs/plugins/inspect/plugin-freeze.xml index 7951682ef9..ac725f660f 100644 --- a/docs/plugins/inspect/plugin-freeze.xml +++ b/docs/plugins/inspect/plugin-freeze.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org freeze @@ -17,14 +17,14 @@ Gergely Nagy <gergely.nagy@neteyes.hu>, Renato Filho <renato.filho@indt.org.br> - src - source + sink + sink always
ANY
- sink - sink + src + source always
ANY
diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml index f1f4911d29..864ca7ccb3 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org gsmdec @@ -16,18 +16,18 @@ Decodes GSM encoded audio Philippe Khalaf <burger@speedy.org> - - src - source - always -
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)1
-
sink sink always
audio/x-gsm, rate=(int)8000, channels=(int)1; audio/ms-gsm, rate=(int)[ 1, 2147483647 ], channels=(int)1
+ + src + source + always +
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)1
+
@@ -37,18 +37,18 @@ Encodes GSM audio Philippe Khalaf <burger@speedy.org> - - src - source - always -
audio/x-gsm, rate=(int)8000, channels=(int)1
-
sink sink always
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)8000, channels=(int)1
+ + src + source + always +
audio/x-gsm, rate=(int)8000, channels=(int)1
+
diff --git a/docs/plugins/inspect/plugin-gstinterlace.xml b/docs/plugins/inspect/plugin-gstinterlace.xml index a006595ef2..aa2dbbe3f0 100644 --- a/docs/plugins/inspect/plugin-gstinterlace.xml +++ b/docs/plugins/inspect/plugin-gstinterlace.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org deinterlace @@ -17,14 +17,14 @@ Wim Taymans <wim.taymans@gmail.com> - sink - sink + src + source always
video/x-raw-yuv, format=(fourcc){ I420, Y42B }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
- src - source + sink + sink always
video/x-raw-yuv, format=(fourcc){ I420, Y42B }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
diff --git a/docs/plugins/inspect/plugin-gstrtpmanager.xml b/docs/plugins/inspect/plugin-gstrtpmanager.xml index a5db8d186e..f128d0016a 100644 --- a/docs/plugins/inspect/plugin-gstrtpmanager.xml +++ b/docs/plugins/inspect/plugin-gstrtpmanager.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org gstrtpbin @@ -17,25 +17,7 @@ Wim Taymans <wim.taymans@gmail.com> - send_rtp_src_%d - source - sometimes -
application/x-rtp
-
- - send_rtcp_src_%d - source - request -
application/x-rtcp
-
- - recv_rtp_src_%d_%d_%d - source - sometimes -
application/x-rtp
-
- - send_rtp_sink_%d + recv_rtp_sink_%d sink request
application/x-rtp
@@ -47,11 +29,29 @@
application/x-rtcp
- recv_rtp_sink_%d + send_rtp_sink_%d sink request
application/x-rtp
+ + recv_rtp_src_%d_%d_%d + source + sometimes +
application/x-rtp
+
+ + send_rtcp_src_%d + source + request +
application/x-rtcp
+
+ + send_rtp_src_%d + source + sometimes +
application/x-rtp
+
@@ -62,9 +62,9 @@ Wim Taymans <wim.taymans@gmail.com> - rtp_src_%d_%d - source - sometimes + rtp_sink_%d + sink + request
application/x-rtp
@@ -74,9 +74,9 @@
application/x-rtcp
- rtp_sink_%d - sink - request + rtp_src_%d_%d + source + sometimes
application/x-rtp
@@ -88,18 +88,18 @@ A buffer that deals with network jitter and other transmission faults Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Wim Taymans <wim.taymans@gmail.com> - - sink - sink - always -
application/x-rtp, clock-rate=(int)[ 1, 2147483647 ]
-
src source always
application/x-rtp
+ + sink + sink + always +
application/x-rtp, clock-rate=(int)[ 1, 2147483647 ]
+
@@ -109,18 +109,18 @@ Parses codec streams transmitted in the same RTP session Kai Vehmanen <kai.vehmanen@nokia.com> - - src_%d - source - sometimes -
application/x-rtp, payload=(int)[ 0, 255 ]
-
sink sink always
application/x-rtp
+ + src_%d + source + sometimes +
application/x-rtp, payload=(int)[ 0, 255 ]
+
@@ -131,31 +131,7 @@ Wim Taymans <wim.taymans@gmail.com> - send_rtcp_src - source - request -
application/x-rtcp
-
- - send_rtp_src - source - sometimes -
application/x-rtp
-
- - sync_src - source - sometimes -
application/x-rtcp
-
- - recv_rtp_src - source - sometimes -
application/x-rtp
-
- - send_rtp_sink + recv_rtp_sink sink request
application/x-rtp
@@ -167,11 +143,35 @@
application/x-rtcp
- recv_rtp_sink + send_rtp_sink sink request
application/x-rtp
+ + recv_rtp_src + source + sometimes +
application/x-rtp
+
+ + sync_src + source + sometimes +
application/x-rtcp
+
+ + send_rtp_src + source + sometimes +
application/x-rtp
+
+ + send_rtcp_src + source + request +
application/x-rtcp
+
@@ -182,15 +182,9 @@ Wim Taymans <wim.taymans@gmail.com> - rtcp_src_%d - source - sometimes -
application/x-rtcp
-
- - src_%d - source - sometimes + sink + sink + always
application/x-rtp
@@ -200,11 +194,17 @@
application/x-rtcp
- sink - sink - always + src_%d + source + sometimes
application/x-rtp
+ + rtcp_src_%d + source + sometimes +
application/x-rtcp
+
diff --git a/docs/plugins/inspect/plugin-h264parse.xml b/docs/plugins/inspect/plugin-h264parse.xml index f68837e229..ccf5ec6538 100644 --- a/docs/plugins/inspect/plugin-h264parse.xml +++ b/docs/plugins/inspect/plugin-h264parse.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org h264parse @@ -17,14 +17,14 @@ Michal Benes <michal.benes@itonis.tv>,Wim Taymans <wim.taymans@gmail.com - sink - sink + src + source always
video/x-h264
- src - source + sink + sink always
video/x-h264
diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml index 2b9216988a..b31ad555a4 100644 --- a/docs/plugins/inspect/plugin-interleave.xml +++ b/docs/plugins/inspect/plugin-interleave.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org deinterleave @@ -16,18 +16,18 @@ Splits one interleaved multichannel audio stream into many mono audio streams Andy Wingo <wingo at pobox.com>, Iain <iain@prettypeople.org>, Sebastian Dröge <slomo@circular-chaos.org> - - src%d - source - sometimes -
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
-
sink sink always
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
+ + src%d + source + sometimes +
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
+
@@ -35,19 +35,19 @@ Audio interleaver Filter/Converter/Audio Folds many mono channels into one interleaved audio stream - Andy Wingo <wingo at pobox.com> + Andy Wingo <wingo at pobox.com>, Sebastian Dröge <slomo@circular-chaos.org> - - src - source - always -
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
-
sink%d sink request -
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
+
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean)true; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
+
+ + src + source + always +
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean)true; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml index 3c71acf770..99b0300622 100644 --- a/docs/plugins/inspect/plugin-jack.xml +++ b/docs/plugins/inspect/plugin-jack.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org jackaudiosink diff --git a/docs/plugins/inspect/plugin-ladspa.xml b/docs/plugins/inspect/plugin-ladspa.xml index 5eb5f0ba05..1e8b12d5be 100644 --- a/docs/plugins/inspect/plugin-ladspa.xml +++ b/docs/plugins/inspect/plugin-ladspa.xml @@ -7,519 +7,255 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org - ladspa-Ambisonics-11-cube-decoder - AMB order 1,1 cube decoder + ladspa-adsr + ADSR Hüllkurve Filter/Effect/Audio/LADSPA - AMB order 1,1 cube decoder - Fons Adriaensen <fons@kokkinizita.net> + ADSR Hüllkurve + Mike Rawes <mike_rawes[at]yahoo.co.uk> - Out-ULB - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-URB - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-URF - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-ULF - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-DLB - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-DRB - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-DRF - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-DLF - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-Z + Driving_Signal sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- In-Y - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-X - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-W - sink + Envelope_Out + source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- ladspa-Ambisonics-11-hexagon-decoder - AMB order 1,1 hexagon decoder + ladspa-adsr-g+t + ADSR Hüllkurve mit Gatter und Auslöseimpuls Filter/Effect/Audio/LADSPA - AMB order 1,1 hexagon decoder - Fons Adriaensen <fons@kokkinizita.net> + ADSR Hüllkurve mit Gatter und Auslöseimpuls + Mike Rawes <mike_rawes[at]yahoo.co.uk> - Out-L-LF - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-LB-LB - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-RB-B - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-R-RB - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-RF-RF - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-LF-F - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-Z + Gatter sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- In-Y + Ausl--ser sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- In-X - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-W - sink + Envelope_Out + source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- ladspa-Ambisonics-11-mono-panner - AMB order 1,1 mono panner + ladspa-alias + Aliasing Filter/Effect/Audio/LADSPA - AMB order 1,1 mono panner - Fons Adriaensen <fons@kokkinizita.net> + Aliasing + Steve Harris <steve@plugin.org.uk> - Out-Z - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-Y - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-X - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-W - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In + Input sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
- ladspa-Ambisonics-11-rotator - AMB order 1,1 rotator + ladspa-allpass-c + Allpass delay line, cubic spline interpolation Filter/Effect/Audio/LADSPA - AMB order 1,1 rotator - Fons Adriaensen <fons@kokkinizita.net> + Allpass delay line, cubic spline interpolation + Andy Wingo <wingo at pobox dot com> - Out-Z - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-Y - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-X - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-W - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-Z + Input sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- In-Y - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-X - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-W - sink + Output + source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- ladspa-Ambisonics-11-square-decoder - AMB order 1,1 square decoder + ladspa-allpass-l + Allpass delay line, linear interpolation Filter/Effect/Audio/LADSPA - AMB order 1,1 square decoder - Fons Adriaensen <fons@kokkinizita.net> + Allpass delay line, linear interpolation + Andy Wingo <wingo at pobox dot com> - Out-LB-L - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-RB-B - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-RF-R - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-LF-F - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-Z + Input sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- In-Y - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-X - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-W - sink + Output + source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- ladspa-Ambisonics-11-stereo-panner - AMB order 1,1 stereo panner + ladspa-allpass-n + Allpass delay line, noninterpolating Filter/Effect/Audio/LADSPA - AMB order 1,1 stereo panner - Fons Adriaensen <fons@kokkinizita.net> + Allpass delay line, noninterpolating + Andy Wingo <wingo at pobox dot com> - Out-Z - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-Y - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-X - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-W - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-R + Input sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- In-L - sink + Output + source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- ladspa-Ambisonics-21-panner - AMB order 2,1 panner + ladspa-am + Amplitude Modulator Filter/Effect/Audio/LADSPA - AMB order 2,1 panner - Fons Adriaensen <fons@kokkinizita.net> + Amplitude Modulator + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - Out-Z - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-V - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-U - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-Y - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-X - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-W - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In + Input_1 sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+ + Input_2 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
- ladspa-Ambisonics-21-rotator - AMB order 2,1 rotator + ladspa-amPitchshift + AM pitchshifter Filter/Effect/Audio/LADSPA - AMB order 2,1 rotator - Fons Adriaensen <fons@kokkinizita.net> + AM pitchshifter + Steve Harris <steve@plugin.org.uk> - Out-Z - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-V - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-U - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-Y - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-X - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out-W - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-Z + Input sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- In-V - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-U - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-Y - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-X - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In-W - sink + Output + source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- ladspa-G2reverb - Stereo reverb + ladspa-amp + Simple amplifier Filter/Effect/Audio/LADSPA - Stereo reverb - Fons Adriaensen <fons.adriaensen@alcatel.be> + Simple amplifier + Steve Harris <steve@plugin.org.uk> - Out_R - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out_L - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In_R + Input sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- In_L + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-amp-gaia-oa + Amplifier (GAIA) + Filter/Effect/Audio/LADSPA + Amplifier (GAIA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Verst--rkung_-dB- sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+ + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-amp-gcia-oa + Amplifier (GCIA) + Filter/Effect/Audio/LADSPA + Amplifier (GCIA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
@@ -530,14 +266,14 @@ Richard Furse (LADSPA example plugins) - Output - source + Input + sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- Input - sink + Output + source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
@@ -550,12 +286,2244 @@ Stereo Amplifier Richard Furse (LADSPA example plugins) + + Input_-Left- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Right- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
Output_-Right- source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ + ladspa-analogue + Analogue Voice + Source/Audio/LADSPA + Analogue Voice + CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) + + + Out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-analogueOsc + Analogue Oscillator + Source/Audio/LADSPA + Analogue Oscillator + Steve Harris <steve@plugin.org.uk> + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-artificialLatency + Artificial latency + Filter/Effect/Audio/LADSPA + Artificial latency + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-autoPhaser + Auto phaser + Filter/Effect/Audio/LADSPA + Auto phaser + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-bandpass-a-iir + Glame Bandpass Analog Filter + Filter/Effect/Audio/LADSPA + Glame Bandpass Analog Filter + Alexander Ehlert <mag@glame.de> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-bandpass-iir + Glame Bandpass Filter + Filter/Effect/Audio/LADSPA + Glame Bandpass Filter + Alexander Ehlert <mag@glame.de> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-bf-rotate-z + Ambisonic Rotation (B-Format, Horizontal) + Filter/Effect/Audio/LADSPA + Ambisonic Rotation (B-Format, Horizontal) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input_-W- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-X- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Y- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Z- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-W- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-X- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Y- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Z- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-bf2cube + Ambisonic Decoder (B-Format to Cube) + Filter/Effect/Audio/LADSPA + Ambisonic Decoder (B-Format to Cube) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input_-W- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-X- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Y- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Z- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Base_Front_Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Base_Front_Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Base_Back_Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Base_Back_Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Top_Front_Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Top_Front_Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Top_Back_Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Top_Back_Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-bf2quad + Ambisonic Decoder (B-Format to Quad) + Filter/Effect/Audio/LADSPA + Ambisonic Decoder (B-Format to Quad) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input_-W- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-X- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Y- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Z- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Front_Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Front_Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Back_Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Back_Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-bf2stereo + Ambisonic Decoder (B-Format to Stereo) + Filter/Effect/Audio/LADSPA + Ambisonic Decoder (B-Format to Stereo) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input_-W- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-X- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Y- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Z- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-bodeShifter + Bode frequency shifter + Filter/Effect/Audio/LADSPA + Bode frequency shifter + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Down_out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Up_out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-bodeShifterCV + Bode frequency shifter (CV) + Filter/Effect/Audio/LADSPA + Bode frequency shifter (CV) + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Shift_CV + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Down_out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Up_out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Mix_out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-branch-ia-oaoa + Signal Branch (IA) + Filter/Effect/Audio/LADSPA + Signal Branch (IA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + First_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Second_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-branch-ic-ococ + Signal Branch (IC) + Source/Audio/LADSPA + Signal Branch (IC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + + + + ladspa-butthigh-iir + GLAME Butterworth Highpass + Filter/Effect/Audio/LADSPA + GLAME Butterworth Highpass + Alexander Ehlert <mag@glame.de> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-buttlow-iir + GLAME Butterworth Lowpass + Filter/Effect/Audio/LADSPA + GLAME Butterworth Lowpass + Alexander Ehlert <mag@glame.de> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-bwxover-iir + Glame Butterworth X-over Filter + Filter/Effect/Audio/LADSPA + Glame Butterworth X-over Filter + Alexander Ehlert <mag@glame.de> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + LP-Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + HP-Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-canyon-delay + Canyon Delay + Filter/Effect/Audio/LADSPA + Canyon Delay + CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) + + + In_-Left- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + In_-Right- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Out_-Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Out_-Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-chebstortion + Chebyshev distortion + Filter/Effect/Audio/LADSPA + Chebyshev distortion + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-comb + Comb Filter + Filter/Effect/Audio/LADSPA + Comb Filter + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-comb-c + Comb delay line, cubic spline interpolation + Filter/Effect/Audio/LADSPA + Comb delay line, cubic spline interpolation + Andy Wingo <wingo at pobox dot com> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-comb-l + Comb delay line, linear interpolation + Filter/Effect/Audio/LADSPA + Comb delay line, linear interpolation + Andy Wingo <wingo at pobox dot com> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-comb-n + Comb delay line, noninterpolating + Filter/Effect/Audio/LADSPA + Comb delay line, noninterpolating + Andy Wingo <wingo at pobox dot com> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-combSplitter + Comb Splitter + Filter/Effect/Audio/LADSPA + Comb Splitter + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_1 + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_2 + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-compress-peak + Simple Compressor (Peak Envelope Tracking) + Filter/Effect/Audio/LADSPA + Simple Compressor (Peak Envelope Tracking) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-compress-rms + Simple Compressor (RMS Envelope Tracking) + Filter/Effect/Audio/LADSPA + Simple Compressor (RMS Envelope Tracking) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-const + Constant Signal Generator + Filter/Effect/Audio/LADSPA + Constant Signal Generator + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-crossoverDist + Crossover distortion + Filter/Effect/Audio/LADSPA + Crossover distortion + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-dahdsr-cg+t-control + DAHDSR Envelope with Control Gate and Trigger (Control Inputs) + Source/Audio/LADSPA + DAHDSR Envelope with Control Gate and Trigger (Control Inputs) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Envelope_Out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-dahdsr-g+t-audio + DAHDSR Hullkurve mit Gatter und Auslöseimpuls (Audio Eingänge) + Filter/Effect/Audio/LADSPA + DAHDSR Hullkurve mit Gatter und Auslöseimpuls (Audio Eingänge) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Gatter + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Ausl--ser + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Verz--gerungszeit_-s- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Einschwingzeit_-s- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Haltezeit_-s- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Abklingzeit_-s- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Haltewert + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Ausklingzeit_-s- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Envelope_Out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-dahdsr-g+t-control + DAHDSR Hüllkurve mit Gatter und Auslöseimpuls (Kontroll Eingänge) + Filter/Effect/Audio/LADSPA + DAHDSR Hüllkurve mit Gatter und Auslöseimpuls (Kontroll Eingänge) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Gatter + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Ausl--ser + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Envelope_Out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-dcRemove + DC Offset Remover + Filter/Effect/Audio/LADSPA + DC Offset Remover + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-decay + Exponential signal decay + Filter/Effect/Audio/LADSPA + Exponential signal decay + Andy Wingo <wingo at pobox dot com> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-decimator + Decimator + Filter/Effect/Audio/LADSPA + Decimator + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-declip + Declipper + Filter/Effect/Audio/LADSPA + Declipper + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-delay-0-01s + Echo Delay Line (Maximum Delay 0,01s) + Filter/Effect/Audio/LADSPA + Echo Delay Line (Maximum Delay 0,01s) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-delay-0-1s + Echo Delay Line (Maximum Delay 0,1s) + Filter/Effect/Audio/LADSPA + Echo Delay Line (Maximum Delay 0,1s) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-delay-1s + Echo Delay Line (Maximum Delay 1s) + Filter/Effect/Audio/LADSPA + Echo Delay Line (Maximum Delay 1s) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-delay-5s + Simple Delay Line + Filter/Effect/Audio/LADSPA + Simple Delay Line + Richard Furse (LADSPA example plugins) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-delay-60s + Echo Delay Line (Maximum Delay 60s) + Filter/Effect/Audio/LADSPA + Echo Delay Line (Maximum Delay 60s) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-delay-c + Simple delay line, cubic spline interpolation + Filter/Effect/Audio/LADSPA + Simple delay line, cubic spline interpolation + Andy Wingo <wingo at pobox dot com> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-delay-l + Simple delay line, linear interpolation + Filter/Effect/Audio/LADSPA + Simple delay line, linear interpolation + Andy Wingo <wingo at pobox dot com> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-delay-n + Simple delay line, noninterpolating + Filter/Effect/Audio/LADSPA + Simple delay line, noninterpolating + Andy Wingo <wingo at pobox dot com> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-delayorama + Delayorama + Filter/Effect/Audio/LADSPA + Delayorama + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-difference-iama-oa + Signal Difference (IAMA) + Filter/Effect/Audio/LADSPA + Signal Difference (IAMA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_to_Subtract + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Difference_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-difference-iamc-oa + Signal Difference (IAMC) + Filter/Effect/Audio/LADSPA + Signal Difference (IAMC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Difference_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-difference-icma-oa + Signal Difference (ICMA) + Filter/Effect/Audio/LADSPA + Signal Difference (ICMA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Input_to_Subtract + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Difference_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-difference-icmc-oc + Signal Difference (ICMC) + Source/Audio/LADSPA + Signal Difference (ICMC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + + + + ladspa-diode + Diode Processor + Filter/Effect/Audio/LADSPA + Diode Processor + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-disintegrator + Disintegrator + Filter/Effect/Audio/LADSPA + Disintegrator + CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-divider + Audio Divider (Suboctave Generator) + Filter/Effect/Audio/LADSPA + Audio Divider (Suboctave Generator) + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-dj-eq + DJ EQ + Filter/Effect/Audio/LADSPA + DJ EQ + Steve Harris <steve@plugin.org.uk> + + + Input_L + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_R + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_L + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_R + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-dj-eq-mono + DJ EQ (mono) + Filter/Effect/Audio/LADSPA + DJ EQ (mono) + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-djFlanger + DJ flanger + Filter/Effect/Audio/LADSPA + DJ flanger + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-dysonCompress + Dyson compressor + Filter/Effect/Audio/LADSPA + Dyson compressor + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-encode-bformat + Ambisonic Encoder (B-Format) + Filter/Effect/Audio/LADSPA + Ambisonic Encoder (B-Format) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-W- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-X- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Y- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Z- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-encode-fmh + Ambisonic Encoder (FMH-Format) + Filter/Effect/Audio/LADSPA + Ambisonic Encoder (FMH-Format) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-W- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-X- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Y- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Z- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-R- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-S- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-T- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-U- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-V- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-expand-peak + Simple Expander (Peak Envelope Tracking) + Filter/Effect/Audio/LADSPA + Simple Expander (Peak Envelope Tracking) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-expand-rms + Simple Expander (RMS Envelope Tracking) + Filter/Effect/Audio/LADSPA + Simple Expander (RMS Envelope Tracking) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fadDelay + Fractionally Addressed Delay Line + Filter/Effect/Audio/LADSPA + Fractionally Addressed Delay Line + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fastLookaheadLimiter + Fast Lookahead limiter + Filter/Effect/Audio/LADSPA + Fast Lookahead limiter + Steve Harris <steve@plugin.org.uk> + + + Input_1 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_2 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_1 + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_2 + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fbdelay-0-01s + Feedback Delay Line (Maximum Delay 0,01s) + Filter/Effect/Audio/LADSPA + Feedback Delay Line (Maximum Delay 0,01s) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fbdelay-0-1s + Feedback Delay Line (Maximum Delay 0,1s) + Filter/Effect/Audio/LADSPA + Feedback Delay Line (Maximum Delay 0,1s) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fbdelay-1s + Feedback Delay Line (Maximum Delay 1s) + Filter/Effect/Audio/LADSPA + Feedback Delay Line (Maximum Delay 1s) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fbdelay-5s + Feedback Delay Line (Maximum Delay 5s) + Filter/Effect/Audio/LADSPA + Feedback Delay Line (Maximum Delay 5s) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fbdelay-60s + Feedback Delay Line (Maximum Delay 60s) + Filter/Effect/Audio/LADSPA + Feedback Delay Line (Maximum Delay 60s) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-flanger + Flanger + Filter/Effect/Audio/LADSPA + Flanger + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fmOsc + FM Oscillator + Filter/Effect/Audio/LADSPA + FM Oscillator + Steve Harris <steve@plugin.org.uk> + + + Frequency_-Hz- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fmh-rotate-z + Ambisonic Rotation (FMH-Format, Horizontal) + Filter/Effect/Audio/LADSPA + Ambisonic Rotation (FMH-Format, Horizontal) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input_-W- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-X- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Y- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Z- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-R- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-S- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-T- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-U- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-V- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-W- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-X- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Y- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Z- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-R- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-S- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-T- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-U- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-V- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fmh2bf + FMH-Format to B-Format (Discards RSTUV Channels) + Filter/Effect/Audio/LADSPA + FMH-Format to B-Format (Discards RSTUV Channels) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input_-W- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-X- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Y- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Z- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-R- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-S- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-T- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-U- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-V- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-W- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-X- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Y- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Z- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fmh2oct + Ambisonic Decoder (FMH-Format to Octagon) + Filter/Effect/Audio/LADSPA + Ambisonic Decoder (FMH-Format to Octagon) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input_-W- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-X- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Y- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-Z- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-R- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-S- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-T- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-U- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_-V- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Front_Front_Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Front_Front_Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Front_Right_Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Back_Right_Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Back_Back_Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Back_Back_Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Back_Left_Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_-Front_Left_Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fmod-fama-oa + Frequenz Modulator (FAMA) + Filter/Effect/Audio/LADSPA + Frequenz Modulator (FAMA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Frequenz_-Hz- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Modulation_-Octaves- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Modulierte_Frequenz_-Hz- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fmod-famc-oa + Frequenz Modulator (FAMC) + Filter/Effect/Audio/LADSPA + Frequenz Modulator (FAMC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Frequenz_-Hz- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Modulierte_Frequenz_-Hz- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fmod-fcma-oa + Frequenz Modulator (FCMA) + Filter/Effect/Audio/LADSPA + Frequenz Modulator (FCMA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Modulation_-Octaves- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Modulierte_Frequenz_-Hz- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fmod-fcmc-oc + Frequenz Modulator (FCMC) + Source/Audio/LADSPA + Frequenz Modulator (FCMC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + + + + ladspa-foldover + Foldover distortion + Filter/Effect/Audio/LADSPA + Foldover distortion + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-fourByFourPole + 4 x 4 pole allpass + Filter/Effect/Audio/LADSPA + 4 x 4 pole allpass + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-foverdrive + Fast overdrive + Filter/Effect/Audio/LADSPA + Fast overdrive + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-freeverb3 + Freeverb (Version 3) + Filter/Effect/Audio/LADSPA + Freeverb (Version 3) + CMT (http://www.ladspa.org/cmt, plugin by Jezar at Dreampoint, ported by Richard W.E. Furse) + + + Input_-Left- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
Input_-Right- sink @@ -569,32 +2537,317 @@
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- Input_-Left- - sink + Output_-Right- + source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- ladspa-delay-5s - Simple Delay Line + ladspa-freqTracker + Frequency tracker Filter/Effect/Audio/LADSPA - Simple Delay Line - Richard Furse (LADSPA example plugins) + Frequency tracker + Steve Harris <steve@plugin.org.uk> + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Frequency_-Hz- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-gate + Gate + Filter/Effect/Audio/LADSPA + Gate + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
Output source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ + ladspa-giantFlange + Giant flange + Filter/Effect/Audio/LADSPA + Giant flange + Steve Harris <steve@plugin.org.uk> + Input sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-gong + Gong model + Filter/Effect/Audio/LADSPA + Gong model + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-gongBeater + Gong beater + Filter/Effect/Audio/LADSPA + Gong beater + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-grain-scatter + Granular Scatter Processor + Filter/Effect/Audio/LADSPA + Granular Scatter Processor + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-gsm + GSM simulator + Filter/Effect/Audio/LADSPA + GSM simulator + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-gverb + GVerb + Filter/Effect/Audio/LADSPA + GVerb + Juhana Sadeharju <kouhia at nic.funet.fi>, LADSPAification by Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Left_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Right_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-hard-gate + Hard Gate + Filter/Effect/Audio/LADSPA + Hard Gate + CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-hardLimiter + Hard Limiter + Filter/Effect/Audio/LADSPA + Hard Limiter + Marcus Andersson + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-harmonicGen + Harmonic generator + Filter/Effect/Audio/LADSPA + Harmonic generator + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-hermesFilter + Hermes Filter + Filter/Effect/Audio/LADSPA + Hermes Filter + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-highpass-iir + Glame Highpass Filter + Filter/Effect/Audio/LADSPA + Glame Highpass Filter + Alexander Ehlert <mag@glame.de> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-hilbert + Hilbert transformer + Filter/Effect/Audio/LADSPA + Hilbert transformer + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + 0deg_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + 90deg_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
@@ -604,18 +2857,373 @@ Simple High Pass Filter Richard Furse (LADSPA example plugins) + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
Output source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ + ladspa-identity-audio + Identity (Audio) + Filter/Effect/Audio/LADSPA + Identity (Audio) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-identity-control + Identity (Control) + Source/Audio/LADSPA + Identity (Control) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + + + + ladspa-imp + Impulse convolver + Filter/Effect/Audio/LADSPA + Impulse convolver + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-impulse-fc + Nonbandlimited single-sample impulses (Frequency: Control) + Source/Audio/LADSPA + Nonbandlimited single-sample impulses (Frequency: Control) + Andy Wingo <wingo at pobox dot com> + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-interpolator + Control to Audio Interpolator + Source/Audio/LADSPA + Control to Audio Interpolator + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Interpolated_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-inv + Inverter + Filter/Effect/Audio/LADSPA + Inverter + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-karaoke + Karaoke + Filter/Effect/Audio/LADSPA + Karaoke + Steve Harris <steve@plugin.org.uk> + + + Left_in + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Right_in + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Left_out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Right_out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-lcrDelay + L/C/R Delay + Filter/Effect/Audio/LADSPA + L/C/R Delay + Steve Harris <steve@plugin.org.uk> + + + L_input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + R_input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + L_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + R_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-lfoPhaser + LFO Phaser + Filter/Effect/Audio/LADSPA + LFO Phaser + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-limit-peak + Simple Limiter (Peak Envelope Tracking) + Filter/Effect/Audio/LADSPA + Simple Limiter (Peak Envelope Tracking) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-limit-rms + Simple Limiter (RMS Envelope Tracking) + Filter/Effect/Audio/LADSPA + Simple Limiter (RMS Envelope Tracking) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-lofi + Lo Fi + Filter/Effect/Audio/LADSPA + Lo Fi + CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) + + + In_-Left- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + In_-Right- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Out_-Left- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Out_-Right- + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-logistic + Logistic Map Control Generator + Source/Audio/LADSPA + Logistic Map Control Generator + CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-lowpass-iir + Glame Lowpass Filter + Filter/Effect/Audio/LADSPA + Glame Lowpass Filter + Alexander Ehlert <mag@glame.de> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-lp4pole-faraia-oa + 4 Pole Low-Pass Filter with Resonance (FARAIA) + Filter/Effect/Audio/LADSPA + 4 Pole Low-Pass Filter with Resonance (FARAIA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Cutoff_Frequency + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Resonanz + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
Input sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-lp4pole-fcrcia-oa + 4 Pole Low-Pass Filter with Resonance (FCRCIA) + Filter/Effect/Audio/LADSPA + 4 Pole Low-Pass Filter with Resonance (FCRCIA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
@@ -625,18 +3233,249 @@ Simple Low Pass Filter Richard Furse (LADSPA example plugins) + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
Output source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ + ladspa-lsFilter + LS Filter + Filter/Effect/Audio/LADSPA + LS Filter + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-matrixMSSt + Matrix: MS to Stereo + Filter/Effect/Audio/LADSPA + Matrix: MS to Stereo + Steve Harris <steve@plugin.org.uk> + + + Mid + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Side + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Left + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Right + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-matrixSpatialiser + Matrix Spatialiser + Filter/Effect/Audio/LADSPA + Matrix Spatialiser + Joern Nettingsmeier <nettings@folkwang-hochschule.de> + + + Input_L + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_R + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_L + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_R + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-matrixStMS + Matrix: Stereo to MS + Filter/Effect/Audio/LADSPA + Matrix: Stereo to MS + Steve Harris <steve@plugin.org.uk> + + + Left + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Right + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Mid + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Side + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-mbeq + Multiband EQ + Filter/Effect/Audio/LADSPA + Multiband EQ + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-mixer + Mixer (Stereo to Mono) + Filter/Effect/Audio/LADSPA + Mixer (Stereo to Mono) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input_1 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_2 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-modDelay + Modulatable delay + Filter/Effect/Audio/LADSPA + Modulatable delay + Steve Harris <steve@plugin.org.uk> + + + Delay_-s- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
Input sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-multivoiceChorus + Multivoice Chorus + Filter/Effect/Audio/LADSPA + Multivoice Chorus + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-noise-source-white + Noise Source (White) + Source/Audio/LADSPA + Noise Source (White) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
@@ -654,6 +3493,1129 @@
+ + ladspa-notch-iir + Mag's Notch Filter + Filter/Effect/Audio/LADSPA + Mag's Notch Filter + Alexander Ehlert <mag@glame.de> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-null-ai + Null (Audio Input) + Sink/Audio/LADSPA + Null (Audio Input) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-null-ao + Null (Audio Output) + Source/Audio/LADSPA + Null (Audio Output) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-null-ci + Null (Control Input) + Source/Audio/LADSPA + Null (Control Input) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + + + + ladspa-null-co + Null (Control Output) + Source/Audio/LADSPA + Null (Control Output) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + + + + ladspa-organ + Organ + Source/Audio/LADSPA + Organ + CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) + + + Out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-peak + Peak Monitor + Sink/Analyzer/Audio/LADSPA + Peak Monitor + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-phasemod + Phase Modulated Voice + Source/Audio/LADSPA + Phase Modulated Voice + CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) + + + Out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-pink-full-frequency + Pink Noise (full frequency range) + Source/Audio/LADSPA + Pink Noise (full frequency range) + CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-pink-interpolated-audio + Pink Noise (Interpolated) + Source/Audio/LADSPA + Pink Noise (Interpolated) + CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-pink-sh + Pink Noise (sample and hold) + Source/Audio/LADSPA + Pink Noise (sample and hold) + CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-pitchScale + Pitch Scaler + Filter/Effect/Audio/LADSPA + Pitch Scaler + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-pitchScaleHQ + Higher Quality Pitch Scaler + Filter/Effect/Audio/LADSPA + Higher Quality Pitch Scaler + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-plate + Plate reverb + Filter/Effect/Audio/LADSPA + Plate reverb + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Left_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Right_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-pointerCastDistortion + Pointer cast distortion + Filter/Effect/Audio/LADSPA + Pointer cast distortion + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-product-iaia-oa + Signal Product (IAIA) + Filter/Effect/Audio/LADSPA + Signal Product (IAIA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + First_Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Second_Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Product_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-product-iaic-oa + Signal Product (IAIC) + Filter/Effect/Audio/LADSPA + Signal Product (IAIC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + First_Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Product_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-product-icic-oc + Signal Product (ICIC) + Source/Audio/LADSPA + Signal Product (ICIC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + + + + ladspa-pulse-fapa-oa + Bandlimited Variable Width Pulse Oscillator (FAPA) + Filter/Effect/Audio/LADSPA + Bandlimited Variable Width Pulse Oscillator (FAPA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Frequenz + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Pulse_Width + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-pulse-fapc-oa + Bandlimited Variable Width Pulse Oscillator (FAPC) + Filter/Effect/Audio/LADSPA + Bandlimited Variable Width Pulse Oscillator (FAPC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Frequenz + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-pulse-fcpa-oa + Bandlimited Variable Width Pulse Oscillator (FCPA) + Filter/Effect/Audio/LADSPA + Bandlimited Variable Width Pulse Oscillator (FCPA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Pulse_Width + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-pulse-fcpc-oa + Bandlimited Variable Width Pulse Oscillator (FCPC) + Source/Audio/LADSPA + Bandlimited Variable Width Pulse Oscillator (FCPC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-quantiser100 + Quantiser (100 Steps) + Filter/Effect/Audio/LADSPA + Quantiser (100 Steps) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Quantised_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_Changed + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-quantiser20 + Quantiser (20 Steps) + Filter/Effect/Audio/LADSPA + Quantiser (20 Steps) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Quantised_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_Changed + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-quantiser50 + Quantiser (50 Steps) + Filter/Effect/Audio/LADSPA + Quantiser (50 Steps) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Quantised_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_Changed + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-random-fasa-oa + Random Wave Generator (FASA) + Filter/Effect/Audio/LADSPA + Random Wave Generator (FASA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Frequenz_-Hz- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Wave_Smoothness + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-random-fasc-oa + Random Wave Generator (FASC) + Filter/Effect/Audio/LADSPA + Random Wave Generator (FASC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Frequenz_-Hz- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-random-fcsa-oa + Random Wave Generator (FCSA) + Filter/Effect/Audio/LADSPA + Random Wave Generator (FCSA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Wave_Smoothness + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-random-fcsc-oa + Random Wave Generator (FCSC) + Source/Audio/LADSPA + Random Wave Generator (FCSC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-rateShifter + Rate shifter + Filter/Effect/Audio/LADSPA + Rate shifter + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-ratio-nada-oa + Signal Ratio (NADA) + Filter/Effect/Audio/LADSPA + Signal Ratio (NADA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Numerator + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Denominator + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Ratio_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-ratio-nadc-oa + Signal Ratio (NADC) + Filter/Effect/Audio/LADSPA + Signal Ratio (NADC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Numerator + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Ratio_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-ratio-ncda-oa + Signal Ratio (NCDA) + Filter/Effect/Audio/LADSPA + Signal Ratio (NCDA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Denominator + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Ratio_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-ratio-ncdc-oc + Signal Ratio (NCDC) + Source/Audio/LADSPA + Signal Ratio (NCDC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + + + + ladspa-retroFlange + Retro Flanger + Filter/Effect/Audio/LADSPA + Retro Flanger + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-revdelay + Reverse Delay (5s max) + Filter/Effect/Audio/LADSPA + Reverse Delay (5s max) + Jesse Chappell <jesse at essej dot net> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-ringmod-1i1o1l + Ringmod with LFO + Filter/Effect/Audio/LADSPA + Ringmod with LFO + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-ringmod-2i1o + Ringmod with two inputs + Filter/Effect/Audio/LADSPA + Ringmod with two inputs + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Modulator + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-satanMaximiser + Barry's Satan Maximiser + Filter/Effect/Audio/LADSPA + Barry's Satan Maximiser + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sawtooth-fa-oa + Bandlimited Sawtooth Oscillator (FA) + Filter/Effect/Audio/LADSPA + Bandlimited Sawtooth Oscillator (FA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Frequenz + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sawtooth-fc-oa + Bandlimited Sawtooth Oscillator (FC) + Source/Audio/LADSPA + Bandlimited Sawtooth Oscillator (FC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sc1 + SC1 + Filter/Effect/Audio/LADSPA + SC1 + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sc2 + SC2 + Filter/Effect/Audio/LADSPA + SC2 + Steve Harris <steve@plugin.org.uk> + + + Sidechain + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sc3 + SC3 + Filter/Effect/Audio/LADSPA + SC3 + Steve Harris <steve@plugin.org.uk> + + + Sidechain + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Left_input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Right_input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Left_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Right_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sc4 + SC4 + Filter/Effect/Audio/LADSPA + SC4 + Steve Harris <steve@plugin.org.uk> + + + Left_input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Right_input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Left_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Right_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sc4m + SC4 mono + Filter/Effect/Audio/LADSPA + SC4 mono + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-se4 + SE4 + Filter/Effect/Audio/LADSPA + SE4 + Steve Harris <steve@plugin.org.uk> + + + Left_input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Right_input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Left_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Right_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sequencer16 + Analogue Style 16 Step Sequencer + Filter/Effect/Audio/LADSPA + Analogue Style 16 Step Sequencer + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Gate_-Open_>_0- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Step_Trigger + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Value_Out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sequencer32 + Analogue Style 32 Step Sequencer + Filter/Effect/Audio/LADSPA + Analogue Style 32 Step Sequencer + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Gate_-Open_>_0- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Step_Trigger + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Value_Out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sequencer64 + Analogue Style 64 Step Sequencer + Filter/Effect/Audio/LADSPA + Analogue Style 64 Step Sequencer + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Gate_-Open_>_0- + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Step_Trigger + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Value_Out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-shaper + Wave shaper + Filter/Effect/Audio/LADSPA + Wave shaper + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sifter + Signal sifter + Filter/Effect/Audio/LADSPA + Signal sifter + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sinCos + Sine + cosine oscillator + Source/Audio/LADSPA + Sine + cosine oscillator + Steve Harris <steve@plugin.org.uk> + + + Sine_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Cosine_output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
ladspa-sine-faaa Sine Oscillator (Freq:audio, Amp:audio) @@ -662,8 +4624,8 @@ Richard Furse (LADSPA example plugins) - Output - source + Frequency_-Hz- + sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
@@ -674,8 +4636,8 @@
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- Frequency_-Hz- - sink + Output + source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
@@ -689,14 +4651,14 @@ Richard Furse (LADSPA example plugins) - Output - source + Frequency_-Hz- + sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- Frequency_-Hz- - sink + Output + source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
@@ -710,14 +4672,14 @@ Richard Furse (LADSPA example plugins) - Output - source + Amplitude + sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- Amplitude - sink + Output + source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
@@ -739,486 +4701,1018 @@
- ladspa-tap-autopan - TAP AutoPanner + ladspa-singlePara + Single band parametric Filter/Effect/Audio/LADSPA - TAP AutoPanner - Tom Szilagyi + Single band parametric + Steve Harris <steve@plugin.org.uk> - Output_R + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sinusWavewrapper + Sinus wavewrapper + Filter/Effect/Audio/LADSPA + Sinus wavewrapper + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sledgehammer + Dynamic Sledgehammer + Filter/Effect/Audio/LADSPA + Dynamic Sledgehammer + CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) + + + Modulator + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Carrier + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-smoothDecimate + Smooth Decimator + Filter/Effect/Audio/LADSPA + Smooth Decimator + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-split + Mono to Stereo splitter + Filter/Effect/Audio/LADSPA + Mono to Stereo splitter + Frank Neumann <franky@users.sourceforge.net> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_1 source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- Output_L + Output_2 source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ + ladspa-square-fa-oa + Bandlimited Square Oscillator (FA) + Filter/Effect/Audio/LADSPA + Bandlimited Square Oscillator (FA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Frequenz + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-square-fc-oa + Bandlimited Square Oscillator (FC) + Source/Audio/LADSPA + Bandlimited Square Oscillator (FC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-stepMuxer + Step Demuxer + Filter/Effect/Audio/LADSPA + Step Demuxer + Steve Harris <steve@plugin.org.uk> + + + Clock + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_1 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_2 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_3 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_4 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_5 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_6 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_7 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_8 + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sum-iaia-oa + Signal Sum (IAIA) + Filter/Effect/Audio/LADSPA + Signal Sum (IAIA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + First_Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Second_Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Summed_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sum-iaic-oa + Signal Sum (IAIC) + Filter/Effect/Audio/LADSPA + Signal Sum (IAIC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + First_Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Summed_Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-sum-icic-oc + Signal Sum (ICIC) + Source/Audio/LADSPA + Signal Sum (ICIC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + + + + ladspa-surroundEncoder + Surround matrix encoder + Filter/Effect/Audio/LADSPA + Surround matrix encoder + Steve Harris <steve@plugin.org.uk> + + + L + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + R + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + C + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + S + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Lt + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Rt + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-svf + State Variable Filter + Filter/Effect/Audio/LADSPA + State Variable Filter + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-syncpulse-fapaga-oa + Clock Pulse Oscillator with Gate (FAPAGA) + Filter/Effect/Audio/LADSPA + Clock Pulse Oscillator with Gate (FAPAGA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Frequenz + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Pulse_Width + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Gatter + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-syncpulse-fcpcga-oa + Clock Pulse Oscillator with Gate (FCPCGA) + Filter/Effect/Audio/LADSPA + Clock Pulse Oscillator with Gate (FCPCGA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Gatter + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-syncsquare-faga-oa + Clock Oscillator with Gate (FAGA) + Filter/Effect/Audio/LADSPA + Clock Oscillator with Gate (FAGA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Frequency + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Gate + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-syncsquare-fcga-oa + Clock Oscillator with Gate (FCGA) + Filter/Effect/Audio/LADSPA + Clock Oscillator with Gate (FCGA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Gate + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-syndrum + Syn Drum + Source/Audio/LADSPA + Syn Drum + CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) + + + Out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-tapeDelay + Tape Delay Simulation + Filter/Effect/Audio/LADSPA + Tape Delay Simulation + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-track-max-peak + Envelope Tracker (Maximum Peak) + Sink/Analyzer/Audio/LADSPA + Envelope Tracker (Maximum Peak) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-track-max-rms + Envelope Tracker (Maximum RMS) + Sink/Analyzer/Audio/LADSPA + Envelope Tracker (Maximum RMS) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-track-peak + Envelope Tracker (Peak) + Sink/Analyzer/Audio/LADSPA + Envelope Tracker (Peak) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-track-rms + Envelope Tracker (RMS) + Sink/Analyzer/Audio/LADSPA + Envelope Tracker (RMS) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-tracker-gaaadaia-oa + Signal Tracker (Audio Rates) + Filter/Effect/Audio/LADSPA + Signal Tracker (Audio Rates) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Gatter + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Attack_Rate_-Hz-_when_Gate_High + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Decay_Rate_-Hz-_when_Gate_High + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Attack_Rate_-Hz-_when_Gate_Low + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Decay_Rate_-Hz-_when_Gate_Low + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-tracker-gaacdcia-oa + Signal Tracker (Control Rates) + Filter/Effect/Audio/LADSPA + Signal Tracker (Control Rates) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Gatter + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-transient + Transient mangler + Filter/Effect/Audio/LADSPA + Transient mangler + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-triangle-fasa-oa + Bandlimited Variable Slope Triangle Oscillator (FASA) + Filter/Effect/Audio/LADSPA + Bandlimited Variable Slope Triangle Oscillator (FASA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Frequenz + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Slope + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-triangle-fasc-oa + Bandlimited Variable Slope Triangle Oscillator (FASC) + Filter/Effect/Audio/LADSPA + Bandlimited Variable Slope Triangle Oscillator (FASC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Frequenz + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-triangle-fcsa-oa + Bandlimited Variable Slope Triangle Oscillator (FCSA) + Filter/Effect/Audio/LADSPA + Bandlimited Variable Slope Triangle Oscillator (FCSA) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Slope + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-triangle-fcsc-oa + Bandlimited Variable Slope Triangle Oscillator (FCSC) + Source/Audio/LADSPA + Bandlimited Variable Slope Triangle Oscillator (FCSC) + Mike Rawes <mike_rawes[at]yahoo.co.uk> + + + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-triplePara + Triple band parametric with shelves + Filter/Effect/Audio/LADSPA + Triple band parametric with shelves + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-valve + Valve saturation + Filter/Effect/Audio/LADSPA + Valve saturation + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-valveRect + Valve rectifier + Filter/Effect/Audio/LADSPA + Valve rectifier + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-vcf303 + VCF 303 + Filter/Effect/Audio/LADSPA + VCF 303 + CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) + + + In + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Out + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-vynil + VyNil (Vinyl Effect) + Filter/Effect/Audio/LADSPA + VyNil (Vinyl Effect) + Steve Harris <steve@plugin.org.uk> + + + Input_L + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
Input_R sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- - Input_L - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-chorusflanger - TAP Chorus/Flanger - Filter/Effect/Audio/LADSPA - TAP Chorus/Flanger - Tom Szilagyi - - - Output_R - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
Output_L source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- - Input_R - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_L - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-deesser - TAP DeEsser - Filter/Effect/Audio/LADSPA - TAP DeEsser - Tom Szilagyi - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-doubler - TAP Fractal Doubler - Filter/Effect/Audio/LADSPA - TAP Fractal Doubler - Tom Szilagyi - Output_R source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ + ladspa-waveTerrain + Wave Terrain Oscillator + Filter/Effect/Audio/LADSPA + Wave Terrain Oscillator + Steve Harris <steve@plugin.org.uk> + - Output_L + x + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + y + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + z source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- - Input_R - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_L - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- ladspa-tap-dynamics-m - TAP Dynamics (M) + ladspa-wshape-sine + Wave Shaper (Sine-Based) Filter/Effect/Audio/LADSPA - TAP Dynamics (M) - Tom Szilagyi + Wave Shaper (Sine-Based) + CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
Input sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
- - ladspa-tap-dynamics-st - TAP Dynamics (St) - Filter/Effect/Audio/LADSPA - TAP Dynamics (St) - Tom Szilagyi - - - Output_Right - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_Left - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_Right - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_Left - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-equalizer - TAP Equalizer - Filter/Effect/Audio/LADSPA - TAP Equalizer - Tom Szilagyi - Output source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ + ladspa-xfade + Crossfade + Filter/Effect/Audio/LADSPA + Crossfade + Steve Harris <steve@plugin.org.uk> + - Input + Input_A_left sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+ + Input_A_right + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_B_left + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_B_right + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_left + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_right + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
- ladspa-tap-equalizer-bw - TAP Equalizer/BW + ladspa-xfade4 + Crossfade (4 outs) Filter/Effect/Audio/LADSPA - TAP Equalizer/BW - Tom Szilagyi + Crossfade (4 outs) + Steve Harris <steve@plugin.org.uk> + + Input_A_left + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_A_right + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_B_left + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Input_B_right + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_A_left + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_A_right + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_B_left + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+ + Output_B_right + source + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+ + ladspa-zm1 + z-1 + Filter/Effect/Audio/LADSPA + z-1 + Steve Harris <steve@plugin.org.uk> + + + Input + sink + always +
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
Output source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-limiter - TAP Scaling Limiter - Filter/Effect/Audio/LADSPA - TAP Scaling Limiter - Tom Szilagyi - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-pinknoise - TAP Pink/Fractal Noise - Filter/Effect/Audio/LADSPA - TAP Pink/Fractal Noise - Tom Szilagyi - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-pitch - TAP Pitch Shifter - Filter/Effect/Audio/LADSPA - TAP Pitch Shifter - Tom Szilagyi - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-reflector - TAP Reflector - Filter/Effect/Audio/LADSPA - TAP Reflector - Tom Szilagyi - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-reverb - TAP Reverberator - Filter/Effect/Audio/LADSPA - TAP Reverberator - Tom Szilagyi - - - Output_Right - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_Right - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_Left - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_Left - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-rotspeak - TAP Rotary Speaker - Filter/Effect/Audio/LADSPA - TAP Rotary Speaker - Tom Szilagyi - - - Output_R - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_L - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_R - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_L - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-sigmoid - TAP Sigmoid Booster - Filter/Effect/Audio/LADSPA - TAP Sigmoid Booster - Tom Szilagyi - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-stereo-echo - TAP Stereo Echo - Filter/Effect/Audio/LADSPA - TAP Stereo Echo - Tom Szilagyi - - - Output_Right - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_Right - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_Left - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_Left - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-tremolo - TAP Tremolo - Filter/Effect/Audio/LADSPA - TAP Tremolo - Tom Szilagyi - - - Output_0 - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_0 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-tubewarmth - TAP TubeWarmth - Filter/Effect/Audio/LADSPA - TAP TubeWarmth - Tom Szilagyi - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tap-vibrato - TAP Vibrato - Filter/Effect/Audio/LADSPA - TAP Vibrato - Tom Szilagyi - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
diff --git a/docs/plugins/inspect/plugin-metadata.xml b/docs/plugins/inspect/plugin-metadata.xml index 658e697344..cf6bfc3dd9 100644 --- a/docs/plugins/inspect/plugin-metadata.xml +++ b/docs/plugins/inspect/plugin-metadata.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org metadatademux @@ -16,18 +16,18 @@ Send metadata tags (EXIF, IPTC and XMP) and remove metadata chunks from stream Edgard Lima <edgard.lima@indt.org.br> - - sink - sink - always -
image/jpeg, tags-extracted=(boolean)false; image/png, tags-extracted=(boolean)false
-
src source always
image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true
+ + sink + sink + always +
image/jpeg, tags-extracted=(boolean)false; image/png, tags-extracted=(boolean)false
+
@@ -37,18 +37,18 @@ Write metadata (EXIF, IPTC and XMP) into a image stream Edgard Lima <edgard.lima@indt.org.br> - - sink - sink - always -
image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true
-
src source always
image/jpeg; image/png
+ + sink + sink + always +
image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true
+
diff --git a/docs/plugins/inspect/plugin-mms.xml b/docs/plugins/inspect/plugin-mms.xml index 977b3a9522..0fe76acbd6 100644 --- a/docs/plugins/inspect/plugin-mms.xml +++ b/docs/plugins/inspect/plugin-mms.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org mmssrc diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml index 1e75abf08d..f0719fafc4 100644 --- a/docs/plugins/inspect/plugin-modplug.xml +++ b/docs/plugins/inspect/plugin-modplug.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org modplug @@ -16,18 +16,18 @@ Module decoder based on modplug engine Jeremy SIMON <jsimon13@yahoo.fr> - - src - source - always -
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 8000, 11025, 22050, 44100 }, channels=(int)2; audio/x-raw-int, endianness=(int)1234, signed=(boolean)false, width=(int)8, depth=(int)8, rate=(int){ 8000, 11025, 22050, 44100 }, channels=(int)[ 1, 2 ]
-
sink sink always
audio/x-mod; audio/x-xm; audio/x-it; audio/x-s3m; audio/x-stm
+ + src + source + always +
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 8000, 11025, 22050, 44100 }, channels=(int)2; audio/x-raw-int, endianness=(int)1234, signed=(boolean)false, width=(int)8, depth=(int)8, rate=(int){ 8000, 11025, 22050, 44100 }, channels=(int)[ 1, 2 ]
+
diff --git a/docs/plugins/inspect/plugin-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml index 4312df6fdd..c58d9b9e43 100644 --- a/docs/plugins/inspect/plugin-mpeg2enc.xml +++ b/docs/plugins/inspect/plugin-mpeg2enc.xml @@ -7,7 +7,7 @@ GPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org mpeg2enc @@ -17,18 +17,18 @@ Andrew Stevens <andrew.stevens@nexgo.de> Ronald Bultje <rbultje@ronald.bitfreak.net> - - sink - sink - always -
video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }
-
src source always
video/mpeg, systemstream=(boolean)false, mpegversion=(int){ 1, 2 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }
+ + sink + sink + always +
video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }
+
diff --git a/docs/plugins/inspect/plugin-mpeg4videoparse.xml b/docs/plugins/inspect/plugin-mpeg4videoparse.xml index 42d9508883..8239d06795 100644 --- a/docs/plugins/inspect/plugin-mpeg4videoparse.xml +++ b/docs/plugins/inspect/plugin-mpeg4videoparse.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org mpeg4videoparse @@ -16,18 +16,18 @@ Parses MPEG-4 Part 2 elementary video streams Julien Moutte <julien@fluendo.com> - - sink - sink - always -
video/mpeg, mpegversion=(int)4, parsed=(boolean)false, systemstream=(boolean)false
-
src source always
video/mpeg, mpegversion=(int)4, parsed=(boolean)true, systemstream=(boolean)false
+ + sink + sink + always +
video/mpeg, mpegversion=(int)4, parsed=(boolean)false, systemstream=(boolean)false
+
diff --git a/docs/plugins/inspect/plugin-mpegtsparse.xml b/docs/plugins/inspect/plugin-mpegtsparse.xml index 79addd06ce..685d35b484 100644 --- a/docs/plugins/inspect/plugin-mpegtsparse.xml +++ b/docs/plugins/inspect/plugin-mpegtsparse.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org mpegtsparse @@ -17,9 +17,9 @@ Alessandro Decina <alessandro@nnva.org> - program_%d - source - sometimes + sink + sink + always
video/mpegts, systemstream=(boolean)true
@@ -29,9 +29,9 @@
video/mpegts, systemstream=(boolean)true
- sink - sink - always + program_%d + source + sometimes
video/mpegts, systemstream=(boolean)true
diff --git a/docs/plugins/inspect/plugin-mpegvideoparse.xml b/docs/plugins/inspect/plugin-mpegvideoparse.xml index 5835ab6359..7f7a24d291 100644 --- a/docs/plugins/inspect/plugin-mpegvideoparse.xml +++ b/docs/plugins/inspect/plugin-mpegvideoparse.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org mpegvideoparse @@ -17,18 +17,18 @@ Wim Taymans <wim.taymans@chello.be> Jan Schmidt <thaytan@mad.scientist.com> - - sink - sink - always -
video/mpeg, mpegversion=(int)[ 1, 2 ], parsed=(boolean)false, systemstream=(boolean)false
-
src source always
video/mpeg, mpegversion=(int)[ 1, 2 ], parsed=(boolean)true, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel-aspect-ratio=(fraction)[ 0/1, 2147483647/1 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+ + sink + sink + always +
video/mpeg, mpegversion=(int)[ 1, 2 ], parsed=(boolean)false, systemstream=(boolean)false
+
diff --git a/docs/plugins/inspect/plugin-musepack.xml b/docs/plugins/inspect/plugin-musepack.xml index 78e18ce02f..58e8b79ba5 100644 --- a/docs/plugins/inspect/plugin-musepack.xml +++ b/docs/plugins/inspect/plugin-musepack.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org musepackdec @@ -16,18 +16,18 @@ Musepack decoder Ronald Bultje <rbultje@ronald.bitfreak.net> - - sink - sink - always -
audio/x-musepack, streamversion=(int){ 7, 8 }
-
src source always
audio/x-raw-float, width=(int)32, endianness=(int)1234, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]
+ + sink + sink + always +
audio/x-musepack, streamversion=(int)7
+
diff --git a/docs/plugins/inspect/plugin-musicbrainz.xml b/docs/plugins/inspect/plugin-musicbrainz.xml index 4efa35b825..03d7911dd9 100644 --- a/docs/plugins/inspect/plugin-musicbrainz.xml +++ b/docs/plugins/inspect/plugin-musicbrainz.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org trm @@ -17,14 +17,14 @@ Jeremy Simon <jsimon13@yahoo.fr> - sink - sink + src + source always
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int){ 8, 16 }, depth=(int){ 8, 16 }, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]
- src - source + sink + sink always
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int){ 8, 16 }, depth=(int){ 8, 16 }, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]
diff --git a/docs/plugins/inspect/plugin-mve.xml b/docs/plugins/inspect/plugin-mve.xml index 31010f879e..f89b594001 100644 --- a/docs/plugins/inspect/plugin-mve.xml +++ b/docs/plugins/inspect/plugin-mve.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org mvedemux @@ -17,10 +17,10 @@ Jens Granseuer <jensgr@gmx.net> - audio - source - sometimes -
audio/x-raw-int, width=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ], depth=(int)8, signed=(boolean)false; audio/x-raw-int, width=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ], depth=(int)16, signed=(boolean)true, endianness=(int){ 1234, 4321 }
+ sink + sink + always +
video/x-mve
video @@ -29,10 +29,10 @@
video/x-raw-rgb, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31; video/x-raw-rgb, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], bpp=(int)8, depth=(int)8, endianness=(int)1234
- sink - sink - always -
video/x-mve
+ audio + source + sometimes +
audio/x-raw-int, width=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ], depth=(int)8, signed=(boolean)false; audio/x-raw-int, width=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ], depth=(int)16, signed=(boolean)true, endianness=(int){ 1234, 4321 }
@@ -44,10 +44,10 @@ Jens Granseuer <jensgr@gmx.net> - video - sink - request -
video/x-raw-rgb, width=(int)[ 24, 1600 ], height=(int)[ 24, 1200 ], framerate=(fraction)[ 1/1, 2147483647/1 ], bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31; video/x-raw-rgb, bpp=(int)8, depth=(int)8, width=(int)[ 24, 1600 ], height=(int)[ 24, 1200 ], framerate=(fraction)[ 1/1, 2147483647/1 ], endianness=(int)1234
+ src + source + always +
video/x-mve
audio @@ -56,10 +56,10 @@
audio/x-raw-int, width=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ], depth=(int)8, signed=(boolean)false; audio/x-raw-int, width=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ], depth=(int)16, signed=(boolean)true, endianness=(int)1234
- src - source - always -
video/x-mve
+ video + sink + request +
video/x-raw-rgb, width=(int)[ 24, 1600 ], height=(int)[ 24, 1200 ], framerate=(fraction)[ 1/1, 2147483647/1 ], bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31; video/x-raw-rgb, bpp=(int)8, depth=(int)8, width=(int)[ 24, 1600 ], height=(int)[ 24, 1200 ], framerate=(fraction)[ 1/1, 2147483647/1 ], endianness=(int)1234
diff --git a/docs/plugins/inspect/plugin-mythtv.xml b/docs/plugins/inspect/plugin-mythtv.xml new file mode 100644 index 0000000000..ec7518b797 --- /dev/null +++ b/docs/plugins/inspect/plugin-mythtv.xml @@ -0,0 +1,28 @@ + + mythtv + lib MythTV src + ../../ext/mythtv/.libs/libgstmythtvsrc.so + libgstmythtvsrc.so + 0.10.7.1 + LGPL + gst-plugins-bad + GStreamer Bad Plug-ins CVS/prerelease + http://gstreamer.freedesktop.org + + + mythtvsrc + MythTV client source + Source/Network + Control and receive data as a client over the network via raw socket connections using the MythTV protocol + Rosfran Borges <rosfran.borges@indt.org.br>,Renato Filho <renato.filho@indt.org.br> + + + src + source + always +
ANY
+
+
+
+
+
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-nas.xml b/docs/plugins/inspect/plugin-nas.xml index 46f9f3a4db..bde98b8c74 100644 --- a/docs/plugins/inspect/plugin-nas.xml +++ b/docs/plugins/inspect/plugin-nas.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org nassink diff --git a/docs/plugins/inspect/plugin-neon.xml b/docs/plugins/inspect/plugin-neon.xml index 587da84100..e3081f3243 100644 --- a/docs/plugins/inspect/plugin-neon.xml +++ b/docs/plugins/inspect/plugin-neon.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org neonhttpsrc diff --git a/docs/plugins/inspect/plugin-nsfdec.xml b/docs/plugins/inspect/plugin-nsfdec.xml index 003542a468..47ac667bc2 100644 --- a/docs/plugins/inspect/plugin-nsfdec.xml +++ b/docs/plugins/inspect/plugin-nsfdec.xml @@ -7,7 +7,7 @@ GPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org nsfdec @@ -16,18 +16,18 @@ Using nosefart to decode NSF audio tunes Johan Dahlin <johan@gnome.org> - - sink - sink - always -
audio/x-nsf
-
src source always
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int){ 8, 16 }, depth=(int){ 8, 16 }, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]
+ + sink + sink + always +
audio/x-nsf
+
diff --git a/docs/plugins/inspect/plugin-nuvdemux.xml b/docs/plugins/inspect/plugin-nuvdemux.xml index 44d95f98a9..8561606a7f 100644 --- a/docs/plugins/inspect/plugin-nuvdemux.xml +++ b/docs/plugins/inspect/plugin-nuvdemux.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org nuvdemux @@ -17,10 +17,10 @@ Renato Araujo Oliveira Filho <renato.filho@indt.org.br>,Rosfran Borges <rosfran.borges@indt.org.br> - sink - sink - always -
video/x-nuv
+ audio_src + source + sometimes +
ANY
video_src @@ -29,10 +29,10 @@
ANY
- audio_src - source - sometimes -
ANY
+ sink + sink + always +
video/x-nuv
diff --git a/docs/plugins/inspect/plugin-oss4.xml b/docs/plugins/inspect/plugin-oss4.xml new file mode 100644 index 0000000000..fa011a5533 --- /dev/null +++ b/docs/plugins/inspect/plugin-oss4.xml @@ -0,0 +1,53 @@ + + oss4 + Open Sound System (OSS) version 4 support for GStreamer + ../../sys/oss4/.libs/libgstoss4audio.so + libgstoss4audio.so + 0.10.7.1 + LGPL + gst-plugins-bad + GStreamer Bad Plug-ins CVS/prerelease + http://gstreamer.freedesktop.org + + + oss4mixer + OSS v4 Audio Mixer + Generic/Audio + Control sound input and output levels with OSS4 + Tim-Philipp Müller <tim centricular net> + + + + + + oss4sink + OSS v4 Audio Sink + Sink/Audio + Output to a sound card via OSS version 4 + Tim-Philipp Müller <tim centricular net> + + + sink + sink + always +
audio/x-alaw, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]; audio/x-mulaw, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]; audio/x-raw-int, width=(int)32, depth=(int)32, endianness=(int)1234, signed=(boolean)true, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]; audio/x-raw-int, width=(int)32, depth=(int){ 32, 24 }, endianness=(int)4321, signed=(boolean)true, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]; audio/x-raw-int, width=(int){ 32, 24 }, depth=(int)24, endianness=(int)1234, signed=(boolean)true, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]; audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int){ 1234, 4321 }, signed=(boolean){ false, true }, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]; audio/x-raw-int, width=(int)8, depth=(int)8, endianness=(int)0, signed=(boolean){ true, false }, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]
+
+
+
+ + oss4src + OSS v4 Audio Source + Source/Audio + Capture from a sound card via OSS version 4 + Tim-Philipp Müller <tim centricular net> + + + src + source + always +
audio/x-alaw, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]; audio/x-mulaw, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]; audio/x-raw-int, width=(int)32, depth=(int)32, endianness=(int)1234, signed=(boolean)true, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]; audio/x-raw-int, width=(int)32, depth=(int){ 32, 24 }, endianness=(int)4321, signed=(boolean)true, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]; audio/x-raw-int, width=(int){ 32, 24 }, depth=(int)24, endianness=(int)1234, signed=(boolean)true, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]; audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int){ 1234, 4321 }, signed=(boolean){ false, true }, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]; audio/x-raw-int, width=(int)8, depth=(int)8, endianness=(int)0, signed=(boolean){ true, false }, rate=(int)[ 1, 192000 ], channels=(int)[ 1, 4096 ]
+
+
+
+
+
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml index 31f6d1fcb0..78d0ddd214 100644 --- a/docs/plugins/inspect/plugin-rawparse.xml +++ b/docs/plugins/inspect/plugin-rawparse.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org audioparse @@ -16,18 +16,18 @@ Converts stream into audio frames Sebastian Dröge <slomo@circular-chaos.org> - - src - source - always -
audio/x-raw-int, depth=(int)[ 1, 32 ], width=(int){ 8, 16, 24, 32 }, endianness=(int){ 1234, 4321 }, signed=(boolean){ true, false }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int){ 32, 64 }, endianness=(int){ 1234, 4321 }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]
-
sink sink always
ANY
+ + src + source + always +
audio/x-raw-int, depth=(int)[ 1, 32 ], width=(int){ 8, 16, 24, 32 }, endianness=(int){ 1234, 4321 }, signed=(boolean){ true, false }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int){ 32, 64 }, endianness=(int){ 1234, 4321 }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]
+
@@ -37,18 +37,18 @@ Converts stream into video frames David Schleef <ds@schleef.org>, Sebastian Dröge <slomo@circular-chaos.org> - - src - source - always -
video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb; video/x-raw-gray
-
sink sink always
ANY
+ + src + source + always +
video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb; video/x-raw-gray
+
diff --git a/docs/plugins/inspect/plugin-real.xml b/docs/plugins/inspect/plugin-real.xml index c1e5968792..7be61ae9ea 100644 --- a/docs/plugins/inspect/plugin-real.xml +++ b/docs/plugins/inspect/plugin-real.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org realaudiodec @@ -16,18 +16,18 @@ Decoder for RealAudio streams Lutz Mueller <lutz@topfrose.de> - - src - source - always -
audio/x-raw-int, width=(int)[ 1, 2147483647 ], depth=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]
-
sink sink always
audio/x-pn-realaudio; audio/x-sipro
+ + src + source + always +
audio/x-raw-int, width=(int)[ 1, 2147483647 ], depth=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]
+
@@ -37,18 +37,18 @@ Decoder for RealVideo streams Lutz Mueller <lutz@topfrose.de> - - src - source - always -
video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]
-
sink sink always
video/x-pn-realvideo, rmversion=(int)[ 2, 4 ]
+ + src + source + always +
video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]
+
diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index 8d57fec7da..b45ffc1d76 100644 --- a/docs/plugins/inspect/plugin-replaygain.xml +++ b/docs/plugins/inspect/plugin-replaygain.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org rganalysis @@ -17,14 +17,14 @@ René Stadler <mail@renestadler.de> - sink - sink + src + source always
audio/x-raw-float, width=(int)32, endianness=(int)1234, channels=(int){ 1, 2 }, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }; audio/x-raw-int, width=(int)16, depth=(int)[ 1, 16 ], signed=(boolean)true, endianness=(int)1234, channels=(int){ 1, 2 }, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }
- src - source + sink + sink always
audio/x-raw-float, width=(int)32, endianness=(int)1234, channels=(int){ 1, 2 }, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }; audio/x-raw-int, width=(int)16, depth=(int)[ 1, 16 ], signed=(boolean)true, endianness=(int)1234, channels=(int){ 1, 2 }, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }
@@ -38,14 +38,14 @@ René Stadler <mail@renestadler.de> - sink - sink + src + source always
audio/x-raw-float, width=(int)32, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], endianness=(int)1234
- src - source + sink + sink always
audio/x-raw-float, width=(int)32, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], endianness=(int)1234
@@ -59,14 +59,14 @@ René Stadler <mail@renestadler.de> - sink - sink + src + source always
audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
- src - source + sink + sink always
audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
diff --git a/docs/plugins/inspect/plugin-rfbsrc.xml b/docs/plugins/inspect/plugin-rfbsrc.xml index 540e87d652..89e0789586 100644 --- a/docs/plugins/inspect/plugin-rfbsrc.xml +++ b/docs/plugins/inspect/plugin-rfbsrc.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org rfbsrc diff --git a/docs/plugins/inspect/plugin-sdl.xml b/docs/plugins/inspect/plugin-sdl.xml index a7354cb76d..3c8f798c31 100644 --- a/docs/plugins/inspect/plugin-sdl.xml +++ b/docs/plugins/inspect/plugin-sdl.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org sdlaudiosink diff --git a/docs/plugins/inspect/plugin-sdp.xml b/docs/plugins/inspect/plugin-sdp.xml index e83c7b2fad..06d095438c 100644 --- a/docs/plugins/inspect/plugin-sdp.xml +++ b/docs/plugins/inspect/plugin-sdp.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org sdpdemux @@ -16,18 +16,18 @@ Receive data over the network via SDP Wim Taymans <wim.taymans@gmail.com> - - stream%d - source - sometimes -
application/x-rtp
-
sink sink always
application/sdp
+ + stream%d + source + sometimes +
application/x-rtp
+
diff --git a/docs/plugins/inspect/plugin-selector.xml b/docs/plugins/inspect/plugin-selector.xml index 14406540f1..a81535b95a 100644 --- a/docs/plugins/inspect/plugin-selector.xml +++ b/docs/plugins/inspect/plugin-selector.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org input-selector @@ -19,18 +19,18 @@ Jan Schmidt <thaytan@mad.scientist.com> Wim Taymans <wim.taymans@gmail.com> - - src - source - always -
ANY
-
sink%d sink request
ANY
+ + src + source + always +
ANY
+
@@ -40,18 +40,18 @@ 1-to-N output stream selectoring Stefan Kost <stefan.kost@nokia.com> - - src%d - source - request -
ANY
-
sink sink always
ANY
+ + src%d + source + request +
ANY
+
diff --git a/docs/plugins/inspect/plugin-sndfile.xml b/docs/plugins/inspect/plugin-sndfile.xml index e586bf8732..a650f6a2a5 100644 --- a/docs/plugins/inspect/plugin-sndfile.xml +++ b/docs/plugins/inspect/plugin-sndfile.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org sfsink diff --git a/docs/plugins/inspect/plugin-soundtouch.xml b/docs/plugins/inspect/plugin-soundtouch.xml index 8080ebef64..bc1515cbee 100644 --- a/docs/plugins/inspect/plugin-soundtouch.xml +++ b/docs/plugins/inspect/plugin-soundtouch.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org bpmdetect @@ -17,14 +17,14 @@ Sebastian Dröge <slomo@circular-chaos.org> - sink - sink + src + source always
audio/x-raw-float, width=(int)32, endianness=(int)1234, rate=(int)[ 8000, 2147483647 ], channels=(int)[ 1, 2 ]
- src - source + sink + sink always
audio/x-raw-float, width=(int)32, endianness=(int)1234, rate=(int)[ 8000, 2147483647 ], channels=(int)[ 1, 2 ]
@@ -38,14 +38,14 @@ Wouter Paesen <wouter@blue-gate.be> - sink - sink + src + source always
audio/x-raw-float, rate=(int)[ 8000, 2147483647 ], channels=(int)[ 1, 2 ], endianness=(int)1234, width=(int)32
- src - source + sink + sink always
audio/x-raw-float, rate=(int)[ 8000, 2147483647 ], channels=(int)[ 1, 2 ], endianness=(int)1234, width=(int)32
diff --git a/docs/plugins/inspect/plugin-spcdec.xml b/docs/plugins/inspect/plugin-spcdec.xml index a3ce806876..2e99bff28e 100644 --- a/docs/plugins/inspect/plugin-spcdec.xml +++ b/docs/plugins/inspect/plugin-spcdec.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org spcdec @@ -16,18 +16,18 @@ Uses OpenSPC to emulate an SPC processor Chris Lee <clee@kde.org>, Brian Koropoff <bkoropoff@gmail.com> - - src - source - always -
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)32000, channels=(int)2
-
sink sink always
audio/x-spc
+ + src + source + always +
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)32000, channels=(int)2
+
diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml index 756ccbd337..53e1723b77 100644 --- a/docs/plugins/inspect/plugin-speed.xml +++ b/docs/plugins/inspect/plugin-speed.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org speed @@ -17,14 +17,14 @@ Andy Wingo <apwingo@eos.ncsu.edu>, Tim-Philipp Müller <tim@centricular.net> - sink - sink + src + source always
audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
- src - source + sink + sink always
audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
diff --git a/docs/plugins/inspect/plugin-speexresample.xml b/docs/plugins/inspect/plugin-speexresample.xml index 7e22b54958..39bee69c85 100644 --- a/docs/plugins/inspect/plugin-speexresample.xml +++ b/docs/plugins/inspect/plugin-speexresample.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org speexresample @@ -17,14 +17,14 @@ Sebastian Dröge <slomo@circular-chaos.org> - sink - sink + src + source always
audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
- src - source + sink + sink always
audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
diff --git a/docs/plugins/inspect/plugin-stereo.xml b/docs/plugins/inspect/plugin-stereo.xml index 462796e97d..df516c57b9 100644 --- a/docs/plugins/inspect/plugin-stereo.xml +++ b/docs/plugins/inspect/plugin-stereo.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org stereo @@ -17,14 +17,14 @@ Erik Walthinsen <omega@cse.ogi.edu> - sink - sink + src + source always
audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true
- src - source + sink + sink always
audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true
diff --git a/docs/plugins/inspect/plugin-subenc.xml b/docs/plugins/inspect/plugin-subenc.xml new file mode 100644 index 0000000000..b6f8e5eecc --- /dev/null +++ b/docs/plugins/inspect/plugin-subenc.xml @@ -0,0 +1,34 @@ + + subenc + subtitle encoders + ../../gst/subenc/.libs/libgstsubenc.so + libgstsubenc.so + 0.10.7.1 + LGPL + gst-plugins-bad + GStreamer Bad Plug-ins CVS/prerelease + http://gstreamer.freedesktop.org + + + srtenc + Srt encoder + Codec/Encoder/Subtitle + Srt subtitle encoder + Thijs Vermeir <thijsvermeir@gmail.com> + + + sink + sink + always +
text/plain; text/x-pango-markup
+
+ + src + source + always +
application/x-subtitle
+
+
+
+
+
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-timidity.xml b/docs/plugins/inspect/plugin-timidity.xml index 3d870a9c8a..65f716b8af 100644 --- a/docs/plugins/inspect/plugin-timidity.xml +++ b/docs/plugins/inspect/plugin-timidity.xml @@ -3,11 +3,11 @@ Timidity Plugin ../../ext/timidity/.libs/libgsttimidity.so libgsttimidity.so - 0.10.5.1 + 0.10.7.1 GPL gst-plugins-bad - GStreamer - http://gstreamer.net/ + GStreamer Bad Plug-ins CVS/prerelease + http://gstreamer.freedesktop.org timidity @@ -16,18 +16,18 @@ Midi Synthesizer Element Wouter Paesen <wouter@blue-gate.be> - - sink - sink - always -
audio/midi
-
src source always
audio/x-raw-int, rate=(int)44100, channels=(int)2, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
+ + sink + sink + always +
audio/midi
+
diff --git a/docs/plugins/inspect/plugin-tta.xml b/docs/plugins/inspect/plugin-tta.xml index 3fe10a6302..fa902e9cd7 100644 --- a/docs/plugins/inspect/plugin-tta.xml +++ b/docs/plugins/inspect/plugin-tta.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org ttadec @@ -16,18 +16,18 @@ Decode TTA audio data Arwed v. Merkatz <v.merkatz@gmx.net> - - sink - sink - always -
audio/x-tta, width=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ]
-
src source always
audio/x-raw-int, width=(int){ 8, 16, 24 }, depth=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ], endianness=(int)1234, signed=(boolean)true
+ + sink + sink + always +
audio/x-tta, width=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ]
+
@@ -37,18 +37,18 @@ Parses TTA files Arwed v. Merkatz <v.merkatz@gmx.net> - - sink - sink - always -
audio/x-ttafile
-
src source always
audio/x-tta, width=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ]
+ + sink + sink + always +
audio/x-ttafile
+
diff --git a/docs/plugins/inspect/plugin-vcdsrc.xml b/docs/plugins/inspect/plugin-vcdsrc.xml index a0793d7c43..f978ec2b23 100644 --- a/docs/plugins/inspect/plugin-vcdsrc.xml +++ b/docs/plugins/inspect/plugin-vcdsrc.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org vcdsrc diff --git a/docs/plugins/inspect/plugin-videosignal.xml b/docs/plugins/inspect/plugin-videosignal.xml index 58dfb10eb3..f0b320d91f 100644 --- a/docs/plugins/inspect/plugin-videosignal.xml +++ b/docs/plugins/inspect/plugin-videosignal.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org videoanalyse @@ -17,14 +17,14 @@ Wim Taymans <wim@fluendo.com> - src - source + sink + sink always
video/x-raw-yuv, format=(fourcc){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
- sink - sink + src + source always
video/x-raw-yuv, format=(fourcc){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
@@ -38,14 +38,14 @@ Wim Taymans <wim@fluendo.com> - src - source + sink + sink always
video/x-raw-yuv, format=(fourcc){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
- sink - sink + src + source always
video/x-raw-yuv, format=(fourcc){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
@@ -59,14 +59,14 @@ Wim Taymans <wim@fluendo.com> - src - source + sink + sink always
video/x-raw-yuv, format=(fourcc){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
- sink - sink + src + source always
video/x-raw-yuv, format=(fourcc){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
diff --git a/docs/plugins/inspect/plugin-vmnc.xml b/docs/plugins/inspect/plugin-vmnc.xml index a81177eeab..47ee48fdb3 100644 --- a/docs/plugins/inspect/plugin-vmnc.xml +++ b/docs/plugins/inspect/plugin-vmnc.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org vmncdec @@ -16,18 +16,18 @@ Decode VMnc to raw (RGB) video Michael Smith <msmith@xiph.org> - - sink - sink - always -
video/x-vmnc, version=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ]
-
src source always
video/x-raw-rgb
+ + sink + sink + always +
video/x-vmnc, version=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ]
+
diff --git a/docs/plugins/inspect/plugin-wildmidi.xml b/docs/plugins/inspect/plugin-wildmidi.xml index 678cd0b251..e16de8352a 100644 --- a/docs/plugins/inspect/plugin-wildmidi.xml +++ b/docs/plugins/inspect/plugin-wildmidi.xml @@ -7,7 +7,7 @@ GPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org wildmidi @@ -16,18 +16,18 @@ Midi Synthesizer Element Wouter Paesen <wouter@blue-gate.be> - - sink - sink - always -
audio/midi
-
src source always
audio/x-raw-int, rate=(int)44100, channels=(int)2, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
+ + sink + sink + always +
audio/midi
+
diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index e817cbaf01..794273455b 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -7,7 +7,7 @@ GPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org x264enc @@ -16,18 +16,18 @@ H264 Encoder Josef Zlomek <josef.zlomek@itonis.tv> - - sink - sink - always -
video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ]
-
src source always
video/x-h264
+ + sink + sink + always +
video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ]
+
diff --git a/docs/plugins/inspect/plugin-xvid.xml b/docs/plugins/inspect/plugin-xvid.xml index 6aaa066f43..44843bf914 100644 --- a/docs/plugins/inspect/plugin-xvid.xml +++ b/docs/plugins/inspect/plugin-xvid.xml @@ -7,7 +7,7 @@ GPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org xviddec @@ -16,18 +16,18 @@ XviD decoder based on xvidcore Ronald Bultje <rbultje@ronald.bitfreak.net> - - src - source - always -
video/x-raw-yuv, format=(fourcc){ I420, YUY2, YV12, YVYU, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
-
sink sink always
video/x-xvid, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+ + src + source + always +
video/x-raw-yuv, format=(fourcc){ I420, YUY2, YV12, YVYU, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
@@ -37,18 +37,18 @@ XviD encoder based on xvidcore Ronald Bultje <rbultje@ronald.bitfreak.net> - - src - source - always -
video/x-xvid, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
-
sink sink always
video/x-raw-yuv, format=(fourcc){ I420, YUY2, YV12, YVYU, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+ + src + source + always +
video/x-xvid, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml index fd3b2affda..8399bfaa35 100644 --- a/docs/plugins/inspect/plugin-y4menc.xml +++ b/docs/plugins/inspect/plugin-y4menc.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-bad GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org y4menc @@ -16,18 +16,18 @@ Encodes a YUV frame into the yuv4mpeg format (mjpegtools) Wim Taymans <wim.taymans@chello.be> - - sink - sink - always -
video/x-raw-yuv, format=(fourcc){ IYUV, I420 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
-
src source always
application/x-yuv4mpeg, y4mversion=(int)2
+ + sink + sink + always +
video/x-raw-yuv, format=(fourcc){ IYUV, I420 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
diff --git a/ext/amrwb/gstamrwbdec.c b/ext/amrwb/gstamrwbdec.c index 525b49c3c9..54e8a83086 100644 --- a/ext/amrwb/gstamrwbdec.c +++ b/ext/amrwb/gstamrwbdec.c @@ -21,17 +21,14 @@ * SECTION:element-amrwbdec * @see_also: #GstAmrwbEnc, #GstAmrwbParse * - * - * - * This is an AMR wideband decoder based on the + * AMR wideband decoder based on the * reference codec implementation. - * + * + * * Example launch line - * - * + * |[ * gst-launch filesrc location=abc.amr ! amrwbparse ! amrwbdec ! audioresample ! audioconvert ! alsasink - * - * + * ]| * */ diff --git a/ext/amrwb/gstamrwbenc.c b/ext/amrwb/gstamrwbenc.c index 33b3dc73f6..6551b67bd3 100644 --- a/ext/amrwb/gstamrwbenc.c +++ b/ext/amrwb/gstamrwbenc.c @@ -21,17 +21,14 @@ * SECTION:element-amrwbenc * @see_also: #GstAmrwbDec, #GstAmrwbParse * - * - * - * This is an AMR wideband encoder based on the + * AMR wideband encoder based on the * reference codec implementation. - * + * + * * Example launch line - * - * + * |[ * gst-launch filesrc location=abc.wav ! wavparse ! audioresample ! audioconvert ! amrwbenc ! filesink location=abc.amr - * - * + * ]| * Please not that the above stream misses the header, that is needed to play * the stream. * diff --git a/ext/amrwb/gstamrwbparse.c b/ext/amrwb/gstamrwbparse.c index f7a7e2743f..cd162d5844 100644 --- a/ext/amrwb/gstamrwbparse.c +++ b/ext/amrwb/gstamrwbparse.c @@ -21,16 +21,13 @@ * SECTION:element-amrwbparse * @see_also: #GstAmrwbDec, #GstAmrwbEnc * - * - * * This is an AMR wideband parser. - * + * + * * Example launch line - * - * + * |[ * gst-launch filesrc location=abc.amr ! amrwbparse ! amrwbdec ! audioresample ! audioconvert ! alsasink - * - * + * ]| * */ diff --git a/ext/dc1394/gstdc1394.c b/ext/dc1394/gstdc1394.c index 7eb2660749..7cae5bdf28 100644 --- a/ext/dc1394/gstdc1394.c +++ b/ext/dc1394/gstdc1394.c @@ -21,17 +21,14 @@ /** * SECTION:element-dc1394 * - * - * Example launch line - * * Source for IIDC (Instrumentation & Industrial Digital Camera) firewire * cameras. - * - * - * + * + * + * Example launch line + * |[ * gst-launch -v dc1394 camera-number=0 ! xvimagesink - * - * + * ]| * */ diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c index bc715a59b6..6251803e12 100644 --- a/ext/directfb/dfbvideosink.c +++ b/ext/directfb/dfbvideosink.c @@ -20,8 +20,6 @@ /** * SECTION:element-dfbvideosink * - * - * * DfbVideoSink renders video frames using the * DirectFB library. * Rendering can happen in two different modes : @@ -47,19 +45,19 @@ * * * Embedded: this mode will render video frames in a - * surface provided by the + * #GstDfbVideoSink:surface provided by the * application developer. This is a more advanced usage of the element and * it is required to integrate video playback in existing * DirectFB applications. * * * When using this mode the element just renders to the - * surface provided by the + * #GstDfbVideoSink:surface provided by the * application, that means it won't handle navigation events and won't resize - * the surface to fit video + * the #GstDfbVideoSink:surface to fit video * frames geometry. Application has to implement the necessary code to grab * informations about the negotiated geometry and resize there - * surface accordingly. + * #GstDfbVideoSink:surface accordingly. * * * @@ -67,20 +65,19 @@ * optimize memory allocation time and handle reverse negotiation. Indeed if * you insert an element like videoscale in the pipeline the video sink will * negotiate with it to try get a scaled video for either the fullscreen layout - * or the application provided external - * surface. - * + * or the application provided external #GstDfbVideoSink:surface. + * + * * Example application * * * + * + * * Example pipelines - * - * Here is a test pipeline to test the colorbalance interface : - * + * |[ * gst-launch -v videotestsrc ! dfbvideosink hue=20000 saturation=40000 brightness=25000 - * - * + * ]| test the colorbalance interface implementation in dfbvideosink * */ diff --git a/ext/ivorbis/vorbisdec.c b/ext/ivorbis/vorbisdec.c index 75e053362d..325c46a345 100644 --- a/ext/ivorbis/vorbisdec.c +++ b/ext/ivorbis/vorbisdec.c @@ -24,20 +24,17 @@ * SECTION:element-ivorbisdec * @see_also: vorbisenc, oggdemux * - * - * * This element decodes a Vorbis stream to raw int audio. * Vorbis is a royalty-free * audio codec maintained by the Xiph.org * Foundation. - * + * + * * Example pipelines - * - * + * |[ * gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! alsasink - * - * Decode an Ogg/Vorbis. To create an Ogg/Vorbis file refer to the documentation of vorbisenc. - * + * ]| Decode an Ogg/Vorbis. To create an Ogg/Vorbis file refer to the + * documentation of vorbisenc. * * * Last reviewed on 2006-03-01 (0.10.4) diff --git a/ext/jack/gstjackaudiosink.c b/ext/jack/gstjackaudiosink.c index 5710eda612..05571b2cbe 100644 --- a/ext/jack/gstjackaudiosink.c +++ b/ext/jack/gstjackaudiosink.c @@ -23,41 +23,33 @@ * SECTION:element-jackaudiosink * @see_also: #GstBaseAudioSink, #GstRingBuffer * - * - * * A Sink that outputs data to Jack ports. - * - * + * * It will create N Jack ports named out_<name>_<num> where * <name> is the element name and <num> is starting from 1. * Each port corresponds to a gstreamer channel. - * - * + * * The samplerate as exposed on the caps is always the same as the samplerate of * the jack server. - * - * - * When the ::connect property is set to auto, this element will try to connect - * each output port to a random physical jack input pin. In this mode, the sink - * will expose the number of physical channels on its pad caps. - * - * - * When the ::connect property is set to none, the element will accept any - * number of input channels and will create (but not connect) an output port for - * each channel. - * - * + * + * When the #GstJackAudioSink:connect property is set to auto, this element + * will try to connect each output port to a random physical jack input pin. In + * this mode, the sink will expose the number of physical channels on its pad + * caps. + * + * When the #GstJackAudioSink:connect property is set to none, the element will + * accept any number of input channels and will create (but not connect) an + * output port for each channel. + * * The element will generate an error when the Jack server is shut down when it * was PAUSED or PLAYING. This element does not support dynamic rate and buffer * size changes at runtime. - * + * + * * Example launch line - * - * + * |[ * gst-launch audiotestsrc ! jackaudiosink - * - * Play a sine wave to using jack. - * + * ]| Play a sine wave to using jack. * * * Last reviewed on 2006-11-30 (0.10.4) diff --git a/ext/mpeg2enc/gstmpeg2enc.cc b/ext/mpeg2enc/gstmpeg2enc.cc index 24a582f591..87902da9ad 100644 --- a/ext/mpeg2enc/gstmpeg2enc.cc +++ b/ext/mpeg2enc/gstmpeg2enc.cc @@ -24,40 +24,32 @@ * SECTION:element-mpeg2enc * @see_also: mpeg2dec * - * - * * This element encodes raw video into an MPEG ?? stream using the * mjpegtools library. * Documentation on MPEG encoding in general can be found in the * MJPEG Howto * and on the various available parameters in the documentation * of the mpeg2enc tool in particular, which shares options with this element. - * + * + * * Example pipeline - * - * + * |[ * gst-launch-0.10 videotestsrc num-buffers=1000 ! mpeg2enc ! filesink location=videotestsrc.m1v - * - * This example pipeline will encode a test video source to a an - * MPEG1 elementary stream (with Generic MPEG1 profile). - * + * ]| This example pipeline will encode a test video source to a an MPEG1 + * elementary stream (with Generic MPEG1 profile). * - * Likely, the format property + * Likely, the #GstMpeg2enc:format property * is most important, as it selects the type of MPEG stream that is produced. * In particular, default property values are dependent on the format, * and can even be forcibly restrained to certain pre-sets (and thereby ignored). * Note that the (S)VCD profiles also restrict the image size, so some scaling * may be needed to accomodate this. The so-called generic profiles (as used * in the example above) allow most parameters to be adjusted. - * - * gst-launch-0.10 videotestsrc num-buffers=1000 ! videoscale \ - * ! mpeg2enc format=1 norm=p ! filesink location=videotestsrc.m1v - * - * (write everything in one line, without the backslash characters) - * This will produce an MPEG1 profile stream according to VCD2.0 specifications - * for PAL norm (as the image height - * is dependent on video norm). * + * |[ + * gst-launch-0.10 videotestsrc num-buffers=1000 ! videoscale ! mpeg2enc format=1 norm=p ! filesink location=videotestsrc.m1v + * ]| This will produce an MPEG1 profile stream according to VCD2.0 specifications + * for PAL #GstMpeg2enc:norm (as the image height is dependent on video norm). * */ diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc index e9535fe86b..297bdcddcd 100644 --- a/ext/mplex/gstmplex.cc +++ b/ext/mplex/gstmplex.cc @@ -24,8 +24,6 @@ * SECTION:element-mplex * @see_also: mpeg2enc * - * - * * This element is an audio/video multiplexer for MPEG-1/2 video streams * and (un)compressed audio streams such as AC3, MPEG layer I/II/III. * It is based on the mjpegtools library. @@ -33,15 +31,13 @@ * MJPEG Howto * and the man-page of the mplex tool documents the properties of this element, * which are shared with the mplex tool. - * + * + * * Example pipeline - * - * + * |[ * gst-launch -v videotestsrc num-buffers=1000 ! mpeg2enc ! mplex ! filesink location=videotestsrc.mpg - * - * This example pipeline will encode a test video source to a an + * ]| This example pipeline will encode a test video source to an * MPEG1 elementary stream and multiplexes this to an MPEG system stream. - * * * If several streams are being multiplexed, there should (as usual) be * a queue in each stream, and due to mplex' buffering the capacities of these diff --git a/ext/musicbrainz/gsttrm.c b/ext/musicbrainz/gsttrm.c index a4441f2605..a4883b3549 100644 --- a/ext/musicbrainz/gsttrm.c +++ b/ext/musicbrainz/gsttrm.c @@ -21,35 +21,27 @@ /** * SECTION:element-trm * - * - * * GstTRM computes MusicBrainz * TRM identifiers for audio streams using libmusicbrainz. - * - * + * * A TRM identifier is something like an 'acoustic fingerprint', the aim is * to uniquely identify the same song regardless of which source it comes from * or which audio format the stream is in. - * - * + * * The TRM element will collect about 30 seconds of audio and let * libmusicbrainz calculate a preliminary audio signature from that. That audio * signature will then be sent over the internet to a musicbrainz.org server * which will calculate the TRM for that signature. - * - * + * * The TRM element will post a tag message with a #GST_TAG_MUSICBRAINZ_TRMID * tag on the bus once the TRM has been calculated (and also send a tag event * with that information downstream). - * + * + * * Example pipeline - * - * Here is a test pipeline to test the TRM element: - * + * |[ * gst-launch -m filesrc location=somefile.ogg ! decodebin ! audioconvert ! trm ! fakesink - * - * this should (among many other things) print the tag message with the TRM ID. - * + * ]| calculate the TRM and print the tag message with the TRM ID. * */ diff --git a/ext/mythtv/gstmythtvsrc.c b/ext/mythtv/gstmythtvsrc.c index 60a445f08b..894d9b6801 100644 --- a/ext/mythtv/gstmythtvsrc.c +++ b/ext/mythtv/gstmythtvsrc.c @@ -17,47 +17,38 @@ /** * SECTION:element-mythtvsrc + * @see_also: nuvdemux * - * - * * MythTVSrc allows to access a remote MythTV backend streaming Video/Audio server, * and to render audio and video content through a TCP/IP connection to a specific * port on this server, and based on a known MythTV protocol that is based on * some message passing, such as REQUEST_BLOCK on a specified number of bytes, to get * some chunk of remote file data. * You should pass the information aboute the remote MythTV backend server - * through the location property. - * + * through the #GstMythtvSrc:location property. + * + * * Examples * * If you want to get the LiveTV content (set channel, TV tuner, RemoteEncoder, - * Recorder), - * put the following URI: - * - * + * Recorder), use the following URI: + * * myth://xxx.xxx.xxx.xxx:6543/livetv?channel=BBC * * - * This URI will say to the gmyth library to configure the Recorder instance (used to - * change the channel, start the TV multimedia content transmition, etc.), using + * This URI will configure the Recorder instance (used to change the channel, + * start the TV multimedia content transmition, etc.), using * the IP address (xxx.xxx.xxx.xxx) and port number (6543) of the MythTV backend * server, and setting the channel name to "BBC". * * To get a already recorded the MythTV NUV file, put the following URI: - * * * myth://xxx.xxx.xxx.xxx:6543/filename.nuv * - * - * This URI will say to the gmyth library to configure the Recorder instance (used to - * change the channel, start the TV multimedia content transmition, etc.), using - * the IP address (xxx.xxx.xxx.xxx) and port number (6543) of the MythTV backend - * server, and setting the channel name to "BBC". * * Another possible way to use the LiveTV content, and just in the case you want to * use the mysql database, put the location URI in the following format: - * - * + * * myth://mythtv:mythtv@xxx.xxx.xxx.xxx:6543/?mythconverg&channel=9 * * diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c index 4a46c826d4..afb0841e05 100644 --- a/ext/theora/theoradec.c +++ b/ext/theora/theoradec.c @@ -22,21 +22,17 @@ * SECTION:element-theoradecexp * @see_also: theoradec, theoraenc, oggdemux * - * - * * This element decodes theora streams into raw video using the theora-exp * decoder * Theora is a royalty-free * video codec maintained by the Xiph.org * Foundation, based on the VP3 codec. - * - * - * + * + * * Example pipeline - * + * |[ * gst-launch -v filesrc location=videotestsrc.ogg ! oggdemux ! theoraexpdec ! xvimagesink - * - * This example pipeline will demux an ogg stream and decode the theora video, + * ]| This example pipeline will demux an ogg stream and decode the theora video, * displaying it on screen. * */ diff --git a/ext/timidity/gsttimidity.c b/ext/timidity/gsttimidity.c index 7dd89e9094..09c2e778a5 100644 --- a/ext/timidity/gsttimidity.c +++ b/ext/timidity/gsttimidity.c @@ -23,18 +23,14 @@ * SECTION:element-timidity * @see_also: wildmidi * - * - * * This element renders midi-files as audio streams using * Timidity. - * - * - * + * + * * Example pipeline - * + * |[ * gst-launch filesrc location=song.mid ! timidity ! alsasink - * - * This example pipeline will parse the midi and render to raw audio which is + * ]| This example pipeline will parse the midi and render to raw audio which is * played via alsa. * */ diff --git a/ext/timidity/gstwildmidi.c b/ext/timidity/gstwildmidi.c index cded0d77c9..b8f72aa80e 100644 --- a/ext/timidity/gstwildmidi.c +++ b/ext/timidity/gstwildmidi.c @@ -23,21 +23,17 @@ * SECTION:element-wildmidi * @see_also: timidity * - * - * * This element renders midi-files as audio streams using * Wildmidi. * It offers better sound quality compared to the timidity element. Wildmidi * uses the same sound-patches as timidity (it tries the path in $WILDMIDI_CFG, * $HOME/.wildmidirc and /etc/wildmidi.cfg) - * - * - * + * + * * Example pipeline - * + * |[ * gst-launch filesrc location=song.mid ! wildmidi ! alsasink - * - * This example pipeline will parse the midi and render to raw audio which is + * ]| This example pipeline will parse the midi and render to raw audio which is * played via alsa. * */ diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c index 4616c81f34..467471513e 100644 --- a/gst-libs/gst/app/gstappsink.c +++ b/gst-libs/gst/app/gstappsink.c @@ -22,12 +22,8 @@ * SECTION:element-appsink * @see_also: #GstBaseSrc * - * - * * Appsink is a sink plugin that supports many different methods for making * the application get a handle on the GStreamer data in a pipeline. - * - * * * Last reviewed on 2008-05-03 (0.10.8) */ diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index 73159b6472..da4b978bb1 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -31,19 +31,16 @@ /** * SECTION:element-deinterlace * - * - * * Adaptively deinterlaces video frames by detecting interlacing artifacts. * An edge detection matrix is used, with a threshold value. Pixels detected * as 'interlaced' are replaced with pixels blended from the pixels above and * below. - * + * + * * Example launch line - * - * + * |[ * gst-launch -v videotestsrc ! deinterlace ! ffmpegcolorspace ! xvimagesink - * - * + * ]| * */ diff --git a/gst/dvdspu/gstdvdspu.c b/gst/dvdspu/gstdvdspu.c index 45b24d4f20..c16743bdc7 100644 --- a/gst/dvdspu/gstdvdspu.c +++ b/gst/dvdspu/gstdvdspu.c @@ -16,20 +16,16 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ -/* +/** * SECTION:element-dvdspu * - * - * * DVD sub picture overlay element. - * + * + * * Example launch line - * - * + * |[ * FIXME: gst-launch ... - * - * FIXME: description for the sample launch pipeline - * + * ]| FIXME: description for the sample launch pipeline * */ #ifdef HAVE_CONFIG_H diff --git a/gst/festival/gstfestival.c b/gst/festival/gstfestival.c index 7a147c955a..f6f0a7b0ae 100644 --- a/gst/festival/gstfestival.c +++ b/gst/festival/gstfestival.c @@ -63,16 +63,15 @@ /** * SECTION:element-festival * - * - * * This element connects to a * festival server * process and uses it to synthesize speech. - * + * + * * Example pipeline - * + * |[ * echo "hi" | gst-launch fdsrc fd=0 ! festival ! wavparse ! audioconvert ! alsasink - * + * ]| * */ diff --git a/gst/freeze/gstfreeze.c b/gst/freeze/gstfreeze.c index 23c6efdf97..d554988393 100644 --- a/gst/freeze/gstfreeze.c +++ b/gst/freeze/gstfreeze.c @@ -18,16 +18,14 @@ /** * SECTION:element-freeze * - * - * * Makes a stream from buffers of data. - * + * + * * Example launch line * - * - * gst-launch-0.10 --gst-debug=*freeze*:5 -mvt filesrc location=gnome-home.png blocksize=4135 ! pngdec ! freeze ! ffmpegcolorspace ! xvimagesink - * - * Produces a video stream from one picture. + * |[ + * gst-launch-0.10 filesrc location=gnome-home.png blocksize=4135 ! pngdec ! freeze ! ffmpegcolorspace ! xvimagesink + * ]| Produces a video stream from one picture. * * */ diff --git a/gst/interleave/deinterleave.c b/gst/interleave/deinterleave.c index 6f2b0cefbe..4c81d39db0 100644 --- a/gst/interleave/deinterleave.c +++ b/gst/interleave/deinterleave.c @@ -32,35 +32,29 @@ /** * SECTION:element-deinterleave + * @see_also: interleave * - * - * * Splits one interleaved multichannel audio stream into many mono audio streams. - * - * + * * This element handles all raw audio formats and supports changing the input caps as long as * all downstream elements can handle the new caps and the number of channels and the channel * positions stay the same. This restriction will be removed in later versions by adding or * removing some source pads as required. - * - * + * * In most cases a queue and an audioconvert element should be added after each source pad * before further processing of the audio data. - * + * + * * Example launch line - * - * + * |[ * gst-launch-0.10 filesrc location=/path/to/file.mp3 ! decodebin ! audioconvert ! "audio/x-raw-int,channels=2 ! deinterleave name=d d.src0 ! queue ! audioconvert ! vorbisenc ! oggmux ! filesink location=channel1.ogg d.src1 ! queue ! audioconvert ! vorbisenc ! oggmux ! filesink location=channel2.ogg - * - * Decodes an MP3 file and encodes the left and right channel into separate Ogg Vorbis files. - * - * - * + * ]| Decodes an MP3 file and encodes the left and right channel into separate + * Ogg Vorbis files. + * |[ * gst-launch-0.10 filesrc location=file.mp3 ! decodebin ! audioconvert ! "audio/x-raw-int,channels=2" ! deinterleave name=d interleave name=i ! audioconvert ! wavenc ! filesink location=test.wav d.src0 ! queue ! audioconvert ! i.sink1 d.src1 ! queue ! audioconvert ! i.sink0 - * - * Decodes and deinterleaves a Stereo MP3 file into separate channels and then interleaves the channels - * again to a WAV file with the channel with the channels exchanged. - * + * ]| Decodes and deinterleaves a Stereo MP3 file into separate channels and + * then interleaves the channels again to a WAV file with the channel with the + * channels exchanged. * */ diff --git a/gst/interleave/interleave.c b/gst/interleave/interleave.c index 76843e45a7..831e928fcb 100644 --- a/gst/interleave/interleave.c +++ b/gst/interleave/interleave.c @@ -30,38 +30,30 @@ /** * SECTION:element-interleave + * @see_also: deinterleave * - * - * * Merges separate mono inputs into one interleaved stream. - * - * + * * This element handles all raw floating point sample formats and all signed integer sample formats. The first * caps on one of the sinkpads will set the caps of the output so usually an audioconvert element should be * placed before every sinkpad of interleave. - * - * + * * It's possible to change the number of channels while the pipeline is running by adding or removing * some of the request pads but this will change the caps of the output buffers. Changing the input * caps is _not_ supported yet. - * - * + * * The channel number of every sinkpad in the out can be retrieved from the "channel" property of the pad. - * + * + * * Example launch line - * - * + * |[ * gst-launch-0.10 filesrc location=file.mp3 ! decodebin ! audioconvert ! "audio/x-raw-int,channels=2" ! deinterleave name=d interleave name=i ! audioconvert ! wavenc ! filesink location=test.wav d.src0 ! queue ! audioconvert ! i.sink1 d.src1 ! queue ! audioconvert ! i.sink0 - * - * Decodes and deinterleaves a Stereo MP3 file into separate channels and then interleaves the channels - * again to a WAV file with the channel with the channels exchanged. - * - * - * + * ]| Decodes and deinterleaves a Stereo MP3 file into separate channels and + * then interleaves the channels again to a WAV file with the channel with the + * channels exchanged. + * |[ * gst-launch-0.10 interleave name=i ! audioconvert ! wavenc ! filesink location=file.wav filesrc location=file1.wav ! decodebin ! audioconvert ! "audio/x-raw-int,channels=1" ! queue ! i.sink0 filesrc location=file2.wav ! decodebin ! audioconvert ! "audio/x-raw-int,channels=1" ! queue ! i.sink1 - * - * Interleaves two Mono WAV files to a single Stereo WAV file. - * + * ]| Interleaves two Mono WAV files to a single Stereo WAV file. * */ diff --git a/gst/modplug/gstmodplug.cc b/gst/modplug/gstmodplug.cc index fea8723059..6f6e1869d5 100644 --- a/gst/modplug/gstmodplug.cc +++ b/gst/modplug/gstmodplug.cc @@ -28,15 +28,14 @@ /** * SECTION:element-modplug * - * - * * Modplug uses the modplug * library to decode tracked music in the MOD/S3M/XM/IT and related formats. - * + * + * * Example pipeline - * + * |[ * gst-launch -v filesrc location=1990s-nostalgia.xm ! modplug ! audioconvert ! alsasink - * + * ]| Play a FastTracker xm file. * */ diff --git a/gst/nuvdemux/gstnuvdemux.c b/gst/nuvdemux/gstnuvdemux.c index 70f4f4963c..27fa39672c 100644 --- a/gst/nuvdemux/gstnuvdemux.c +++ b/gst/nuvdemux/gstnuvdemux.c @@ -21,25 +21,21 @@ /** * SECTION:element-nuvdemux + * @see_also: mythtvsrc * - * - * * Demuxes MythTVs NuppelVideo .nuv file into raw or compressed audio and/or * video streams. - * - * + * * This element currently only supports pull-based scheduling. - * + * + * * Example launch line - * - * + * |[ * gst-launch filesrc test.nuv ! nuvdemux name=demux demux.audio_00 ! decodebin ! audioconvert ! audioresample ! autoaudiosink demux.video_00 ! queue ! decodebin ! ffmpegcolorspace ! videoscale ! autovideosink - * - * Play (parse and decode) an .nuv file and try to output it to + * ]| Play (parse and decode) an .nuv file and try to output it to * an automatically detected soundcard and videosink. If the NUV file contains * compressed audio or video data, this will only work if you have the * right decoder elements/plugins installed. - * * * */