From d4ed55d955ce3988a1159a5dd029dab6fe33da79 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 13 Nov 2008 14:31:45 +0000 Subject: [PATCH] docs/plugins/: Update docs. 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/inspect/plugin-aacparse.xml: * docs/plugins/inspect/plugin-amrparse.xml: Update docs. --- ChangeLog | 13 + docs/plugins/Makefile.am | 2 + docs/plugins/gst-plugins-bad-plugins-docs.sgml | 4 + docs/plugins/gst-plugins-bad-plugins-sections.txt | 28 ++ docs/plugins/gst-plugins-bad-plugins.args | 236 ++++++++++++- docs/plugins/gst-plugins-bad-plugins.hierarchy | 377 +++++++++++++++++---- docs/plugins/gst-plugins-bad-plugins.interfaces | 18 +- docs/plugins/gst-plugins-bad-plugins.prerequisites | 5 +- docs/plugins/inspect/plugin-aacparse.xml | 34 ++ docs/plugins/inspect/plugin-amrparse.xml | 34 ++ 10 files changed, 655 insertions(+), 96 deletions(-) create mode 100644 docs/plugins/inspect/plugin-aacparse.xml create mode 100644 docs/plugins/inspect/plugin-amrparse.xml diff --git a/ChangeLog b/ChangeLog index ff10655..71cb9a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 2008-11-13 Stefan Kost + * 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/inspect/plugin-aacparse.xml: + * docs/plugins/inspect/plugin-amrparse.xml: + Update docs. + +2008-11-13 Stefan Kost + * gst/aacparse/gstbaseparse.c: * gst/amrparse/gstbaseparse.c: Fix baseparse type name. diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 9d13a3e..bcd7682 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -118,6 +118,8 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/timidity/gstwildmidi.h \ $(top_srcdir)/ext/twolame/gsttwolame.h \ $(top_srcdir)/ext/x264/gstx264enc.h \ + $(top_srcdir)/gst/aacparse/gstaacparse.h \ + $(top_srcdir)/gst/amrparse/gstamrparse.h \ $(top_srcdir)/gst/deinterlace/gstdeinterlace.h \ $(top_srcdir)/gst/dccp/gstdccpclientsink.h \ $(top_srcdir)/gst/dccp/gstdccpclientsrc.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 9137bf2..2eebcb0 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -12,6 +12,8 @@ gst-plugins-bad Elements + + @@ -68,6 +70,8 @@ gst-plugins-bad Plugins + + diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 0b58c75..7c17b06 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -1,4 +1,32 @@
+element-aacparse +aacparse +GstAacParse + +GstAacParseClass +GST_AACPARSE +GST_AACPARSE_CLASS +GST_IS_AACPARSE +GST_IS_AACPARSE_CLASS +GST_TYPE_AACPARSE +gst_aacparse_get_type +
+ +
+element-amrparse +amrparse +GstAmrParse + +GstAmrParseClass +GST_AMRPARSE +GST_AMRPARSE_CLASS +GST_IS_AMRPARSE +GST_IS_AMRPARSE_CLASS +GST_TYPE_AMRPARSE +gst_amrparse_get_type +
+ +
element-amrwbdec amrwbdec GstAmrwbDec diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index db3b658..c984f62 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -11,7 +11,7 @@ GstPitch::pitch gfloat -[0.1,10] +[0,1,10] rw Pitch Audio stream pitch. @@ -21,7 +21,7 @@ GstPitch::rate gfloat -[0.1,10] +[0,1,10] rw Rate Audio stream rate. @@ -31,7 +31,7 @@ GstPitch::tempo gfloat -[0.1,10] +[0,1,10] rw Tempo Audio stream tempo. @@ -1331,7 +1331,7 @@ GstSpeed::speed gfloat -[0.1,40] +[0,1,40] rwx speed speed. @@ -16855,7 +16855,7 @@ rwx Dry-Wet-Balance Dry-Wet-Balance. -0.5 +0,5 @@ -17115,7 +17115,7 @@ rw IP-Factor Quantizer factor between I- and P-frames. -1.4 +1,4 @@ -17135,7 +17135,7 @@ rw PB-Factor Quantizer factor between P- and B-frames. -1.3 +1,3 @@ -17825,7 +17825,7 @@ rwx Pattern sensitivity The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest). -0.3 +0,3 @@ -17865,7 +17865,7 @@ rwx Pattern center The center of the black/white separation (0.0 = lowest, 1.0 highest). -0.5 +0,5 @@ -18015,7 +18015,7 @@ rw stereo stereo. -0.1 +0,1 @@ -19444,6 +19444,16 @@ +GstAppSrc::is-live +gboolean + +rw +Is Live +Whether to act as a live source. +FALSE + + + GstDeinterleave::keep-positions gboolean @@ -22030,7 +22040,7 @@ rw Method Deinterlace Method. -Motion Adaptive: Motion Search +Motion Adaptive: Advanced Detection @@ -22530,13 +22540,13 @@ rw Overlap Length Percentage of stride to overlap. -0.2 +0,2 GstScaletempo::rate gdouble -[-2.14748e+09,2.14748e+09] +[-2,14748e+09,2,14748e+09] r Playback Rate Current playback rate. @@ -22663,3 +22673,203 @@ 75 + +GstMJ2Mux::faststart +gboolean + +rw +Format file to faststart +If the file should be formated for faststart (headers first). . +FALSE + + + +GstMJ2Mux::faststart-file +gchar* + +rwx +File to use for storing buffers +File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically. +NULL + + + +GstMJ2Mux::large-file +gboolean + +rw +Support for large files +Uses 64bits to some fields instead of 32bits, providing support for large files. +FALSE + + + +GstMJ2Mux::movie-timescale +guint +>= 1 +rwx +Movie timescale +Timescale to use in the movie (units per second). +600 + + + +GstMJ2Mux::presentation-time +gboolean + +rwx +Include presentation-time info +Calculate and include presentation/composition time (in addition to decoding time) (use with caution). +FALSE + + + +GstGPPMux::faststart +gboolean + +rw +Format file to faststart +If the file should be formated for faststart (headers first). . +FALSE + + + +GstGPPMux::faststart-file +gchar* + +rwx +File to use for storing buffers +File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically. +NULL + + + +GstGPPMux::large-file +gboolean + +rw +Support for large files +Uses 64bits to some fields instead of 32bits, providing support for large files. +FALSE + + + +GstGPPMux::movie-timescale +guint +>= 1 +rwx +Movie timescale +Timescale to use in the movie (units per second). +600 + + + +GstGPPMux::presentation-time +gboolean + +rwx +Include presentation-time info +Calculate and include presentation/composition time (in addition to decoding time) (use with caution). +FALSE + + + +GstMP4Mux::faststart +gboolean + +rw +Format file to faststart +If the file should be formated for faststart (headers first). . +FALSE + + + +GstMP4Mux::faststart-file +gchar* + +rwx +File to use for storing buffers +File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically. +NULL + + + +GstMP4Mux::large-file +gboolean + +rw +Support for large files +Uses 64bits to some fields instead of 32bits, providing support for large files. +FALSE + + + +GstMP4Mux::movie-timescale +guint +>= 1 +rwx +Movie timescale +Timescale to use in the movie (units per second). +600 + + + +GstMP4Mux::presentation-time +gboolean + +rwx +Include presentation-time info +Calculate and include presentation/composition time (in addition to decoding time) (use with caution). +FALSE + + + +GstQTMux::faststart +gboolean + +rw +Format file to faststart +If the file should be formated for faststart (headers first). . +FALSE + + + +GstQTMux::faststart-file +gchar* + +rwx +File to use for storing buffers +File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically. +NULL + + + +GstQTMux::large-file +gboolean + +rw +Support for large files +Uses 64bits to some fields instead of 32bits, providing support for large files. +FALSE + + + +GstQTMux::movie-timescale +guint +>= 1 +rwx +Movie timescale +Timescale to use in the movie (units per second). +600 + + + +GstQTMux::presentation-time +gboolean + +rwx +Include presentation-time info +Calculate and include presentation/composition time (in addition to decoding time) (use with caution). +FALSE + + diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 2b64402..2140099 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -1,6 +1,7 @@ GObject GstObject GstPad + GstInterleavePad GstPadTemplate GstSignalProcessorPadTemplate GstPluginFeature @@ -12,102 +13,326 @@ GObject GstPipeline RsnDvdBin DvbBaseBin - GstRgVolume GstRtpBin GstRtpClient + GstRgVolume GstSDPDemux - GstBz2enc - GstBz2dec - GstBaseSrc - GstPushSrc - GstNeonhttpSrc - GstMythtvSrc - GstMMS - GstBaseAudioSrc - GstJackAudioSrc - GstAudioSrc - GstOss4Source - GstVCDSrc - GstDvbSrc - GstDCCPClientSrc - GstDCCPServerSrc - GstRfbSrc - GstSFSrc - GstAppSrc - GstCDAudio + GstMpegPSDemux + GstMpegTSDemux + MpegTSParse + GstX264Enc + GstBaseMetadata + GstMetadataDemux + GstMetadataMux GstBaseSink - GstVideoSink - GstDfbVideoSink - GstSDLVideoSink GstBaseAudioSink GstAudioSink - GstSDLAudioSink GstApExSink + GstSDLAudioSink GstNasSink GstOss4Sink GstJackAudioSink GstSFSink + GstVideoSink + GstSDLVideoSink + GstGLImageSink AlsaSPDIFSink GstFBDEVSink GstDCCPServerSink GstDCCPClientSink GstAppSink - GstFaad - GstSpcDec GstWildmidi + GstTimidity + GstBaseSrc + GstPushSrc + GstMythtvSrc + GstNeonhttpSrc + GstMMS + GstBaseAudioSrc + GstJackAudioSrc + GstAudioSrc + GstOss4Source + GstDvbSrc + GstVCDSrc + GstDCCPClientSrc + GstDCCPServerSrc + GstRfbSrc + GstSFSrc + GstAppSrc GstSignalProcessor - ladspa-noise-white ladspa-delay-5s ladspa-amp-mono ladspa-amp-stereo + ladspa-adsr + ladspa-lpf + ladspa-hpf + ladspa-noise-white ladspa-sine-faaa ladspa-sine-faac ladspa-sine-fcaa ladspa-sine-fcac - ladspa-lpf - ladspa-hpf + ladspa-difference-iama-oa + ladspa-difference-iamc-oa + ladspa-difference-icma-oa + ladspa-difference-icmc-oc + ladspa-adsr-g+t + ladspa-amp-gaia-oa + ladspa-amp-gcia-oa + ladspa-branch-ia-oaoa + ladspa-branch-ic-ococ + ladspa-dahdsr-g+t-audio + ladspa-dahdsr-g+t-control + ladspa-dahdsr-cg+t-control + ladspa-interpolator + ladspa-fmod-fama-oa + ladspa-fmod-famc-oa + ladspa-fmod-fcma-oa + ladspa-fmod-fcmc-oc + ladspa-quantiser20 + ladspa-lp4pole-faraia-oa + ladspa-lp4pole-fcrcia-oa + ladspa-product-iaia-oa + ladspa-product-iaic-oa + ladspa-product-icic-oc + ladspa-pulse-fapa-oa + ladspa-pulse-fapc-oa + ladspa-pulse-fcpa-oa + ladspa-pulse-fcpc-oa + ladspa-quantiser100 + ladspa-quantiser50 + ladspa-sawtooth-fa-oa + ladspa-sawtooth-fc-oa + ladspa-random-fasa-oa + ladspa-random-fasc-oa + ladspa-random-fcsa-oa + ladspa-random-fcsc-oa + ladspa-ratio-nada-oa + ladspa-ratio-nadc-oa + ladspa-ratio-ncda-oa + ladspa-ratio-ncdc-oc + ladspa-sinusWavewrapper + ladspa-sequencer64 + ladspa-sequencer32 + ladspa-sequencer16 + ladspa-square-fa-oa + ladspa-square-fc-oa + ladspa-sum-iaia-oa + ladspa-sum-iaic-oa + ladspa-sum-icic-oc + ladspa-syncpulse-fapaga-oa + ladspa-syncpulse-fcpcga-oa + ladspa-syncsquare-faga-oa + ladspa-syncsquare-fcga-oa + ladspa-tracker-gaaadaia-oa + ladspa-tracker-gaacdcia-oa + ladspa-triangle-fasa-oa + ladspa-triangle-fasc-oa + ladspa-triangle-fcsa-oa + ladspa-triangle-fcsc-oa + ladspa-bf2cube + ladspa-bf2quad + ladspa-bf2stereo + ladspa-fmh2oct + ladspa-encode-bformat + ladspa-encode-fmh + ladspa-bf-rotate-z + ladspa-fmh-rotate-z + ladspa-am + ladspa-analogue + ladspa-canyon-delay + ladspa-disintegrator + ladspa-sledgehammer + ladspa-delay-0-01s + ladspa-delay-0-1s + ladspa-delay-1s + ladspa-delay-60s + ladspa-track-max-peak + ladspa-track-max-rms + ladspa-track-peak + ladspa-track-rms + ladspa-fmh2bf + ladspa-fbdelay-0-01s + ladspa-fbdelay-0-1s + ladspa-fbdelay-1s + ladspa-fbdelay-5s + ladspa-fbdelay-60s + ladspa-freeverb3 + ladspa-grain-scatter + ladspa-hard-gate + ladspa-identity-audio + ladspa-identity-control + ladspa-lofi + ladspa-logistic + ladspa-mixer + ladspa-noise-source-white + ladspa-null-ai + ladspa-null-ao + ladspa-null-ci + ladspa-null-co + ladspa-organ + ladspa-peak + ladspa-phasemod + ladspa-pink-interpolated-audio + ladspa-pink-full-frequency + ladspa-pink-sh + ladspa-compress-peak + ladspa-compress-rms + ladspa-expand-peak + ladspa-expand-rms + ladspa-limit-peak + ladspa-limit-rms + ladspa-syndrum + ladspa-vcf303 + ladspa-wshape-sine + ladspa-amp + ladspa-diode + ladspa-divider + ladspa-shaper + ladspa-ringmod-2i1o + ladspa-ringmod-1i1o1l + ladspa-comb + 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-fourByFourPole + ladspa-autoPhaser + ladspa-fastLookaheadLimiter + ladspa-surroundEncoder + ladspa-delayorama + ladspa-dysonCompress + ladspa-crossoverDist + ladspa-valveRect + ladspa-split + ladspa-alias + ladspa-satanMaximiser + ladspa-karaoke + ladspa-gate + ladspa-combSplitter + ladspa-waveTerrain + 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-se4 + ladspa-bandpass-a-iir + ladspa-bandpass-iir + ladspa-highpass-iir + ladspa-lowpass-iir + ladspa-notch-iir + ladspa-dj-eq-mono + ladspa-dj-eq + ladspa-bwxover-iir + ladspa-buttlow-iir + ladspa-butthigh-iir + ladspa-allpass-n + ladspa-allpass-l + ladspa-allpass-c + ladspa-comb-n + ladspa-comb-l + ladspa-comb-c + ladspa-decay + ladspa-delay-n + ladspa-delay-l + ladspa-delay-c + ladspa-impulse-fc + ladspa-vynil + ladspa-revdelay + ladspa-lsFilter + ladspa-const + ladspa-pointerCastDistortion + ladspa-pitchScale + ladspa-artificialLatency + ladspa-xfade + ladspa-xfade4 + ladspa-sc4m + ladspa-mbeq + ladspa-pitchScaleHQ + ladspa-imp GstXvidEnc GstXvidDec + GstSpcDec GstPitch GstBaseTransform GstAudioFilter GstBPMDetect GstStereo - GstBayer2RGB - GstRgAnalysis - GstRgLimiter - GstSpeexResample GstScaletempo - GstDeinterlace + GstSpeexResample GstVideoFilter GstVideoAnalyse GstVideoDetect GstVideoMark + GstRgAnalysis + GstRgLimiter + GstVideoCrop + GstBayer2RGB GstIIR + GstDeinterlace + GstTRM GstMusepackDec GstMpeg2enc GstGSMEnc GstGSMDec + GstFaad GstFaac GstDtsDec - GstTRM - GstX264Enc - GstBaseMetadata - GstMetadataDemux - GstMetadataMux + GstCDAudio + GstBz2enc + GstBz2dec + GstAmrwbDec + GstAmrwbParse + GstAmrwbEnc GstOss4Mixer - GstFestival - GstModPlug - GstMveDemux - GstMveMux - GstSrtEnc - GstMpeg4VParse - GstCDXAParse - GstVcdParse - GstNsfDec + GstQTMux + GstMP4Mux + GstGPPMux + GstMJ2Mux MpegTsMux - GstRealVideoDec - GstRealAudioDec + GstSrtEnc + GstPcapParse GstRawParse GstVideoParse GstAudioParse @@ -115,28 +340,38 @@ GObject GstRtpPtDemux GstRtpSession GstRtpSsrcDemux - GstPcapParse - GstInputSelector - GstOutputSelector - GstVMncDec + GstMpeg4VParse MpegVideoParse - GstH264Parse - GstY4mEncode - GstSpeed + GstVMncDec + GstMveDemux + GstMveMux GstInterleave GstDeinterleave - GstFreeze - GstDVDSpu - AIFFParse + GstRealVideoDec + GstRealAudioDec + GstNuvDemux + GstY4mEncode + GstDeinterlace2 GstTtaParse GstTtaDec - GstNuvDemux + GstSpeed + GstAacBaseParse + GstAacParse + GstNsfDec + GstAmrBaseParse + GstAmrParse + GstDVDSpu + AIFFParse + GstInputSelector + GstOutputSelector + GstModPlug + GstH264Parse GstFLVDemux GstFlvMux - GstMpegPSDemux - GstMpegTSDemux - MpegTSParse - GstDeinterlace2 + GstFreeze + GstFestival + GstCDXAParse + GstVcdParse GstBus GstTask GstClock @@ -148,20 +383,16 @@ GObject GstJackAudioSrcRingBuffer GstJackAudioSinkRingBuffer GstSignalObject - GstColorBalanceChannel - GstMixerTrack - GstMixerOptions - RTPSession FluTsPatInfo FluTsPmtInfo + RTPSession GInterface GTypePlugin GstChildProxy GstURIHandler + GstTagSetter GstImplementsInterface - GstNavigation - GstColorBalance - GstXOverlay GstMixer - GstTagSetter + GstXOverlay + GstNavigation GstPropertyProbe diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces index f7ab229..b2e25c3 100644 --- a/docs/plugins/gst-plugins-bad-plugins.interfaces +++ b/docs/plugins/gst-plugins-bad-plugins.interfaces @@ -2,21 +2,25 @@ GstBin GstChildProxy GstPipeline GstChildProxy RsnDvdBin GstChildProxy GstURIHandler DvbBaseBin GstChildProxy GstURIHandler -GstRgVolume GstChildProxy GstRtpBin GstChildProxy GstRtpClient GstChildProxy +GstRgVolume GstChildProxy GstSDPDemux GstChildProxy -GstNeonhttpSrc GstURIHandler +GstMetadataMux GstTagSetter +GstApExSink GstImplementsInterface GstMixer +GstOss4Sink GstPropertyProbe +GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation +GstGLImageSink GstImplementsInterface GstXOverlay GstMythtvSrc GstURIHandler +GstNeonhttpSrc GstURIHandler GstMMS GstURIHandler GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe GstVCDSrc GstURIHandler GstAppSrc GstURIHandler GstCDAudio GstURIHandler -GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance -GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay -GstApExSink GstImplementsInterface GstMixer -GstOss4Sink GstPropertyProbe -GstMetadataMux GstTagSetter GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe +GstQTMux GstTagSetter +GstMP4Mux GstTagSetter +GstGPPMux GstTagSetter +GstMJ2Mux GstTagSetter GstDeinterlace2 GstChildProxy diff --git a/docs/plugins/gst-plugins-bad-plugins.prerequisites b/docs/plugins/gst-plugins-bad-plugins.prerequisites index c42d7af..9ecb623 100644 --- a/docs/plugins/gst-plugins-bad-plugins.prerequisites +++ b/docs/plugins/gst-plugins-bad-plugins.prerequisites @@ -1,6 +1,5 @@ GstChildProxy GstObject +GstTagSetter GstObject GstElement GstImplementsInterface GstObject GstElement -GstColorBalance GstObject GstImplementsInterface GstElement -GstXOverlay GstObject GstImplementsInterface GstElement GstMixer GstObject GstImplementsInterface GstElement -GstTagSetter GstObject GstElement +GstXOverlay GstObject GstImplementsInterface GstElement diff --git a/docs/plugins/inspect/plugin-aacparse.xml b/docs/plugins/inspect/plugin-aacparse.xml new file mode 100644 index 0000000..a1b1916 --- /dev/null +++ b/docs/plugins/inspect/plugin-aacparse.xml @@ -0,0 +1,34 @@ + + aacparse + Advanced Audio Coding Parser + ../../gst/aacparse/.libs/libgstaacparse.so + libgstaacparse.so + 0.10.9.1 + unknown + gst-plugins-bad + GStreamer Bad Plug-ins CVS/prerelease + http://gstreamer.freedesktop.org + + + aacparse + AAC audio stream parser + Codec/Parser/Audio + Advanced Audio Coding parser + Stefan Kost <stefan.kost@nokia.com> + + + src + source + always +
audio/mpeg, framed=(boolean)true, mpegversion=(int){ 2, 4 }
+
+ + sink + sink + always +
audio/mpeg, framed=(boolean)false, mpegversion=(int){ 2, 4 }
+
+
+
+
+
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-amrparse.xml b/docs/plugins/inspect/plugin-amrparse.xml new file mode 100644 index 0000000..ecb5e86 --- /dev/null +++ b/docs/plugins/inspect/plugin-amrparse.xml @@ -0,0 +1,34 @@ + + amrparse + Adaptive Multi-Rate Parser + ../../gst/amrparse/.libs/libgstamrparse.so + libgstamrparse.so + 0.10.9.1 + LGPL + gst-plugins-bad + GStreamer Bad Plug-ins CVS/prerelease + http://gstreamer.freedesktop.org + + + amrparse + AMR audio stream parser + Codec/Parser/Audio + Adaptive Multi-Rate audio parser + Ronald Bultje <rbultje@ronald.bitfreak.net> + + + src + source + always +
audio/AMR, rate=(int)8000, channels=(int)1; audio/AMR-WB, rate=(int)16000, channels=(int)1
+
+ + sink + sink + always +
audio/x-amr-nb-sh; audio/x-amr-wb-sh
+
+
+
+
+
\ No newline at end of file -- 2.7.4