diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.hierarchy | 115 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.interfaces | 12 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.prerequisites | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.signals | 40 |
5 files changed, 112 insertions, 64 deletions
@@ -1,5 +1,13 @@ 2007-05-30 Tim-Philipp Müller <tim at centricular dot net> + * 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: + More updates. + +2007-05-30 Tim-Philipp Müller <tim at centricular dot net> + * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-dtsdec.xml: diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index ea985daa..b170c1ca 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -8,73 +8,114 @@ GObject GstElement GstBin GstPipeline + GstRTPBin + GstRTPClient + GstRgVolume + GstX264Enc + GstXvidEnc + GstXvidDec + GstWavpackParse + GstWavpackDec + GstWavpackEnc + GstSwfdec + GstSpcDec + GstPitch GstBaseSink - GstBaseAudioSink - GstJackAudioSink - GstAudioSink - GstDirectSoundSink - GstSDLAudioSink - GstWaveFormSink + GstSFSink GstVideoSink - GstDirectDrawSink - GstGLImageSink GstSDLVideoSink GstDfbVideoSink - GstOSXVideoSink - GstMultiFileSink + GstGLImageSink + GstBaseAudioSink + GstAudioSink + GstSDLAudioSink + GstNasSink + GstJackAudioSink AlsaSPDIFSink - GstQTDemux + GstMultiFileSink + GstAppSink GstBaseSrc + GstSFSrc GstPushSrc + GstNeonhttpSrc + GstMMS GstDvbSrc GstMultiFileSrc GstRfbSrc - GstNeonhttpSrc - GstMMS + GstAppSrc + GstTRM + GstMusepackDec + GstSignalProcessor + ladspa-delay-5s + ladspa-amp-mono + ladspa-amp-stereo + ladspa-lpf + ladspa-hpf + ladspa-noise-white + ladspa-sine-faaa + ladspa-sine-faac + ladspa-sine-fcaa + ladspa-sine-fcac + GstGSMEnc + GstGSMDec + GstFaad + GstFaac + GstDtsDec + GstBz2enc + GstBz2dec + GstRTPJitterBuffer + GstRTPPtDemux + GstRTPSession + GstRTPSsrcDemux + GstVMncDec + MpegVideoParse + GstRealVideoDec + GstRealAudioDec + GstInterleave + GstDeinterleave + GstY4mEncode + GstXingMux GstVideoParse - GstNuvDemux GstBaseTransform - GstVideoFilter - GstVideoSignal - GstRgAnalysis GstVideoCrop GstSpectrum + GstRgAnalysis + GstRgLimiter + GstBayer2RGB GstIIR GstLPWSinc GstBPWSinc + GstAudioFilter + GstIirEqualizer + GstIirEqualizerNBands + GstIirEqualizer3Bands + GstIirEqualizer10Bands GstDeinterlace - GstH264Parse - GstXingMux - GstFreeze - GstY4mEncode GstTtaParse GstTtaDec + GstSwitch GstSpeed - GstModPlug + GstQTDemux + GstBaseRTPDepayload + GstRtpXQTDepay + GstNuvDemux GstNsfDec + GstModPlug + GstH264Parse + GstFreeze + GstMveDemux + GstMveMux GstCDXAParse - GstPitch - GstWavpackParse - GstWavpackDec - GstWavpackEnc - GstAmrwbDec - GstAmrwbParse - GstAmrwbEnc - GstTRM - GstBz2enc - GstBz2dec - GstGSMEnc - GstGSMDec - GstFaad - GstFaac - GstCDAudio GstPlugin GstRegistry GstPadTemplate + GstSignalProcessorPadTemplate GstSignalObject + GstColorBalanceChannel GInterface GstChildProxy GstURIHandler GstImplementsInterface GstXOverlay GstNavigation + GstColorBalance diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces index 78d069f2..889c274d 100644 --- a/docs/plugins/gst-plugins-bad-plugins.interfaces +++ b/docs/plugins/gst-plugins-bad-plugins.interfaces @@ -1,8 +1,14 @@ GstBin GstChildProxy GstPipeline GstChildProxy +GstRTPBin GstChildProxy +GstRTPClient GstChildProxy +GstRgVolume GstChildProxy GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation -GstDfbVideoSink GstImplementsInterface GstNavigation +GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance +GstGLImageSink GstImplementsInterface GstXOverlay GstNeonhttpSrc GstURIHandler GstMMS GstURIHandler -GstDirectDrawSink GstImplementsInterface GstXOverlay -GstDirectSoundSink GstImplementsInterface GstMixer +GstIirEqualizer GstChildProxy +GstIirEqualizerNBands GstChildProxy +GstIirEqualizer3Bands GstChildProxy +GstIirEqualizer10Bands GstChildProxy diff --git a/docs/plugins/gst-plugins-bad-plugins.prerequisites b/docs/plugins/gst-plugins-bad-plugins.prerequisites index 737369bc..b640d1da 100644 --- a/docs/plugins/gst-plugins-bad-plugins.prerequisites +++ b/docs/plugins/gst-plugins-bad-plugins.prerequisites @@ -1,3 +1,4 @@ GstChildProxy GstObject GstImplementsInterface GstElement GstXOverlay GstImplementsInterface GstElement +GstColorBalance GstImplementsInterface GstElement diff --git a/docs/plugins/gst-plugins-bad-plugins.signals b/docs/plugins/gst-plugins-bad-plugins.signals index bb75aa53..179a458d 100644 --- a/docs/plugins/gst-plugins-bad-plugins.signals +++ b/docs/plugins/gst-plugins-bad-plugins.signals @@ -6,14 +6,6 @@ GstXvidEnc *gstxvidenc </SIGNAL> <SIGNAL> -<NAME>GstCDAudio::track-change</NAME> -<RETURNS>void</RETURNS> -<FLAGS>l</FLAGS> -GstCDAudio *gstcdaudio -gint arg1 -</SIGNAL> - -<SIGNAL> <NAME>GstRTPSsrcDemux::new-ssrc-pad</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> @@ -23,6 +15,13 @@ GstPad *arg2 </SIGNAL> <SIGNAL> +<NAME>GstRTPSession::clear-pt-map</NAME> +<RETURNS>void</RETURNS> +<FLAGS>a</FLAGS> +GstRTPSession *gstrtpsession +</SIGNAL> + +<SIGNAL> <NAME>GstRTPSession::request-pt-map</NAME> <RETURNS>GstCaps*</RETURNS> <FLAGS>l</FLAGS> @@ -31,10 +30,10 @@ guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPSession::clear-pt-map</NAME> +<NAME>GstRTPPtDemux::clear-pt-map</NAME> <RETURNS>void</RETURNS> -<FLAGS>a</FLAGS> -GstRTPSession *gstrtpsession +<FLAGS>la</FLAGS> +GstRTPPtDemux *gstrtpptdemux </SIGNAL> <SIGNAL> @@ -63,10 +62,10 @@ guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPPtDemux::clear-pt-map</NAME> +<NAME>GstRTPJitterBuffer::clear-pt-map</NAME> <RETURNS>void</RETURNS> -<FLAGS>la</FLAGS> -GstRTPPtDemux *gstrtpptdemux +<FLAGS>l</FLAGS> +GstRTPJitterBuffer *gstrtpjitterbuffer </SIGNAL> <SIGNAL> @@ -78,10 +77,10 @@ guint arg1 </SIGNAL> <SIGNAL> -<NAME>GstRTPJitterBuffer::clear-pt-map</NAME> +<NAME>GstRTPBin::clear-pt-map</NAME> <RETURNS>void</RETURNS> -<FLAGS>l</FLAGS> -GstRTPJitterBuffer *gstrtpjitterbuffer +<FLAGS>a</FLAGS> +GstRTPBin *gstrtpbin </SIGNAL> <SIGNAL> @@ -93,10 +92,3 @@ guint arg1 guint arg2 </SIGNAL> -<SIGNAL> -<NAME>GstRTPBin::clear-pt-map</NAME> -<RETURNS>void</RETURNS> -<FLAGS>a</FLAGS> -GstRTPBin *gstrtpbin -</SIGNAL> - |