mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Document one more.
Original commit message from CVS: * 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-stereo.xml: * gst/stereo/gststereo.c: Document one more.
This commit is contained in:
parent
7420b9748e
commit
95bc489351
11 changed files with 2437 additions and 447 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
||||||
|
2008-07-10 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* 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-stereo.xml:
|
||||||
|
* gst/stereo/gststereo.c:
|
||||||
|
Document one more.
|
||||||
|
|
||||||
2008-07-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
2008-07-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||||
|
|
||||||
* gst/mpegtsparse/gstmpegdesc.h:
|
* gst/mpegtsparse/gstmpegdesc.h:
|
||||||
|
|
|
@ -135,6 +135,7 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/gst/selector/gstoutputselector.h \
|
$(top_srcdir)/gst/selector/gstoutputselector.h \
|
||||||
$(top_srcdir)/gst/speed/gstspeed.h \
|
$(top_srcdir)/gst/speed/gstspeed.h \
|
||||||
$(top_srcdir)/gst/speexresample/gstspeexresample.h \
|
$(top_srcdir)/gst/speexresample/gstspeexresample.h \
|
||||||
|
$(top_srcdir)/gst/stereo/gststereo.h \
|
||||||
$(top_srcdir)/gst/videosignal/gstvideoanalyse.h \
|
$(top_srcdir)/gst/videosignal/gstvideoanalyse.h \
|
||||||
$(top_srcdir)/gst/videosignal/gstvideodetect.h \
|
$(top_srcdir)/gst/videosignal/gstvideodetect.h \
|
||||||
$(top_srcdir)/gst/videosignal/gstvideomark.h \
|
$(top_srcdir)/gst/videosignal/gstvideomark.h \
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
<xi:include href="xml/element-sdpdemux.xml" />
|
<xi:include href="xml/element-sdpdemux.xml" />
|
||||||
<xi:include href="xml/element-speed.xml" />
|
<xi:include href="xml/element-speed.xml" />
|
||||||
<xi:include href="xml/element-speexresample.xml" />
|
<xi:include href="xml/element-speexresample.xml" />
|
||||||
|
<xi:include href="xml/element-stereo.xml" />
|
||||||
<!--xi:include href="xml/element-theoradecexp.xml" /-->
|
<!--xi:include href="xml/element-theoradecexp.xml" /-->
|
||||||
<xi:include href="xml/element-timidity.xml" />
|
<xi:include href="xml/element-timidity.xml" />
|
||||||
<xi:include href="xml/element-trm.xml" />
|
<xi:include href="xml/element-trm.xml" />
|
||||||
|
|
|
@ -578,6 +578,20 @@ GST_TYPE_SPEED
|
||||||
gst_speed_get_type
|
gst_speed_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-stereo</FILE>
|
||||||
|
<TITLE>stereo</TITLE>
|
||||||
|
GstStereo
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstStereoClass
|
||||||
|
GST_STEREO
|
||||||
|
GST_STEREO_CLASS
|
||||||
|
GST_IS_STEREO
|
||||||
|
GST_IS_STEREO_CLASS
|
||||||
|
GST_TYPE_STEREO
|
||||||
|
gst_stereo_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>element-speexresample</FILE>
|
<FILE>element-speexresample</FILE>
|
||||||
<TITLE>speexresample</TITLE>
|
<TITLE>speexresample</TITLE>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -11,176 +11,167 @@ GObject
|
||||||
GstElement
|
GstElement
|
||||||
GstBin
|
GstBin
|
||||||
GstPipeline
|
GstPipeline
|
||||||
GstSDPDemux
|
DvbBaseBin
|
||||||
GstRgVolume
|
GstRgVolume
|
||||||
GstRtpBin
|
GstRtpBin
|
||||||
GstRtpClient
|
GstRtpClient
|
||||||
DvbBaseBin
|
GstSDPDemux
|
||||||
GstCDXAParse
|
GstBaseSink
|
||||||
GstVcdParse
|
AlsaSPDIFSink
|
||||||
|
GstSFSink
|
||||||
|
GstBaseAudioSink
|
||||||
|
GstJackAudioSink
|
||||||
|
GstAudioSink
|
||||||
|
GstSDLAudioSink
|
||||||
|
GstOss4Sink
|
||||||
|
GstVideoSink
|
||||||
|
GstSDLVideoSink
|
||||||
|
GstGLImageSink
|
||||||
|
GstFBDEVSink
|
||||||
|
GstMultiFileSink
|
||||||
|
GstAppSink
|
||||||
|
GstCDAudio
|
||||||
|
GstPitch
|
||||||
GstBaseTransform
|
GstBaseTransform
|
||||||
GstDeinterlace
|
|
||||||
GstIIR
|
|
||||||
GstBayer2RGB
|
|
||||||
GstAudioFilter
|
GstAudioFilter
|
||||||
GstStereo
|
|
||||||
GstBPMDetect
|
GstBPMDetect
|
||||||
GstVideoCrop
|
GstStereo
|
||||||
GstRgAnalysis
|
GstSpeexResample
|
||||||
GstRgLimiter
|
|
||||||
GstVideoFilter
|
GstVideoFilter
|
||||||
GstVideoAnalyse
|
GstVideoAnalyse
|
||||||
GstVideoDetect
|
GstVideoDetect
|
||||||
GstVideoMark
|
GstVideoMark
|
||||||
GstSpeexResample
|
GstRgAnalysis
|
||||||
GstFestival
|
GstRgLimiter
|
||||||
|
GstIIR
|
||||||
|
GstDeinterlace
|
||||||
|
GstBayer2RGB
|
||||||
|
GstVideoCrop
|
||||||
|
GstTimidity
|
||||||
|
GstWildmidi
|
||||||
|
GstWavpackParse
|
||||||
|
GstWavpackDec
|
||||||
|
GstWavpackEnc
|
||||||
GstBaseSrc
|
GstBaseSrc
|
||||||
GstAppSrc
|
|
||||||
GstPushSrc
|
GstPushSrc
|
||||||
GstRfbSrc
|
GstMMS
|
||||||
GstVCDSrc
|
GstDc1394
|
||||||
GstDvbSrc
|
GstSouphttpSrc
|
||||||
|
GstNeonhttpSrc
|
||||||
GstBaseAudioSrc
|
GstBaseAudioSrc
|
||||||
GstAudioSrc
|
GstAudioSrc
|
||||||
GstOss4Source
|
GstOss4Source
|
||||||
GstMMS
|
GstVCDSrc
|
||||||
GstNeonhttpSrc
|
GstDvbSrc
|
||||||
GstMythtvSrc
|
GstRfbSrc
|
||||||
GstSFSrc
|
GstSFSrc
|
||||||
GstBaseSink
|
GstAppSrc
|
||||||
GstAppSink
|
|
||||||
GstVideoSink
|
|
||||||
GstGLImageSink
|
|
||||||
GstSDLVideoSink
|
|
||||||
GstBaseAudioSink
|
|
||||||
GstAudioSink
|
|
||||||
GstOss4Sink
|
|
||||||
GstNasSink
|
|
||||||
GstSDLAudioSink
|
|
||||||
GstJackAudioSink
|
|
||||||
GstFBDEVSink
|
|
||||||
AlsaSPDIFSink
|
|
||||||
GstSFSink
|
|
||||||
GstFreeze
|
|
||||||
GstFLVDemux
|
|
||||||
GstH264Parse
|
|
||||||
GstModPlug
|
|
||||||
GstInputSelector
|
|
||||||
GstOutputSelector
|
|
||||||
GstDVDSpu
|
|
||||||
GstNsfDec
|
|
||||||
GstSpeed
|
|
||||||
GstTtaParse
|
|
||||||
GstTtaDec
|
|
||||||
GstY4mEncode
|
|
||||||
GstNuvDemux
|
|
||||||
GstRealVideoDec
|
|
||||||
GstRealAudioDec
|
|
||||||
GstInterleave
|
|
||||||
GstDeinterleave
|
|
||||||
GstMveDemux
|
|
||||||
GstMveMux
|
|
||||||
GstVMncDec
|
|
||||||
MpegVideoParse
|
|
||||||
GstMpeg4VParse
|
|
||||||
GstRtpJitterBuffer
|
|
||||||
GstRtpPtDemux
|
|
||||||
GstRtpSession
|
|
||||||
GstRtpSsrcDemux
|
|
||||||
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
|
GstSignalProcessor
|
||||||
ladspa-delay-5s
|
ladspa-hardLimiter
|
||||||
ladspa-amp-mono
|
ladspa-dj-eq-mono
|
||||||
ladspa-amp-stereo
|
ladspa-dj-eq
|
||||||
ladspa-adsr
|
ladspa-branch-ia-oaoa
|
||||||
ladspa-lpf
|
ladspa-branch-ic-ococ
|
||||||
ladspa-hpf
|
ladspa-Exaggerate
|
||||||
ladspa-noise-white
|
ladspa-Transpose
|
||||||
ladspa-sine-faaa
|
ladspa-Accumulate
|
||||||
ladspa-sine-faac
|
ladspa-sinusWavewrapper
|
||||||
ladspa-sine-fcaa
|
ladspa-foverdrive
|
||||||
ladspa-sine-fcac
|
ladspa-mbeq
|
||||||
|
ladspa-delayorama
|
||||||
|
ladspa-tap-equalizer-bw
|
||||||
|
ladspa-crossoverDist
|
||||||
|
ladspa-fadDelay
|
||||||
|
ladspa-multivoiceChorus
|
||||||
|
ladspa-syncsquare-faga-oa
|
||||||
|
ladspa-syncsquare-fcga-oa
|
||||||
|
ladspa-smoothDecimate
|
||||||
|
ladspa-allpass-n
|
||||||
|
ladspa-allpass-l
|
||||||
|
ladspa-allpass-c
|
||||||
|
ladspa-fmOsc
|
||||||
|
ladspa-foldover
|
||||||
|
ladspa-valve
|
||||||
ladspa-difference-iama-oa
|
ladspa-difference-iama-oa
|
||||||
ladspa-difference-iamc-oa
|
ladspa-difference-iamc-oa
|
||||||
ladspa-difference-icma-oa
|
ladspa-difference-icma-oa
|
||||||
ladspa-difference-icmc-oc
|
ladspa-difference-icmc-oc
|
||||||
ladspa-adsr-g+t
|
ladspa-Mvclpf-1
|
||||||
ladspa-amp-gaia-oa
|
ladspa-Mvclpf-2
|
||||||
ladspa-amp-gcia-oa
|
ladspa-Mvclpf-3
|
||||||
ladspa-branch-ia-oaoa
|
ladspa-Mvclpf-4
|
||||||
ladspa-branch-ic-ococ
|
ladspa-alienwah-mono
|
||||||
ladspa-dahdsr-g+t-audio
|
ladspa-alienwah-stereo
|
||||||
ladspa-dahdsr-g+t-control
|
ladspa-gongBeater
|
||||||
ladspa-dahdsr-cg+t-control
|
ladspa-Chorus1
|
||||||
ladspa-interpolator
|
ladspa-Chorus2
|
||||||
ladspa-fmod-fama-oa
|
ladspa-hilbert
|
||||||
ladspa-fmod-famc-oa
|
ladspa-tapeDelay
|
||||||
ladspa-fmod-fcma-oa
|
ladspa-sum-iaia-oa
|
||||||
ladspa-fmod-fcmc-oc
|
ladspa-sum-iaic-oa
|
||||||
ladspa-quantiser20
|
ladspa-sum-icic-oc
|
||||||
ladspa-lp4pole-faraia-oa
|
ladspa-matched
|
||||||
ladspa-lp4pole-fcrcia-oa
|
ladspa-sc1
|
||||||
ladspa-product-iaia-oa
|
ladspa-combSplitter
|
||||||
ladspa-product-iaic-oa
|
ladspa-declip
|
||||||
ladspa-product-icic-oc
|
ladspa-sc4m
|
||||||
ladspa-pulse-fapa-oa
|
ladspa-preamp
|
||||||
ladspa-pulse-fapc-oa
|
ladspa-lsFilter
|
||||||
ladspa-pulse-fcpa-oa
|
ladspa-matrixMSSt
|
||||||
ladspa-pulse-fcpc-oa
|
ladspa-lpf
|
||||||
ladspa-quantiser100
|
ladspa-hpf
|
||||||
ladspa-quantiser50
|
ladspa-quantiser50
|
||||||
ladspa-sawtooth-fa-oa
|
ladspa-plate
|
||||||
ladspa-sawtooth-fc-oa
|
ladspa-inv
|
||||||
ladspa-random-fasa-oa
|
ladspa-diode
|
||||||
ladspa-random-fasc-oa
|
ladspa-quantiser100
|
||||||
ladspa-random-fcsa-oa
|
ladspa-tap-tubewarmth
|
||||||
ladspa-random-fcsc-oa
|
ladspa-vcf-reslp
|
||||||
|
ladspa-vcf-lp
|
||||||
|
ladspa-vcf-hp
|
||||||
|
ladspa-vcf-bp1
|
||||||
|
ladspa-vcf-bp2
|
||||||
|
ladspa-vcf-notch
|
||||||
|
ladspa-vcf-peakeq
|
||||||
|
ladspa-vcf-lshelf
|
||||||
|
ladspa-vcf-hshelf
|
||||||
|
ladspa-dcRemove
|
||||||
|
ladspa-satanMaximiser
|
||||||
|
ladspa-syncpulse-fapaga-oa
|
||||||
|
ladspa-syncpulse-fcpcga-oa
|
||||||
|
ladspa-transient
|
||||||
|
ladspa-sc3
|
||||||
|
ladspa-tap-sigmoid
|
||||||
|
ladspa-analogueOsc
|
||||||
|
ladspa-adsr
|
||||||
|
ladspa-sifter
|
||||||
|
ladspa-adsr-g+t
|
||||||
ladspa-ratio-nada-oa
|
ladspa-ratio-nada-oa
|
||||||
ladspa-ratio-nadc-oa
|
ladspa-ratio-nadc-oa
|
||||||
ladspa-ratio-ncda-oa
|
ladspa-ratio-ncda-oa
|
||||||
ladspa-ratio-ncdc-oc
|
ladspa-ratio-ncdc-oc
|
||||||
ladspa-sinusWavewrapper
|
ladspa-giantFlange
|
||||||
ladspa-sequencer64
|
ladspa-svf
|
||||||
ladspa-sequencer32
|
ladspa-lp4pole-faraia-oa
|
||||||
ladspa-sequencer16
|
ladspa-lp4pole-fcrcia-oa
|
||||||
|
ladspa-tap-pitch
|
||||||
ladspa-square-fa-oa
|
ladspa-square-fa-oa
|
||||||
ladspa-square-fc-oa
|
ladspa-square-fc-oa
|
||||||
ladspa-sum-iaia-oa
|
ladspa-bandpass-a-iir
|
||||||
ladspa-sum-iaic-oa
|
ladspa-amp-mono
|
||||||
ladspa-sum-icic-oc
|
ladspa-amp-stereo
|
||||||
ladspa-syncpulse-fapaga-oa
|
ladspa-ringmod-2i1o
|
||||||
ladspa-syncpulse-fcpcga-oa
|
ladspa-ringmod-1i1o1l
|
||||||
ladspa-syncsquare-faga-oa
|
ladspa-delay-n
|
||||||
ladspa-syncsquare-fcga-oa
|
ladspa-delay-l
|
||||||
ladspa-tracker-gaaadaia-oa
|
ladspa-delay-c
|
||||||
ladspa-tracker-gaacdcia-oa
|
ladspa-fmod-fama-oa
|
||||||
ladspa-triangle-fasa-oa
|
ladspa-fmod-famc-oa
|
||||||
ladspa-triangle-fasc-oa
|
ladspa-fmod-fcma-oa
|
||||||
ladspa-triangle-fcsa-oa
|
ladspa-fmod-fcmc-oc
|
||||||
ladspa-triangle-fcsc-oa
|
ladspa-gverb
|
||||||
|
ladspa-se4
|
||||||
|
ladspa-gong
|
||||||
ladspa-bf2cube
|
ladspa-bf2cube
|
||||||
ladspa-bf2quad
|
ladspa-bf2quad
|
||||||
ladspa-bf2stereo
|
ladspa-bf2stereo
|
||||||
|
@ -197,6 +188,7 @@ GObject
|
||||||
ladspa-delay-0-01s
|
ladspa-delay-0-01s
|
||||||
ladspa-delay-0-1s
|
ladspa-delay-0-1s
|
||||||
ladspa-delay-1s
|
ladspa-delay-1s
|
||||||
|
ladspa-delay-5s
|
||||||
ladspa-delay-60s
|
ladspa-delay-60s
|
||||||
ladspa-track-max-peak
|
ladspa-track-max-peak
|
||||||
ladspa-track-max-rms
|
ladspa-track-max-rms
|
||||||
|
@ -233,122 +225,244 @@ GObject
|
||||||
ladspa-expand-rms
|
ladspa-expand-rms
|
||||||
ladspa-limit-peak
|
ladspa-limit-peak
|
||||||
ladspa-limit-rms
|
ladspa-limit-rms
|
||||||
|
ladspa-sine-faaa
|
||||||
|
ladspa-sine-faac
|
||||||
|
ladspa-sine-fcaa
|
||||||
|
ladspa-sine-fcac
|
||||||
ladspa-syndrum
|
ladspa-syndrum
|
||||||
ladspa-vcf303
|
ladspa-vcf303
|
||||||
ladspa-wshape-sine
|
ladspa-wshape-sine
|
||||||
ladspa-amp
|
ladspa-chebstortion
|
||||||
ladspa-diode
|
ladspa-lcrDelay
|
||||||
ladspa-divider
|
ladspa-divider
|
||||||
ladspa-shaper
|
ladspa-random-fasa-oa
|
||||||
ladspa-ringmod-2i1o
|
ladspa-random-fasc-oa
|
||||||
ladspa-ringmod-1i1o1l
|
ladspa-random-fcsa-oa
|
||||||
ladspa-comb
|
ladspa-random-fcsc-oa
|
||||||
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-lfoPhaser
|
||||||
ladspa-fourByFourPole
|
ladspa-fourByFourPole
|
||||||
ladspa-autoPhaser
|
ladspa-autoPhaser
|
||||||
ladspa-fastLookaheadLimiter
|
|
||||||
ladspa-surroundEncoder
|
ladspa-surroundEncoder
|
||||||
ladspa-delayorama
|
ladspa-tap-reflector
|
||||||
ladspa-dysonCompress
|
ladspa-fastLookaheadLimiter
|
||||||
ladspa-crossoverDist
|
ladspa-quantiser20
|
||||||
ladspa-valveRect
|
ladspa-vynil
|
||||||
ladspa-split
|
ladspa-const
|
||||||
ladspa-alias
|
ladspa-product-iaia-oa
|
||||||
ladspa-satanMaximiser
|
ladspa-product-iaic-oa
|
||||||
ladspa-karaoke
|
ladspa-product-icic-oc
|
||||||
|
ladspa-tap-reverb
|
||||||
|
ladspa-Pulse-VCO
|
||||||
|
ladspa-Saw-VCO
|
||||||
|
ladspa-Rec-VCO
|
||||||
|
ladspa-singlePara
|
||||||
ladspa-gate
|
ladspa-gate
|
||||||
ladspa-combSplitter
|
ladspa-tap-dynamics-st
|
||||||
ladspa-waveTerrain
|
ladspa-Parametric1
|
||||||
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-sinCos
|
||||||
ladspa-se4
|
ladspa-matrixSpatialiser
|
||||||
ladspa-bandpass-a-iir
|
ladspa-tap-limiter
|
||||||
ladspa-bandpass-iir
|
ladspa-bodeShifterCV
|
||||||
ladspa-highpass-iir
|
ladspa-Phaser1
|
||||||
|
ladspa-Phaser1+LFO
|
||||||
|
ladspa-decimator
|
||||||
|
ladspa-shaper
|
||||||
|
ladspa-triangle-fasa-oa
|
||||||
|
ladspa-triangle-fasc-oa
|
||||||
|
ladspa-triangle-fcsa-oa
|
||||||
|
ladspa-triangle-fcsc-oa
|
||||||
|
ladspa-matrixStMS
|
||||||
|
ladspa-djFlanger
|
||||||
|
ladspa-imp
|
||||||
|
ladspa-tap-dynamics-m
|
||||||
|
ladspa-xfade
|
||||||
|
ladspa-xfade4
|
||||||
|
ladspa-tap-tremolo
|
||||||
|
ladspa-pitchScale
|
||||||
|
ladspa-pitchScaleHQ
|
||||||
|
ladspa-valveRect
|
||||||
|
ladspa-tap-pinknoise
|
||||||
|
ladspa-interpolator
|
||||||
|
ladspa-hermesFilter
|
||||||
|
ladspa-impulse-fc
|
||||||
|
ladspa-bodeShifter
|
||||||
|
ladspa-harmonicGen
|
||||||
|
ladspa-pulse-fapa-oa
|
||||||
|
ladspa-pulse-fapc-oa
|
||||||
|
ladspa-pulse-fcpa-oa
|
||||||
|
ladspa-pulse-fcpc-oa
|
||||||
ladspa-lowpass-iir
|
ladspa-lowpass-iir
|
||||||
ladspa-notch-iir
|
ladspa-tap-rotspeak
|
||||||
ladspa-dj-eq-mono
|
ladspa-tap-vibrato
|
||||||
ladspa-dj-eq
|
ladspa-stepMuxer
|
||||||
|
ladspa-flanger
|
||||||
|
ladspa-amp
|
||||||
|
ladspa-dahdsr-g+t-audio
|
||||||
|
ladspa-dahdsr-g+t-control
|
||||||
|
ladspa-dahdsr-cg+t-control
|
||||||
|
ladspa-Sync-Saw-VCO
|
||||||
|
ladspa-Sync-Rect-VCO
|
||||||
|
ladspa-Sync-Tri-VCO
|
||||||
ladspa-bwxover-iir
|
ladspa-bwxover-iir
|
||||||
ladspa-buttlow-iir
|
ladspa-buttlow-iir
|
||||||
ladspa-butthigh-iir
|
ladspa-butthigh-iir
|
||||||
ladspa-allpass-n
|
ladspa-Mvchpf-1
|
||||||
ladspa-allpass-l
|
ladspa-tracker-gaaadaia-oa
|
||||||
ladspa-allpass-c
|
ladspa-tracker-gaacdcia-oa
|
||||||
|
ladspa-tap-doubler
|
||||||
|
ladspa-amp-gaia-oa
|
||||||
|
ladspa-amp-gcia-oa
|
||||||
|
ladspa-sequencer16
|
||||||
|
ladspa-sc2
|
||||||
|
ladspa-dysonCompress
|
||||||
|
ladspa-decay
|
||||||
|
ladspa-alias
|
||||||
|
ladspa-SooperLooper
|
||||||
|
ladspa-vlevel-mono
|
||||||
|
ladspa-vlevel-stereo
|
||||||
|
ladspa-artificialLatency
|
||||||
|
ladspa-triplePara
|
||||||
|
ladspa-revdelay
|
||||||
|
ladspa-tap-equalizer
|
||||||
|
ladspa-retroFlange
|
||||||
|
ladspa-Ambisonics-mono-panner
|
||||||
|
ladspa-Ambisonics-stero-panner
|
||||||
|
ladspa-Ambisonics-rotator
|
||||||
|
ladspa-Ambisonics-square-decoder
|
||||||
|
ladspa-Ambisonics-hexagon-decoder
|
||||||
|
ladspa-G2reverb
|
||||||
|
ladspa-amPitchshift
|
||||||
|
ladspa-modDelay
|
||||||
|
ladspa-zm1
|
||||||
|
ladspa-split
|
||||||
|
ladspa-tap-autopan
|
||||||
|
ladspa-rateShifter
|
||||||
|
ladspa-Filter
|
||||||
|
ladspa-Flanger
|
||||||
|
ladspa-Reverb
|
||||||
|
ladspa-VintageDelay
|
||||||
|
ladspa-RotarySpeaker
|
||||||
|
ladspa-Phaser
|
||||||
|
ladspa-Eq
|
||||||
|
ladspa-Eq2x2
|
||||||
|
ladspa-Compress
|
||||||
|
ladspa-Pan
|
||||||
|
ladspa-PreampIII
|
||||||
|
ladspa-PreampIV
|
||||||
|
ladspa-ToneStack
|
||||||
|
ladspa-ToneStackLT
|
||||||
|
ladspa-AmpIII
|
||||||
|
ladspa-AmpIV
|
||||||
|
ladspa-AmpV
|
||||||
|
ladspa-AmpVTS
|
||||||
|
ladspa-CabinetI
|
||||||
|
ladspa-CabinetII
|
||||||
|
ladspa-Clip
|
||||||
|
ladspa-ChorusI
|
||||||
|
ladspa-StereoChorusI
|
||||||
|
ladspa-ChorusII
|
||||||
|
ladspa-StereoChorusII
|
||||||
|
ladspa-PhaserI
|
||||||
|
ladspa-PhaserII
|
||||||
|
ladspa-SweepVFI
|
||||||
|
ladspa-SweepVFII
|
||||||
|
ladspa-AutoWah
|
||||||
|
ladspa-Scape
|
||||||
|
ladspa-VCOs
|
||||||
|
ladspa-VCOd
|
||||||
|
ladspa-CEO
|
||||||
|
ladspa-Sin
|
||||||
|
ladspa-White
|
||||||
|
ladspa-Lorenz
|
||||||
|
ladspa-Roessler
|
||||||
|
ladspa-JVRev
|
||||||
|
ladspa-Plate
|
||||||
|
ladspa-Plate2x2
|
||||||
|
ladspa-Click
|
||||||
|
ladspa-Dirac
|
||||||
|
ladspa-HRTF
|
||||||
|
ladspa-sequencer64
|
||||||
|
ladspa-unmatched
|
||||||
|
ladspa-pointerCastDistortion
|
||||||
|
ladspa-comb
|
||||||
|
ladspa-tap-stereo-echo
|
||||||
|
ladspa-gsm
|
||||||
|
ladspa-highpass-iir
|
||||||
|
ladspa-vocoder
|
||||||
|
ladspa-karaoke
|
||||||
|
ladspa-jaminController
|
||||||
|
ladspa-tap-chorusflanger
|
||||||
|
ladspa-bandpass-iir
|
||||||
|
ladspa-sc4
|
||||||
|
ladspa-sawtooth-fa-oa
|
||||||
|
ladspa-sawtooth-fc-oa
|
||||||
|
ladspa-waveTerrain
|
||||||
|
ladspa-notch-iir
|
||||||
|
ladspa-freqTracker
|
||||||
ladspa-comb-n
|
ladspa-comb-n
|
||||||
ladspa-comb-l
|
ladspa-comb-l
|
||||||
ladspa-comb-c
|
ladspa-comb-c
|
||||||
ladspa-decay
|
ladspa-sequencer32
|
||||||
ladspa-delay-n
|
ladspa-tap-deesser
|
||||||
ladspa-delay-l
|
ladspa-noise-white
|
||||||
ladspa-delay-c
|
ladspa-super-60
|
||||||
ladspa-impulse-fc
|
GstTRM
|
||||||
ladspa-vynil
|
GstMusepackDec
|
||||||
ladspa-revdelay
|
GstMplex
|
||||||
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
|
GstBaseMetadata
|
||||||
GstMetadataDemux
|
GstMetadataDemux
|
||||||
GstMetadataMux
|
GstMetadataMux
|
||||||
|
GstXvidEnc
|
||||||
|
GstXvidDec
|
||||||
GstX264Enc
|
GstX264Enc
|
||||||
|
GstFaad
|
||||||
|
GstFaac
|
||||||
|
GstDivxDec
|
||||||
|
GstDivxEnc
|
||||||
|
GstBz2enc
|
||||||
|
GstBz2dec
|
||||||
|
GstOss4Mixer
|
||||||
|
GstFestival
|
||||||
|
MpegVideoParse
|
||||||
|
GstSwitch
|
||||||
|
GstSrtEnc
|
||||||
|
GstInputSelector
|
||||||
|
GstOutputSelector
|
||||||
|
GstRawParse
|
||||||
|
GstVideoParse
|
||||||
|
GstAudioParse
|
||||||
|
MpegTSParse
|
||||||
|
GstH264Parse
|
||||||
|
GstFreeze
|
||||||
|
GstModPlug
|
||||||
|
GstDVDSpu
|
||||||
|
GstXingMux
|
||||||
|
GstRtpJitterBuffer
|
||||||
|
GstRtpPtDemux
|
||||||
|
GstRtpSession
|
||||||
|
GstRtpSsrcDemux
|
||||||
|
GstMpeg4VParse
|
||||||
|
GstSpeed
|
||||||
|
GstQTDemux
|
||||||
|
GstBaseRTPDepayload
|
||||||
|
GstRtpXQTDepay
|
||||||
|
GstCDXAParse
|
||||||
|
GstVcdParse
|
||||||
|
GstNuvDemux
|
||||||
|
GstVMncDec
|
||||||
|
GstRealVideoDec
|
||||||
|
GstRealAudioDec
|
||||||
|
GstInterleave
|
||||||
|
GstDeinterleave
|
||||||
|
GstTtaParse
|
||||||
|
GstTtaDec
|
||||||
|
GstY4mEncode
|
||||||
|
GstNsfDec
|
||||||
|
GstMveDemux
|
||||||
|
GstMveMux
|
||||||
|
GstGDPDepay
|
||||||
|
GstGDPPay
|
||||||
|
GstFLVDemux
|
||||||
GstBus
|
GstBus
|
||||||
GstTask
|
GstTask
|
||||||
GstClock
|
GstClock
|
||||||
|
@ -359,15 +473,12 @@ GObject
|
||||||
GstRingBuffer
|
GstRingBuffer
|
||||||
GstJackAudioSinkRingBuffer
|
GstJackAudioSinkRingBuffer
|
||||||
GstSignalObject
|
GstSignalObject
|
||||||
GstMixerTrack
|
|
||||||
GstMixerOptions
|
|
||||||
GInterface
|
GInterface
|
||||||
GTypePlugin
|
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstURIHandler
|
GstURIHandler
|
||||||
|
GstTagSetter
|
||||||
GstImplementsInterface
|
GstImplementsInterface
|
||||||
GstXOverlay
|
GstXOverlay
|
||||||
|
GstNavigation
|
||||||
GstPropertyProbe
|
GstPropertyProbe
|
||||||
GstMixer
|
GstMixer
|
||||||
GstNavigation
|
|
||||||
GstTagSetter
|
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
GstBin GstChildProxy
|
GstBin GstChildProxy
|
||||||
GstPipeline GstChildProxy
|
GstPipeline GstChildProxy
|
||||||
GstSDPDemux GstChildProxy
|
DvbBaseBin GstChildProxy GstURIHandler
|
||||||
GstRgVolume GstChildProxy
|
GstRgVolume GstChildProxy
|
||||||
GstRtpBin GstChildProxy
|
GstRtpBin GstChildProxy
|
||||||
GstRtpClient GstChildProxy
|
GstRtpClient GstChildProxy
|
||||||
DvbBaseBin GstChildProxy GstURIHandler
|
GstSDPDemux GstChildProxy
|
||||||
GstAppSrc GstURIHandler
|
GstOss4Sink GstPropertyProbe
|
||||||
GstVCDSrc GstURIHandler
|
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
||||||
GstOss4Source GstImplementsInterface GstPropertyProbe GstMixer
|
GstGLImageSink GstImplementsInterface GstXOverlay
|
||||||
|
GstMultiFileSink GstURIHandler
|
||||||
|
GstCDAudio GstURIHandler
|
||||||
GstMMS GstURIHandler
|
GstMMS GstURIHandler
|
||||||
GstNeonhttpSrc GstURIHandler
|
GstNeonhttpSrc GstURIHandler
|
||||||
GstMythtvSrc GstURIHandler
|
GstOss4Source GstImplementsInterface GstPropertyProbe GstMixer
|
||||||
GstGLImageSink GstImplementsInterface GstXOverlay
|
GstVCDSrc GstURIHandler
|
||||||
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
GstAppSrc GstURIHandler
|
||||||
GstOss4Sink GstPropertyProbe
|
|
||||||
GstOss4Mixer GstImplementsInterface GstPropertyProbe GstMixer
|
|
||||||
GstCDAudio GstURIHandler
|
|
||||||
GstMetadataMux GstTagSetter
|
GstMetadataMux GstTagSetter
|
||||||
|
GstOss4Mixer GstImplementsInterface GstPropertyProbe GstMixer
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
|
GstTagSetter GstObject GstElement
|
||||||
GstImplementsInterface GstObject GstElement
|
GstImplementsInterface GstObject GstElement
|
||||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||||
GstMixer GstObject GstImplementsInterface GstElement
|
GstMixer GstObject GstImplementsInterface GstElement
|
||||||
GstTagSetter GstObject GstElement
|
|
||||||
|
|
|
@ -336,3 +336,10 @@ GstAppSrc *gstappsrc
|
||||||
guint64 arg1
|
guint64 arg1
|
||||||
</SIGNAL>
|
</SIGNAL>
|
||||||
|
|
||||||
|
<SIGNAL>
|
||||||
|
<NAME>GstDivxEnc::frame-encoded</NAME>
|
||||||
|
<RETURNS>void</RETURNS>
|
||||||
|
<FLAGS>l</FLAGS>
|
||||||
|
GstDivxEnc *gstdivxenc
|
||||||
|
</SIGNAL>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>stereo</name>
|
<name>stereo</name>
|
||||||
|
@ -17,14 +17,14 @@
|
||||||
<author>Erik Walthinsen <omega@cse.ogi.edu></author>
|
<author>Erik Walthinsen <omega@cse.ogi.edu></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>sink</name>
|
||||||
<direction>source</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true</details>
|
<details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>sink</name>
|
<name>src</name>
|
||||||
<direction>sink</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true</details>
|
<details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true</details>
|
||||||
</caps>
|
</caps>
|
||||||
|
|
|
@ -21,6 +21,18 @@
|
||||||
* the process of copying it over that the xmms people probably won't want
|
* the process of copying it over that the xmms people probably won't want
|
||||||
* any credit for it ;-)
|
* any credit for it ;-)
|
||||||
*/
|
*/
|
||||||
|
/**
|
||||||
|
* SECTION:element-stereo
|
||||||
|
*
|
||||||
|
* Create a wide stereo effect.
|
||||||
|
*
|
||||||
|
* <refsect2>
|
||||||
|
* <title>Example pipelines</title>
|
||||||
|
* |[
|
||||||
|
* gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! stereo ! audioconvert ! audioresample ! alsasink
|
||||||
|
* ]| Play an Ogg/Vorbis file.
|
||||||
|
* </refsect2>
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
Loading…
Reference in a new issue