2005-09-19 17:53:42 +00:00
|
|
|
GObject
|
|
|
|
GstObject
|
|
|
|
GstPad
|
2009-05-12 19:36:31 +00:00
|
|
|
GstInterleavePad
|
2009-05-20 21:34:18 +00:00
|
|
|
GstVideoMixerPad
|
2008-02-21 00:09:07 +00:00
|
|
|
GstPadTemplate
|
2005-12-21 17:15:09 +00:00
|
|
|
GstPluginFeature
|
|
|
|
GstElementFactory
|
|
|
|
GstTypeFindFactory
|
|
|
|
GstIndexFactory
|
2005-09-19 17:53:42 +00:00
|
|
|
GstElement
|
|
|
|
GstBin
|
|
|
|
GstPipeline
|
2009-01-28 10:29:42 +00:00
|
|
|
GstHalAudioSink
|
|
|
|
GstHalAudioSrc
|
2005-09-19 17:53:42 +00:00
|
|
|
GstGConfVideoSink
|
2008-02-21 00:09:07 +00:00
|
|
|
GstGConfVideoSrc
|
|
|
|
GstSwitchSink
|
|
|
|
GstGConfAudioSink
|
|
|
|
GstGConfAudioSrc
|
2009-06-16 18:38:42 +00:00
|
|
|
GstRTSPSrc
|
2008-10-27 09:21:44 +00:00
|
|
|
GstAutoVideoSink
|
|
|
|
GstAutoVideoSrc
|
|
|
|
GstAutoAudioSink
|
|
|
|
GstAutoAudioSrc
|
2009-02-19 20:09:07 +00:00
|
|
|
GstRgVolume
|
|
|
|
GstAspectRatioCrop
|
|
|
|
GstCairoTextOverlay
|
2008-12-05 09:24:18 +00:00
|
|
|
GstBaseTransform
|
2009-01-23 20:46:13 +00:00
|
|
|
GstCairoTimeOverlay
|
2009-02-19 20:09:07 +00:00
|
|
|
GstPixbufScale
|
2009-06-16 18:38:42 +00:00
|
|
|
GstVideoBox
|
2008-12-05 09:24:18 +00:00
|
|
|
GstVideoFilter
|
2009-06-16 18:38:42 +00:00
|
|
|
GstNavigationtest
|
|
|
|
GstVideoBalance
|
|
|
|
GstVideoFlip
|
|
|
|
GstGamma
|
|
|
|
GstSMPTEAlpha
|
2008-12-05 09:24:18 +00:00
|
|
|
GstEdgeTV
|
|
|
|
GstAgingTV
|
|
|
|
GstDiceTV
|
|
|
|
GstWarpTV
|
|
|
|
GstShagadelicTV
|
|
|
|
GstVertigoTV
|
|
|
|
GstRevTV
|
|
|
|
GstQuarkTV
|
2009-07-16 10:17:32 +00:00
|
|
|
GstOpTV
|
|
|
|
GstRadioacTV
|
|
|
|
GstStreakTV
|
|
|
|
GstRippleTV
|
2009-06-16 18:38:42 +00:00
|
|
|
GstBreakMyData
|
|
|
|
GstNavSeek
|
|
|
|
GstProgressReport
|
|
|
|
GstTagInject
|
|
|
|
GstAlpha
|
|
|
|
GstAlphaColor
|
|
|
|
GstLevel
|
2008-12-05 09:24:18 +00:00
|
|
|
GstAudioFilter
|
2009-01-28 10:29:42 +00:00
|
|
|
GstSpectrum
|
2008-12-05 09:24:18 +00:00
|
|
|
GstAudioInvert
|
|
|
|
GstAudioKaraoke
|
|
|
|
GstAudioAmplify
|
|
|
|
GstAudioDynamic
|
Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR filters to be implemented by providing the...
Original commit message from CVS:
* configure.ac:
* gst/audiofx/Makefile.am:
* gst/audiofx/audiofirfilter.c: (gst_audio_fir_filter_base_init),
(gst_audio_fir_filter_class_init),
(gst_audio_fir_filter_update_kernel), (gst_audio_fir_filter_init),
(gst_audio_fir_filter_setup), (gst_audio_fir_filter_finalize),
(gst_audio_fir_filter_set_property),
(gst_audio_fir_filter_get_property):
* gst/audiofx/audiofirfilter.h:
* gst/audiofx/audiofx.c: (plugin_init):
* gst/audiofx/audioiirfilter.c: (gst_audio_iir_filter_base_init),
(gst_audio_iir_filter_class_init),
(gst_audio_iir_filter_update_coefficients),
(gst_audio_iir_filter_init), (gst_audio_iir_filter_setup),
(gst_audio_iir_filter_finalize),
(gst_audio_iir_filter_set_property),
(gst_audio_iir_filter_get_property):
* gst/audiofx/audioiirfilter.h:
Add audioiirfilter and audiofirfilter elements which allow
generic IIR/FIR filters to be implemented by providing the
filter coefficients. Fixes bug #567577.
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.args:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/gst-plugins-good-plugins.signals:
* docs/plugins/inspect/plugin-alaw.xml:
* docs/plugins/inspect/plugin-audiofx.xml:
* docs/plugins/inspect/plugin-avi.xml:
* docs/plugins/inspect/plugin-flac.xml:
* docs/plugins/inspect/plugin-mulaw.xml:
* docs/plugins/inspect/plugin-video4linux2.xml:
* docs/plugins/inspect/plugin-wavparse.xml:
Add documentation for the audioiirfilter and audiofirfilter
elements.
* tests/check/Makefile.am:
* tests/check/elements/audiofirfilter.c: (on_message),
(on_rate_changed), (on_handoff), (GST_START_TEST),
(audiofirfilter_suite):
* tests/check/elements/audioiirfilter.c: (on_message),
(on_rate_changed), (on_handoff), (GST_START_TEST),
(audioiirfilter_suite):
* tests/examples/Makefile.am:
* tests/examples/audiofx/Makefile.am:
* tests/examples/audiofx/firfilter-example.c: (on_message),
(on_rate_changed), (main):
* tests/examples/audiofx/iirfilter-example.c: (on_message),
(on_rate_changed), (main):
Add unit tests and example applications for the two filter
elements.
2009-01-13 19:23:57 +00:00
|
|
|
GstAudioFXBaseIIRFilter
|
|
|
|
GstAudioChebLimit
|
|
|
|
GstAudioChebBand
|
|
|
|
GstAudioIIRFilter
|
|
|
|
GstAudioFXBaseFIRFilter
|
|
|
|
GstAudioWSincLimit
|
|
|
|
GstAudioWSincBand
|
|
|
|
GstAudioFIRFilter
|
2009-01-22 09:40:34 +00:00
|
|
|
GstAudioEcho
|
2009-06-16 18:38:42 +00:00
|
|
|
GstIirEqualizer
|
|
|
|
GstIirEqualizerNBands
|
|
|
|
GstIirEqualizer3Bands
|
|
|
|
GstIirEqualizer10Bands
|
2009-02-19 20:09:07 +00:00
|
|
|
GstAudioPanorama
|
2009-06-16 18:38:42 +00:00
|
|
|
GstRgAnalysis
|
|
|
|
GstRgLimiter
|
2009-02-19 20:09:07 +00:00
|
|
|
GstVideoCrop
|
2009-06-16 18:38:42 +00:00
|
|
|
GstBaseSrc
|
|
|
|
GstPushSrc
|
|
|
|
GstSoupHTTPSrc
|
|
|
|
GstBaseAudioSrc
|
|
|
|
GstAudioSrc
|
|
|
|
GstPulseSrc
|
|
|
|
GstOssSrc
|
|
|
|
GstDV1394Src
|
|
|
|
GstHDV1394Src
|
|
|
|
GstXImageSrc
|
|
|
|
GstV4l2Src
|
|
|
|
GstUDPSrc
|
|
|
|
GstMultiFileSrc
|
|
|
|
GstBaseSink
|
|
|
|
GstCACASink
|
|
|
|
GstBaseAudioSink
|
|
|
|
GstPulseSink
|
|
|
|
GstAudioSink
|
|
|
|
GstEsdSink
|
|
|
|
GstOssSink
|
|
|
|
GstAASink
|
|
|
|
GstVideoSink
|
|
|
|
GstGdkPixbufSink
|
|
|
|
GstShout2send
|
|
|
|
GstTest
|
|
|
|
GstMultiUDPSink
|
|
|
|
GstUDPSink
|
|
|
|
GstDynUDPSink
|
|
|
|
GstMultiFileSink
|
|
|
|
GstPulseMixer
|
|
|
|
GstTagLibMux
|
|
|
|
GstId3v2Mux
|
|
|
|
GstApev2Mux
|
|
|
|
GstJpegEnc
|
|
|
|
GstJpegDec
|
|
|
|
GstSmokeEnc
|
|
|
|
GstSmokeDec
|
|
|
|
GstDVDemux
|
|
|
|
GstDVDec
|
|
|
|
GstCmmlEnc
|
|
|
|
GstCmmlDec
|
|
|
|
GstFlacEnc
|
|
|
|
GstFlacDec
|
|
|
|
GstFlacTag
|
2009-02-19 20:09:07 +00:00
|
|
|
GstPngDec
|
|
|
|
GstPngEnc
|
2009-06-16 18:38:42 +00:00
|
|
|
GstGdkPixbuf
|
2009-02-19 20:09:07 +00:00
|
|
|
GstWavpackParse
|
|
|
|
GstWavpackDec
|
|
|
|
GstWavpackEnc
|
|
|
|
GstSpeexEnc
|
|
|
|
GstSpeexDec
|
2008-08-06 15:34:55 +00:00
|
|
|
GstOssMixerElement
|
2009-06-16 18:38:42 +00:00
|
|
|
GstRTPDec
|
|
|
|
GstICYDemux
|
|
|
|
GstWavParse
|
|
|
|
GstEbmlRead
|
|
|
|
GstMatroskaDemux
|
|
|
|
GstMatroskaMux
|
|
|
|
GstRndBufferSize
|
|
|
|
GstEFence
|
|
|
|
GstFlxDec
|
|
|
|
GstVideoMixer
|
|
|
|
GstTagDemux
|
|
|
|
GstApeDemux
|
|
|
|
GstID3Demux
|
|
|
|
GstGoom
|
|
|
|
GstGoom2k1
|
|
|
|
GstFLVDemux
|
|
|
|
GstFlvMux
|
|
|
|
GstMultipartDemux
|
|
|
|
GstMultipartMux
|
|
|
|
GstMuLawEnc
|
|
|
|
GstMuLawDec
|
|
|
|
GstALawEnc
|
|
|
|
GstALawDec
|
|
|
|
GstCutter
|
|
|
|
GstQTDemux
|
2005-12-21 17:15:09 +00:00
|
|
|
GstBaseRTPDepayload
|
2009-06-16 18:38:42 +00:00
|
|
|
GstRtpXQTDepay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRtpAC3Depay
|
2009-06-16 18:38:42 +00:00
|
|
|
GstRtpCELTDepay
|
2008-05-19 21:05:03 +00:00
|
|
|
GstRTPDVDepay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRTPiLBCDepay
|
2008-07-19 01:01:13 +00:00
|
|
|
GstRtpG726Depay
|
2008-05-19 21:05:03 +00:00
|
|
|
GstRtpG729Depay
|
2005-12-21 17:15:09 +00:00
|
|
|
GstRTPGSMDepay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRtpAMRDepay
|
|
|
|
GstRtpPcmaDepay
|
|
|
|
GstRtpPcmuDepay
|
|
|
|
GstRtpMPADepay
|
|
|
|
GstRtpMPVDepay
|
|
|
|
GstRtpH263PDepay
|
|
|
|
GstRtpH263Depay
|
|
|
|
GstRtpH264Depay
|
2009-05-12 19:36:31 +00:00
|
|
|
GstRtpJ2KDepay
|
2008-12-05 09:24:18 +00:00
|
|
|
GstRtpJPEGDepay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRtpL16Depay
|
2008-10-24 22:41:18 +00:00
|
|
|
GstRtpMP1SDepay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRtpMP2TDepay
|
|
|
|
GstRtpMP4VDepay
|
|
|
|
GstRtpMP4ADepay
|
|
|
|
GstRtpMP4GDepay
|
2009-05-12 19:36:31 +00:00
|
|
|
GstRTPSirenDepay
|
2005-12-21 17:15:09 +00:00
|
|
|
GstRtpSPEEXDepay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRtpSV3VDepay
|
|
|
|
GstRtpTheoraDepay
|
|
|
|
GstRtpVorbisDepay
|
2008-07-19 01:01:13 +00:00
|
|
|
GstRtpVRawDepay
|
2009-06-16 18:38:42 +00:00
|
|
|
GstAviDemux
|
|
|
|
GstAviMux
|
|
|
|
GstAviSubtitle
|
|
|
|
GstSMPTE
|
|
|
|
GstInterleave
|
|
|
|
GstDeinterleave
|
|
|
|
GstY4mEncode
|
|
|
|
GstMonoscope
|
|
|
|
GstDeinterlace
|
|
|
|
GstWavEnc
|
|
|
|
GstAuParse
|
|
|
|
GstRTPDepay
|
2005-12-21 17:15:09 +00:00
|
|
|
GstBaseRTPPayload
|
2009-06-16 18:38:42 +00:00
|
|
|
GstRtpCELTPay
|
2008-05-19 21:05:03 +00:00
|
|
|
GstRTPDVPay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstBaseRTPAudioPayload
|
|
|
|
GstRTPILBCPay
|
2008-07-19 01:01:13 +00:00
|
|
|
GstRtpG726Pay
|
2008-12-05 09:24:18 +00:00
|
|
|
GstRTPG729Pay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRtpPcmuPay
|
|
|
|
GstRtpPmcaPay
|
2009-05-12 19:36:31 +00:00
|
|
|
GstRTPSirenPay
|
2005-12-21 17:15:09 +00:00
|
|
|
GstRTPGSMPay
|
|
|
|
GstRtpAMRPay
|
|
|
|
GstRtpMPAPay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRTPMPVPay
|
2005-12-21 17:15:09 +00:00
|
|
|
GstRtpH263PPay
|
|
|
|
GstRtpH263Pay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRtpH264Pay
|
2009-05-12 19:36:31 +00:00
|
|
|
GstRtpJ2KPay
|
2008-12-05 09:24:18 +00:00
|
|
|
GstRtpJPEGPay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRtpL16Pay
|
|
|
|
GstRTPMP2TPay
|
2005-12-21 17:15:09 +00:00
|
|
|
GstRtpMP4VPay
|
2008-10-24 22:41:18 +00:00
|
|
|
GstRtpMP4APay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRtpMP4GPay
|
2005-12-21 17:15:09 +00:00
|
|
|
GstRtpSPEEXPay
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRtpTheoraPay
|
|
|
|
GstRtpVorbisPay
|
2008-07-19 01:01:13 +00:00
|
|
|
GstRtpVRawPay
|
2005-12-21 17:15:09 +00:00
|
|
|
GstAsteriskh263
|
2008-04-25 19:24:00 +00:00
|
|
|
GstBus
|
|
|
|
GstTask
|
2009-06-16 18:38:42 +00:00
|
|
|
GstTaskPool
|
2008-02-21 00:09:07 +00:00
|
|
|
GstClock
|
|
|
|
GstSystemClock
|
|
|
|
GstAudioClock
|
2008-05-19 21:05:03 +00:00
|
|
|
GstPlugin
|
|
|
|
GstRegistry
|
2008-02-21 00:09:07 +00:00
|
|
|
GstRingBuffer
|
2009-07-16 10:17:32 +00:00
|
|
|
GstAudioSrcRingBuffer
|
|
|
|
GstAudioSinkRingBuffer
|
2005-09-19 17:53:42 +00:00
|
|
|
GstSignalObject
|
2008-06-11 14:11:16 +00:00
|
|
|
GstCmmlTagStream
|
|
|
|
GstCmmlTagHead
|
|
|
|
GstCmmlTagClip
|
2009-06-16 18:38:42 +00:00
|
|
|
GstColorBalanceChannel
|
2008-08-06 15:34:55 +00:00
|
|
|
GstTunerNorm
|
|
|
|
GstTunerChannel
|
2009-06-16 18:38:42 +00:00
|
|
|
GdkPixbuf
|
2005-09-19 17:53:42 +00:00
|
|
|
GInterface
|
2008-05-28 13:28:20 +00:00
|
|
|
GTypePlugin
|
2005-09-19 17:53:42 +00:00
|
|
|
GstChildProxy
|
|
|
|
GstURIHandler
|
|
|
|
GstImplementsInterface
|
2008-10-24 22:41:18 +00:00
|
|
|
GstPropertyProbe
|
2008-08-06 15:34:55 +00:00
|
|
|
GstMixer
|
2009-02-19 20:09:07 +00:00
|
|
|
GstTagSetter
|
2009-05-12 19:36:31 +00:00
|
|
|
GstPreset
|
2008-07-31 22:10:17 +00:00
|
|
|
GstTuner
|
2008-08-06 15:34:55 +00:00
|
|
|
GstColorBalance
|
2008-04-25 19:24:00 +00:00
|
|
|
GstVideoOrientation
|