mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Update audioresample documentation for the new element name.
Original commit message from CVS: * 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-amrwb.xml: * docs/plugins/inspect/plugin-faac.xml: * docs/plugins/inspect/plugin-ladspa.xml: * docs/plugins/inspect/plugin-mpeg2enc.xml: * docs/plugins/inspect/plugin-mplex.xml: * docs/plugins/inspect/plugin-musepack.xml: * docs/plugins/inspect/plugin-spcdec.xml: * docs/plugins/inspect/plugin-x264.xml: * docs/plugins/inspect/plugin-xvid.xml: * gst/audioresample/gstaudioresample.c: Update audioresample documentation for the new element name.
This commit is contained in:
parent
df046c1724
commit
6ff76898aa
16 changed files with 4385 additions and 316 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
||||||
|
2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
|
* 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-amrwb.xml:
|
||||||
|
* docs/plugins/inspect/plugin-faac.xml:
|
||||||
|
* docs/plugins/inspect/plugin-ladspa.xml:
|
||||||
|
* docs/plugins/inspect/plugin-mpeg2enc.xml:
|
||||||
|
* docs/plugins/inspect/plugin-mplex.xml:
|
||||||
|
* docs/plugins/inspect/plugin-musepack.xml:
|
||||||
|
* docs/plugins/inspect/plugin-spcdec.xml:
|
||||||
|
* docs/plugins/inspect/plugin-x264.xml:
|
||||||
|
* docs/plugins/inspect/plugin-xvid.xml:
|
||||||
|
* gst/audioresample/gstaudioresample.c:
|
||||||
|
Update audioresample documentation for the new element name.
|
||||||
|
|
||||||
2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
* gst/audioresample/gstaudioresample.c:
|
* gst/audioresample/gstaudioresample.c:
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,7 @@
|
||||||
GObject
|
GObject
|
||||||
GstObject
|
GstObject
|
||||||
GstPad
|
GstPad
|
||||||
|
GstInterleavePad
|
||||||
GstPadTemplate
|
GstPadTemplate
|
||||||
GstSignalProcessorPadTemplate
|
GstSignalProcessorPadTemplate
|
||||||
GstPluginFeature
|
GstPluginFeature
|
||||||
|
@ -12,135 +13,301 @@ GObject
|
||||||
GstPipeline
|
GstPipeline
|
||||||
RsnDvdBin
|
RsnDvdBin
|
||||||
DvbBaseBin
|
DvbBaseBin
|
||||||
|
GstRgVolume
|
||||||
|
GstSDPDemux
|
||||||
GstRtpBin
|
GstRtpBin
|
||||||
GstRtpClient
|
GstRtpClient
|
||||||
GstSDPDemux
|
MpegTSParse
|
||||||
GstBaseMetadata
|
GstMusepackDec
|
||||||
GstMetadataDemux
|
|
||||||
GstMetadataMux
|
|
||||||
GstFaad
|
|
||||||
GstBz2enc
|
|
||||||
GstBz2dec
|
|
||||||
GstCDAudio
|
|
||||||
GstBaseSink
|
|
||||||
GstVideoSink
|
|
||||||
GstDfbVideoSink
|
|
||||||
GstSDLVideoSink
|
|
||||||
GstBaseAudioSink
|
|
||||||
GstAudioSink
|
|
||||||
GstNasSink
|
|
||||||
GstSDLAudioSink
|
|
||||||
GstApExSink
|
|
||||||
GstOss4Sink
|
|
||||||
GstJackAudioSink
|
|
||||||
AlsaSPDIFSink
|
|
||||||
GstSFSink
|
|
||||||
GstFBDEVSink
|
|
||||||
GstAppSink
|
|
||||||
GstDCCPServerSink
|
|
||||||
GstDCCPClientSink
|
|
||||||
GstBaseSrc
|
|
||||||
GstPushSrc
|
|
||||||
GstMythtvSrc
|
|
||||||
GstMMS
|
|
||||||
GstDc1394
|
|
||||||
GstBaseAudioSrc
|
|
||||||
GstJackAudioSrc
|
|
||||||
GstAudioSrc
|
|
||||||
GstOss4Source
|
|
||||||
GstNeonhttpSrc
|
|
||||||
GstVCDSrc
|
|
||||||
GstDvbSrc
|
|
||||||
GstRfbSrc
|
|
||||||
GstDCCPClientSrc
|
|
||||||
GstDCCPServerSrc
|
|
||||||
GstSFSrc
|
|
||||||
GstAppSrc
|
|
||||||
GstBaseTransform
|
GstBaseTransform
|
||||||
GstAudioFilter
|
GstAudioFilter
|
||||||
GstOFA
|
GstOFA
|
||||||
GstBPMDetect
|
GstBPMDetect
|
||||||
|
GstSpectrum
|
||||||
|
GstIirEqualizer
|
||||||
|
GstIirEqualizerNBands
|
||||||
|
GstIirEqualizer3Bands
|
||||||
|
GstIirEqualizer10Bands
|
||||||
GstStereo
|
GstStereo
|
||||||
GstBayer2RGB
|
|
||||||
GstSpeexResample
|
|
||||||
GstScaletempo
|
|
||||||
GstVideoFilter
|
GstVideoFilter
|
||||||
GstVideoAnalyse
|
GstVideoAnalyse
|
||||||
GstVideoDetect
|
GstVideoDetect
|
||||||
GstVideoMark
|
GstVideoMark
|
||||||
|
GstVideoColorspace
|
||||||
GstAudioresample
|
GstAudioresample
|
||||||
|
GstRgAnalysis
|
||||||
|
GstRgLimiter
|
||||||
GstDeinterlace
|
GstDeinterlace
|
||||||
|
GstBayer2RGB
|
||||||
|
GstScaletempo
|
||||||
GstIIR
|
GstIIR
|
||||||
GstDtsDec
|
GstBaseSrc
|
||||||
GstMusepackDec
|
GstPushSrc
|
||||||
GstGSMEnc
|
GstNeonhttpSrc
|
||||||
GstGSMDec
|
GstBaseAudioSrc
|
||||||
GstWildmidi
|
GstJackAudioSrc
|
||||||
|
GstAudioSrc
|
||||||
|
GstOss4Source
|
||||||
|
GstMMS
|
||||||
|
GstSoupHTTPSrc
|
||||||
|
GstMythtvSrc
|
||||||
|
GstDvbSrc
|
||||||
|
GstVCDSrc
|
||||||
|
GstRfbSrc
|
||||||
|
GstDCCPClientSrc
|
||||||
|
GstDCCPServerSrc
|
||||||
|
GstMultiFileSrc
|
||||||
|
GstSFSrc
|
||||||
|
GstAppSrc
|
||||||
|
GstBaseSink
|
||||||
|
GstBaseAudioSink
|
||||||
|
GstAudioSink
|
||||||
|
GstApExSink
|
||||||
|
GstSDLAudioSink
|
||||||
|
GstNasSink
|
||||||
|
GstOss4Sink
|
||||||
|
GstJackAudioSink
|
||||||
|
GstVideoSink
|
||||||
|
GstDfbVideoSink
|
||||||
|
GstSDLVideoSink
|
||||||
|
GstSFSink
|
||||||
|
AlsaSPDIFSink
|
||||||
|
GstFBDEVSink
|
||||||
|
GstAppSink
|
||||||
|
GstDCCPServerSink
|
||||||
|
GstDCCPClientSink
|
||||||
|
GstMultiFileSink
|
||||||
|
GstCeltEnc
|
||||||
|
GstCeltDec
|
||||||
|
GstPitch
|
||||||
|
GstFaad
|
||||||
GstSignalProcessor
|
GstSignalProcessor
|
||||||
ladspa-amp-mono
|
ladspa-mbeq
|
||||||
ladspa-amp-stereo
|
ladspa-imp
|
||||||
ladspa-lpf
|
ladspa-highpass-iir
|
||||||
ladspa-hpf
|
ladspa-tap-pitch
|
||||||
ladspa-delay-5s
|
ladspa-divider
|
||||||
|
ladspa-Pulse-VCO
|
||||||
|
ladspa-Saw-VCO
|
||||||
|
ladspa-Rec-VCO
|
||||||
|
ladspa-se4
|
||||||
|
ladspa-tap-tubewarmth
|
||||||
|
ladspa-sc3
|
||||||
|
ladspa-triplePara
|
||||||
|
ladspa-dcRemove
|
||||||
|
ladspa-tap-tremolo
|
||||||
|
ladspa-gong
|
||||||
|
ladspa-sc4m
|
||||||
|
ladspa-tap-dynamics-m
|
||||||
|
ladspa-inv
|
||||||
|
ladspa-analogueOsc
|
||||||
|
ladspa-satanMaximiser
|
||||||
|
ladspa-lsFilter
|
||||||
|
ladspa-bodeShifterCV
|
||||||
|
ladspa-amPitchshift
|
||||||
|
ladspa-diode
|
||||||
|
ladspa-tap-stereo-echo
|
||||||
|
ladspa-harmonicGen
|
||||||
|
ladspa-chebstortion
|
||||||
|
ladspa-djFlanger
|
||||||
|
ladspa-sinCos
|
||||||
|
ladspa-svf
|
||||||
|
ladspa-rateShifter
|
||||||
|
ladspa-Sync-Saw-VCO
|
||||||
|
ladspa-Sync-Rect-VCO
|
||||||
|
ladspa-Sync-Tri-VCO
|
||||||
|
ladspa-decay
|
||||||
|
ladspa-multivoiceChorus
|
||||||
ladspa-sine-faaa
|
ladspa-sine-faaa
|
||||||
ladspa-sine-faac
|
ladspa-sine-faac
|
||||||
ladspa-sine-fcaa
|
ladspa-sine-fcaa
|
||||||
ladspa-sine-fcac
|
ladspa-sine-fcac
|
||||||
|
ladspa-shaper
|
||||||
|
ladspa-impulse-fc
|
||||||
|
ladspa-vynil
|
||||||
|
ladspa-foldover
|
||||||
|
ladspa-gate
|
||||||
|
ladspa-tap-rotspeak
|
||||||
|
ladspa-lfoPhaser
|
||||||
|
ladspa-fourByFourPole
|
||||||
|
ladspa-autoPhaser
|
||||||
|
ladspa-tap-equalizer-bw
|
||||||
|
ladspa-declip
|
||||||
|
ladspa-sc4
|
||||||
|
ladspa-gsm
|
||||||
|
ladspa-delay-n
|
||||||
|
ladspa-delay-l
|
||||||
|
ladspa-delay-c
|
||||||
|
ladspa-tapeDelay
|
||||||
|
ladspa-fadDelay
|
||||||
|
ladspa-fastLookaheadLimiter
|
||||||
|
ladspa-decimator
|
||||||
|
ladspa-surroundEncoder
|
||||||
|
ladspa-gverb
|
||||||
|
ladspa-hilbert
|
||||||
|
ladspa-retroFlange
|
||||||
|
ladspa-tap-reverb
|
||||||
|
ladspa-bodeShifter
|
||||||
|
ladspa-hermesFilter
|
||||||
|
ladspa-tap-chorusflanger
|
||||||
|
ladspa-matrixSpatialiser
|
||||||
|
ladspa-karaoke
|
||||||
|
ladspa-split
|
||||||
|
ladspa-sc1
|
||||||
|
ladspa-valve
|
||||||
|
ladspa-foverdrive
|
||||||
|
ladspa-lpf
|
||||||
|
ladspa-hpf
|
||||||
|
ladspa-hardLimiter
|
||||||
|
ladspa-pitchScaleHQ
|
||||||
|
ladspa-tap-pinknoise
|
||||||
|
ladspa-stepMuxer
|
||||||
|
ladspa-sinusWavewrapper
|
||||||
|
ladspa-dj-eq-mono
|
||||||
|
ladspa-dj-eq
|
||||||
|
ladspa-delay-5s
|
||||||
|
ladspa-notch-iir
|
||||||
|
ladspa-singlePara
|
||||||
|
ladspa-plate
|
||||||
|
ladspa-alias
|
||||||
|
ladspa-lcrDelay
|
||||||
|
ladspa-amp-mono
|
||||||
|
ladspa-amp-stereo
|
||||||
|
ladspa-tap-reflector
|
||||||
|
ladspa-delayorama
|
||||||
|
ladspa-pointerCastDistortion
|
||||||
|
ladspa-tap-limiter
|
||||||
|
ladspa-artificialLatency
|
||||||
|
ladspa-matrixMSSt
|
||||||
|
ladspa-gongBeater
|
||||||
ladspa-noise-white
|
ladspa-noise-white
|
||||||
|
ladspa-valveRect
|
||||||
|
ladspa-freqTracker
|
||||||
|
ladspa-xfade
|
||||||
|
ladspa-xfade4
|
||||||
|
ladspa-fmOsc
|
||||||
|
ladspa-tap-equalizer
|
||||||
|
ladspa-tap-deesser
|
||||||
|
ladspa-ringmod-2i1o
|
||||||
|
ladspa-ringmod-1i1o1l
|
||||||
|
ladspa-bandpass-iir
|
||||||
|
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-bandpass-a-iir
|
||||||
|
ladspa-zm1
|
||||||
|
ladspa-G2reverb
|
||||||
|
ladspa-tap-doubler
|
||||||
|
ladspa-dysonCompress
|
||||||
|
ladspa-pitchScale
|
||||||
|
ladspa-tap-dynamics-st
|
||||||
|
ladspa-waveTerrain
|
||||||
|
ladspa-bwxover-iir
|
||||||
|
ladspa-buttlow-iir
|
||||||
|
ladspa-butthigh-iir
|
||||||
|
ladspa-modDelay
|
||||||
|
ladspa-amp
|
||||||
|
ladspa-giantFlange
|
||||||
|
ladspa-allpass-n
|
||||||
|
ladspa-allpass-l
|
||||||
|
ladspa-allpass-c
|
||||||
|
ladspa-combSplitter
|
||||||
|
ladspa-comb
|
||||||
|
ladspa-revdelay
|
||||||
|
ladspa-const
|
||||||
|
ladspa-tap-sigmoid
|
||||||
|
ladspa-crossoverDist
|
||||||
|
ladspa-tap-vibrato
|
||||||
|
ladspa-lowpass-iir
|
||||||
|
ladspa-transient
|
||||||
|
ladspa-sc2
|
||||||
|
ladspa-Ambisonics-21-panner
|
||||||
|
ladspa-Ambisonics-21-rotator
|
||||||
|
ladspa-flanger
|
||||||
|
ladspa-tap-autopan
|
||||||
|
ladspa-comb-n
|
||||||
|
ladspa-comb-l
|
||||||
|
ladspa-comb-c
|
||||||
|
ladspa-smoothDecimate
|
||||||
|
ladspa-sifter
|
||||||
|
ladspa-matrixStMS
|
||||||
|
GstDtsDec
|
||||||
GstTwoLame
|
GstTwoLame
|
||||||
GstPitch
|
GstAmrwbDec
|
||||||
GstCeltEnc
|
GstAmrwbParse
|
||||||
GstCeltDec
|
GstAmrwbEnc
|
||||||
|
GstGSMEnc
|
||||||
|
GstGSMDec
|
||||||
|
GstFaac
|
||||||
|
GstX264Enc
|
||||||
|
GstCDAudio
|
||||||
|
GstMplex
|
||||||
|
GstMpeg2enc
|
||||||
|
GstWildmidi
|
||||||
|
GstSpcDec
|
||||||
|
GstXvidEnc
|
||||||
|
GstXvidDec
|
||||||
|
GstBz2enc
|
||||||
|
GstBz2dec
|
||||||
GstTRM
|
GstTRM
|
||||||
|
GstBaseMetadata
|
||||||
|
GstMetadataDemux
|
||||||
|
GstMetadataMux
|
||||||
GstOss4Mixer
|
GstOss4Mixer
|
||||||
GstMveDemux
|
GstDVDSpu
|
||||||
GstMveMux
|
GstAacBaseParse
|
||||||
|
GstAacParse
|
||||||
GstDeinterlace2
|
GstDeinterlace2
|
||||||
GstRtpJitterBuffer
|
GstTtaParse
|
||||||
GstRtpPtDemux
|
GstTtaDec
|
||||||
GstRtpSession
|
|
||||||
GstRtpSsrcDemux
|
|
||||||
GstMpegPSDemux
|
|
||||||
GstMpegTSDemux
|
|
||||||
MpegTSParse
|
|
||||||
GstH264Parse
|
|
||||||
GstMpeg4VParse
|
GstMpeg4VParse
|
||||||
MpegVideoParse
|
MpegVideoParse
|
||||||
|
GstH264Parse
|
||||||
|
GstVMncDec
|
||||||
|
GstSpeed
|
||||||
GstFLVDemux
|
GstFLVDemux
|
||||||
GstFlvMux
|
GstFlvMux
|
||||||
GstNuvDemux
|
GstCDXAParse
|
||||||
|
GstVcdParse
|
||||||
|
GstModPlug
|
||||||
|
GstSrtEnc
|
||||||
GstRawParse
|
GstRawParse
|
||||||
GstVideoParse
|
GstVideoParse
|
||||||
GstAudioParse
|
GstAudioParse
|
||||||
GstSpeed
|
|
||||||
GstInputSelector
|
|
||||||
GstOutputSelector
|
|
||||||
GstQTMux
|
GstQTMux
|
||||||
GstMP4Mux
|
GstMP4Mux
|
||||||
GstGPPMux
|
GstGPPMux
|
||||||
GstMJ2Mux
|
GstMJ2Mux
|
||||||
GstAacBaseParse
|
|
||||||
GstAacParse
|
|
||||||
GstCDXAParse
|
|
||||||
GstVcdParse
|
|
||||||
GstNsfDec
|
|
||||||
GstTtaParse
|
|
||||||
GstTtaDec
|
|
||||||
GstModPlug
|
|
||||||
GstY4mEncode
|
|
||||||
GstFreeze
|
|
||||||
GstVMncDec
|
|
||||||
AIFFParse
|
|
||||||
GstSrtEnc
|
|
||||||
GstFestival
|
|
||||||
MpegTsMux
|
|
||||||
GstDVDSpu
|
|
||||||
GstMXFDemux
|
GstMXFDemux
|
||||||
GstRealVideoDec
|
GstY4mEncode
|
||||||
GstRealAudioDec
|
MpegTsMux
|
||||||
|
GstFestival
|
||||||
|
GstFlacBaseParse
|
||||||
|
GstFlacParse
|
||||||
|
GstMpegPSDemux
|
||||||
|
GstMpegTSDemux
|
||||||
|
GstNsfDec
|
||||||
|
GstInterleave
|
||||||
|
GstDeinterleave
|
||||||
|
AIFFParse
|
||||||
|
GstPcapParse
|
||||||
|
GstMveDemux
|
||||||
|
GstMveMux
|
||||||
|
GstRtpJitterBuffer
|
||||||
|
GstRtpPtDemux
|
||||||
|
GstRtpSession
|
||||||
|
GstRtpSsrcDemux
|
||||||
|
GstNuvDemux
|
||||||
GstAmrBaseParse
|
GstAmrBaseParse
|
||||||
GstAmrParse
|
GstAmrParse
|
||||||
GstPcapParse
|
GstFreeze
|
||||||
|
GstRealVideoDec
|
||||||
|
GstRealAudioDec
|
||||||
|
GstInputSelector
|
||||||
|
GstOutputSelector
|
||||||
GstBus
|
GstBus
|
||||||
GstTask
|
GstTask
|
||||||
GstClock
|
GstClock
|
||||||
|
@ -153,17 +320,17 @@ GObject
|
||||||
GstJackAudioSinkRingBuffer
|
GstJackAudioSinkRingBuffer
|
||||||
GstSignalObject
|
GstSignalObject
|
||||||
GstColorBalanceChannel
|
GstColorBalanceChannel
|
||||||
|
n
|
||||||
|
get_name
|
||||||
RTPSession
|
RTPSession
|
||||||
FluTsPatInfo
|
|
||||||
FluTsPmtInfo
|
|
||||||
GInterface
|
GInterface
|
||||||
GTypePlugin
|
GTypePlugin
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstURIHandler
|
GstURIHandler
|
||||||
GstTagSetter
|
|
||||||
GstImplementsInterface
|
GstImplementsInterface
|
||||||
|
GstMixer
|
||||||
|
GstTagSetter
|
||||||
GstNavigation
|
GstNavigation
|
||||||
GstColorBalance
|
GstColorBalance
|
||||||
GstXOverlay
|
GstXOverlay
|
||||||
GstMixer
|
|
||||||
GstPropertyProbe
|
GstPropertyProbe
|
||||||
|
|
|
@ -2,22 +2,28 @@ GstBin GstChildProxy
|
||||||
GstPipeline GstChildProxy
|
GstPipeline GstChildProxy
|
||||||
RsnDvdBin GstChildProxy GstURIHandler
|
RsnDvdBin GstChildProxy GstURIHandler
|
||||||
DvbBaseBin GstChildProxy GstURIHandler
|
DvbBaseBin GstChildProxy GstURIHandler
|
||||||
|
GstRgVolume GstChildProxy
|
||||||
|
GstSDPDemux GstChildProxy
|
||||||
GstRtpBin GstChildProxy
|
GstRtpBin GstChildProxy
|
||||||
GstRtpClient GstChildProxy
|
GstRtpClient GstChildProxy
|
||||||
GstSDPDemux GstChildProxy
|
GstIirEqualizer GstChildProxy
|
||||||
GstMetadataMux GstTagSetter
|
GstIirEqualizerNBands GstChildProxy
|
||||||
GstCDAudio GstURIHandler
|
GstIirEqualizer3Bands GstChildProxy
|
||||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
GstIirEqualizer10Bands GstChildProxy
|
||||||
GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay
|
|
||||||
GstApExSink GstImplementsInterface GstMixer
|
|
||||||
GstOss4Sink GstPropertyProbe
|
|
||||||
GstMythtvSrc GstURIHandler
|
|
||||||
GstMMS GstURIHandler
|
|
||||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
|
||||||
GstNeonhttpSrc GstURIHandler
|
GstNeonhttpSrc GstURIHandler
|
||||||
|
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
|
GstMMS GstURIHandler
|
||||||
|
GstSoupHTTPSrc GstURIHandler
|
||||||
|
GstMythtvSrc GstURIHandler
|
||||||
GstVCDSrc GstURIHandler
|
GstVCDSrc GstURIHandler
|
||||||
GstAppSrc GstURIHandler
|
GstAppSrc GstURIHandler
|
||||||
|
GstApExSink GstImplementsInterface GstMixer
|
||||||
|
GstOss4Sink GstPropertyProbe
|
||||||
|
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||||
|
GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay
|
||||||
GstCeltEnc GstTagSetter
|
GstCeltEnc GstTagSetter
|
||||||
|
GstCDAudio GstURIHandler
|
||||||
|
GstMetadataMux GstTagSetter
|
||||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
GstDeinterlace2 GstChildProxy
|
GstDeinterlace2 GstChildProxy
|
||||||
GstQTMux GstTagSetter
|
GstQTMux GstTagSetter
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
GstTagSetter GstObject GstElement
|
|
||||||
GstImplementsInterface GstObject GstElement
|
GstImplementsInterface GstObject GstElement
|
||||||
|
GstMixer GstObject GstImplementsInterface GstElement
|
||||||
|
GstTagSetter GstObject GstElement
|
||||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||||
GstMixer GstObject GstImplementsInterface GstElement
|
|
||||||
|
|
|
@ -155,6 +155,13 @@ guint arg1
|
||||||
guint arg2
|
guint arg2
|
||||||
</SIGNAL>
|
</SIGNAL>
|
||||||
|
|
||||||
|
<SIGNAL>
|
||||||
|
<NAME>GstRtpBin::reset-sync</NAME>
|
||||||
|
<RETURNS>void</RETURNS>
|
||||||
|
<FLAGS>la</FLAGS>
|
||||||
|
GstRtpBin *gstrtpbin
|
||||||
|
</SIGNAL>
|
||||||
|
|
||||||
<SIGNAL>
|
<SIGNAL>
|
||||||
<NAME>GstRtpJitterBuffer::clear-pt-map</NAME>
|
<NAME>GstRtpJitterBuffer::clear-pt-map</NAME>
|
||||||
<RETURNS>void</RETURNS>
|
<RETURNS>void</RETURNS>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Adaptive Multi-Rate Wide-Band</description>
|
<description>Adaptive Multi-Rate Wide-Band</description>
|
||||||
<filename>../../ext/amrwb/.libs/libgstamrwb.so</filename>
|
<filename>../../ext/amrwb/.libs/libgstamrwb.so</filename>
|
||||||
<basename>libgstamrwb.so</basename>
|
<basename>libgstamrwb.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.9.1</version>
|
||||||
<license>unknown</license>
|
<license>unknown</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>amrwbdec</name>
|
<name>amrwbdec</name>
|
||||||
|
@ -16,18 +16,18 @@
|
||||||
<description>Adaptive Multi-Rate Wideband audio decoder</description>
|
<description>Adaptive Multi-Rate Wideband audio decoder</description>
|
||||||
<author>Renato Araujo <renato.filho@indt.org.br></author>
|
<author>Renato Araujo <renato.filho@indt.org.br></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
|
||||||
<name>sink</name>
|
|
||||||
<direction>sink</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>audio/AMR-WB, rate=(int)16000, channels=(int)1</details>
|
|
||||||
</caps>
|
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)16000, channels=(int)1</details>
|
<details>audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)16000, channels=(int)1</details>
|
||||||
</caps>
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/AMR-WB, rate=(int)16000, channels=(int)1</details>
|
||||||
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
<element>
|
<element>
|
||||||
|
@ -37,18 +37,18 @@
|
||||||
<description>Adaptive Multi-Rate Wideband audio encoder</description>
|
<description>Adaptive Multi-Rate Wideband audio encoder</description>
|
||||||
<author>Renato Araujo <renato.filho@indt.org.br></author>
|
<author>Renato Araujo <renato.filho@indt.org.br></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
|
||||||
<name>sink</name>
|
|
||||||
<direction>sink</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)16000, channels=(int)1</details>
|
|
||||||
</caps>
|
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/AMR-WB, rate=(int)16000, channels=(int)1</details>
|
<details>audio/AMR-WB, rate=(int)16000, channels=(int)1</details>
|
||||||
</caps>
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)16000, channels=(int)1</details>
|
||||||
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
<element>
|
<element>
|
||||||
|
@ -58,18 +58,18 @@
|
||||||
<description>Adaptive Multi-Rate WideBand audio parser</description>
|
<description>Adaptive Multi-Rate WideBand audio parser</description>
|
||||||
<author>Renato Filho <renato.filho@indt.org.br></author>
|
<author>Renato Filho <renato.filho@indt.org.br></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
|
||||||
<name>sink</name>
|
|
||||||
<direction>sink</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>audio/x-amr-wb-sh</details>
|
|
||||||
</caps>
|
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/AMR-WB, rate=(int)16000, channels=(int)1</details>
|
<details>audio/AMR-WB, rate=(int)16000, channels=(int)1</details>
|
||||||
</caps>
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/x-amr-wb-sh</details>
|
||||||
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
</elements>
|
</elements>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Free AAC Encoder (FAAC)</description>
|
<description>Free AAC Encoder (FAAC)</description>
|
||||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||||
<basename>libgstfaac.so</basename>
|
<basename>libgstfaac.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -3,10 +3,10 @@
|
||||||
<description>High-quality MPEG-1/2 video encoder</description>
|
<description>High-quality MPEG-1/2 video encoder</description>
|
||||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||||
<basename>libgstmpeg2enc.so</basename>
|
<basename>libgstmpeg2enc.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||||
<basename>libgstmplex.so</basename>
|
<basename>libgstmplex.so</basename>
|
||||||
<version>0.10.8</version>
|
<version>0.10.9.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-musepack, streamversion=(int)7</details>
|
<details>audio/x-musepack, streamversion=(int){ 7, 8 }</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>OpenSPC Audio Decoder</description>
|
<description>OpenSPC Audio Decoder</description>
|
||||||
<filename>../../ext/spc/.libs/libgstspc.so</filename>
|
<filename>../../ext/spc/.libs/libgstspc.so</filename>
|
||||||
<basename>libgstspc.so</basename>
|
<basename>libgstspc.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>libx264-based H264 plugins</description>
|
<description>libx264-based H264 plugins</description>
|
||||||
<filename>../../ext/x264/.libs/libgstx264.so</filename>
|
<filename>../../ext/x264/.libs/libgstx264.so</filename>
|
||||||
<basename>libgstx264.so</basename>
|
<basename>libgstx264.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-h264</details>
|
<details>video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>XviD plugin library</description>
|
<description>XviD plugin library</description>
|
||||||
<filename>../../ext/xvid/.libs/libgstxvid.so</filename>
|
<filename>../../ext/xvid/.libs/libgstxvid.so</filename>
|
||||||
<basename>libgstxvid.so</basename>
|
<basename>libgstxvid.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -20,15 +20,15 @@
|
||||||
/* Element-Checklist-Version: 5 */
|
/* Element-Checklist-Version: 5 */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:element-audioresample
|
* SECTION:element-legacyresample
|
||||||
*
|
*
|
||||||
* Audioresample resamples raw audio buffers to different sample rates using
|
* legacyresample resamples raw audio buffers to different sample rates using
|
||||||
* a configurable windowing function to enhance quality.
|
* a configurable windowing function to enhance quality.
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <title>Example launch line</title>
|
* <title>Example launch line</title>
|
||||||
* |[
|
* |[
|
||||||
* gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! audioresample ! audio/x-raw-int, rate=8000 ! alsasink
|
* gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! legacyresample ! audio/x-raw-int, rate=8000 ! alsasink
|
||||||
* ]| Decode an Ogg/Vorbis downsample to 8Khz and play sound through alsa.
|
* ]| Decode an Ogg/Vorbis downsample to 8Khz and play sound through alsa.
|
||||||
* To create the Ogg/Vorbis file refer to the documentation of vorbisenc.
|
* To create the Ogg/Vorbis file refer to the documentation of vorbisenc.
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
|
|
Loading…
Reference in a new issue