From 2b33c755b67609c83e0ef0f9afce1e98be9c77b8 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 10 Jul 2008 21:06:06 +0000 Subject: Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. Drop mentining that all our example pipe... Original commit message from CVS: * docs/plugins/gst-plugins-base-plugins-docs.sgml: * docs/plugins/gst-plugins-base-plugins-overrides.txt: * docs/plugins/gst-plugins-base-plugins-sections.txt: * docs/plugins/gst-plugins-base-plugins.args: * docs/plugins/gst-plugins-base-plugins.hierarchy: * docs/plugins/gst-plugins-base-plugins.interfaces: * docs/plugins/gst-plugins-base-plugins.prerequisites: * docs/plugins/gst-plugins-base-plugins.signals: * docs/plugins/inspect/plugin-adder.xml: * docs/plugins/inspect/plugin-alsa.xml: * docs/plugins/inspect/plugin-audioconvert.xml: * docs/plugins/inspect/plugin-audiorate.xml: * docs/plugins/inspect/plugin-audioresample.xml: * docs/plugins/inspect/plugin-audiotestsrc.xml: * docs/plugins/inspect/plugin-cdparanoia.xml: * docs/plugins/inspect/plugin-decodebin.xml: * docs/plugins/inspect/plugin-ffmpegcolorspace.xml: * docs/plugins/inspect/plugin-gdp.xml: * docs/plugins/inspect/plugin-gnomevfs.xml: * docs/plugins/inspect/plugin-libvisual.xml: * docs/plugins/inspect/plugin-ogg.xml: * docs/plugins/inspect/plugin-pango.xml: * docs/plugins/inspect/plugin-playback.xml: * docs/plugins/inspect/plugin-queue2.xml: * docs/plugins/inspect/plugin-subparse.xml: * docs/plugins/inspect/plugin-tcp.xml: * docs/plugins/inspect/plugin-theora.xml: * docs/plugins/inspect/plugin-typefindfunctions.xml: * docs/plugins/inspect/plugin-uridecodebin.xml: * docs/plugins/inspect/plugin-video4linux.xml: * docs/plugins/inspect/plugin-videorate.xml: * docs/plugins/inspect/plugin-videoscale.xml: * docs/plugins/inspect/plugin-videotestsrc.xml: * docs/plugins/inspect/plugin-volume.xml: * docs/plugins/inspect/plugin-vorbis.xml: * docs/plugins/inspect/plugin-ximagesink.xml: * docs/plugins/inspect/plugin-xvimagesink.xml: * ext/alsa/gstalsamixer.c: * ext/alsa/gstalsasink.c: * ext/alsa/gstalsasrc.c: * ext/gio/gstgiosink.c: * ext/gio/gstgiosrc.c: * ext/gio/gstgiostreamsink.c: * ext/gio/gstgiostreamsrc.c: * ext/gnomevfs/gstgnomevfssink.c: * ext/gnomevfs/gstgnomevfssrc.c: * ext/ogg/gstoggdemux.c: * ext/ogg/gstoggmux.c: * ext/pango/gstclockoverlay.c: * ext/pango/gsttextoverlay.c: * ext/pango/gsttextrender.c: * ext/pango/gsttimeoverlay.c: * ext/theora/theoradec.c: * ext/theora/theoraenc.c: * ext/theora/theoraparse.c: * ext/vorbis/vorbisdec.c: * ext/vorbis/vorbisenc.c: * ext/vorbis/vorbisparse.c: * ext/vorbis/vorbistag.c: * gst/adder/gstadder.c: * gst/audioconvert/gstaudioconvert.c: * gst/audioresample/gstaudioresample.c: * gst/audiotestsrc/gstaudiotestsrc.c: * gst/ffmpegcolorspace/gstffmpegcolorspace.c: * gst/gdp/gstgdpdepay.c: * gst/gdp/gstgdppay.c: * gst/playback/gstdecodebin2.c: * gst/playback/gstplaybin.c: * gst/playback/gstplaybin2.c: * gst/playback/gstqueue2.c: * gst/playback/gsturidecodebin.c: * gst/tcp/gstmultifdsink.c: * gst/tcp/gsttcpserversink.c: * gst/videorate/gstvideorate.c: * gst/videoscale/gstvideoscale.c: * gst/videotestsrc/gstvideotestsrc.c: * gst/volume/gstvolume.c: * sys/ximage/ximagesink.c: * sys/xvimage/xvimagesink.c: Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. Drop mentining that all our example pipelines are "simple" pipelines. --- docs/plugins/gst-plugins-base-plugins.hierarchy | 108 ++++++++++++------------ 1 file changed, 53 insertions(+), 55 deletions(-) (limited to 'docs/plugins/gst-plugins-base-plugins.hierarchy') diff --git a/docs/plugins/gst-plugins-base-plugins.hierarchy b/docs/plugins/gst-plugins-base-plugins.hierarchy index bfe83633..a1c44aca 100644 --- a/docs/plugins/gst-plugins-base-plugins.hierarchy +++ b/docs/plugins/gst-plugins-base-plugins.hierarchy @@ -15,64 +15,52 @@ GObject GstDecodeBin GstDecodeBin2 GstURIDecodeBin - GstVideoRate - GstAudioRate GstBaseSrc GstPushSrc - GstVideoTestSrc - GstTCPClientSrc - GstTCPServerSrc - GstV4lElement - GstV4lSrc + GstCddaBaseSrc + GstCdParanoiaSrc GstBaseAudioSrc GstAudioSrc GstAlsaSrc - GstCddaBaseSrc - GstCdParanoiaSrc - GstAudioTestSrc + GstV4lElement + GstV4lSrc + GstVideoTestSrc + GstTCPClientSrc + GstTCPServerSrc GstGnomeVFSSrc - GstBaseTransform - GstAudioConvert - GstAudioresample - GstAudioFilter - GstVolume - GstVideoScale - GstFFMpegCsp - GstQueue2 - GstStreamSelector - GstAdder - GstSubParse - GstSsaParse + GstAudioTestSrc GstBaseSink - GstTCPClientSink - GstMultiFdSink - GstTCPServerSink - GstVideoSink - GstXImageSink - GstXvImageSink + GstGnomeVFSSink GstBaseAudioSink GstAudioSink GstAlsaSink - GstGnomeVFSSink - GstGDPDepay - GstGDPPay - GstAlsaMixerElement - GstTextOverlay - GstTimeOverlay - GstClockOverlay - GstTextRender + GstVideoSink + GstXImageSink + GstXvImageSink + GstTCPClientSink + GstMultiFdSink + GstTCPServerSink + GstVorbisEnc + GstVorbisDec + GstVorbisParse + GstVorbisTag GstTheoraDec GstTheoraEnc GstTheoraParse GstVisual + GstVisualjess GstVisualbumpscope GstVisualcorona + GstVisualgforce GstVisualinfinite GstVisualjakdaw - GstVisualjess - GstVisuallv_analyzer GstVisuallv_scope GstVisualoinksie + GstTextOverlay + GstTimeOverlay + GstClockOverlay + GstTextRender + GstAlsaMixerElement GstOggDemux GstOggMux GstOgmParse @@ -81,10 +69,22 @@ GObject GstOgmTextParse GstOggParse GstOggAviParse - GstVorbisEnc - GstVorbisDec - GstVorbisParse - GstVorbisTag + GstSubParse + GstSsaParse + GstBaseTransform + GstVideoScale + GstFFMpegCsp + GstAudioFilter + GstVolume + GstAudioConvert + GstAudioresample + GstQueue2 + GstStreamSelector + GstAudioRate + GstAdder + GstVideoRate + GstGDPDepay + GstGDPPay GstBus GstTask GstClock @@ -94,30 +94,28 @@ GObject GstRegistry GstRingBuffer GstSignalObject - GstStreamInfo - GstMixerTrack - GstMixerOptions - GstColorBalanceChannel - GstTunerNorm - GstTunerChannel - PangoFontMap - PangoFcFontMap - PangoFT2FontMap - PangoContext LinkConnection GIOPConnection LinkServer GIOPServer GConfClient + PangoFontMap + PangoFcFontMap + PangoFT2FontMap + PangoContext + GstColorBalanceChannel + GstTunerNorm + GstTunerChannel + GstStreamInfo + GstMixerTrack GInterface - GTypePlugin GstChildProxy GstURIHandler + GstTagSetter GstImplementsInterface GstMixer + GstPropertyProbe GstNavigation GstXOverlay GstColorBalance - GstPropertyProbe GstTuner - GstTagSetter -- cgit