docs: update plugin introspection data

Now more files are merged and produced in a canonical fashion, which hopefully
creates less or no delta in the future.
This commit is contained in:
Stefan Kost 2011-05-19 23:38:23 +03:00
parent 470450566b
commit 14f0c6c20d
3 changed files with 51 additions and 50 deletions

View File

@ -31,7 +31,7 @@
<ARG> <ARG>
<NAME>GstMPEGParse::max-scr-gap</NAME> <NAME>GstMPEGParse::max-scr-gap</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>>= G_MAXULONG</RANGE> <RANGE>>= -1</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Max SCR gap</NICK> <NICK>Max SCR gap</NICK>
<BLURB>Maximum allowed gap between expected and actual SCR values. -1 means never adjust.</BLURB> <BLURB>Maximum allowed gap between expected and actual SCR values. -1 means never adjust.</BLURB>
@ -81,7 +81,7 @@
<ARG> <ARG>
<NAME>GstCdioCddaSrc::read-speed</NAME> <NAME>GstCdioCddaSrc::read-speed</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[G_MAXULONG,100]</RANGE> <RANGE>[-1,100]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Read speed</NICK> <NICK>Read speed</NICK>
<BLURB>Read from device at the specified speed (-1 = default).</BLURB> <BLURB>Read from device at the specified speed (-1 = default).</BLURB>
@ -291,7 +291,7 @@
<ARG> <ARG>
<NAME>GstLame::highpass-width</NAME> <NAME>GstLame::highpass-width</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>>= G_MAXULONG</RANGE> <RANGE>>= -1</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Highpass width</NICK> <NICK>Highpass width</NICK>
<BLURB>frequency(kHz) - default 15% of highpass freq.</BLURB> <BLURB>frequency(kHz) - default 15% of highpass freq.</BLURB>
@ -311,7 +311,7 @@
<ARG> <ARG>
<NAME>GstLame::lowpass-width</NAME> <NAME>GstLame::lowpass-width</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>>= G_MAXULONG</RANGE> <RANGE>>= -1</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Lowpass width</NICK> <NICK>Lowpass width</NICK>
<BLURB>frequency(kHz) - default 15% of lowpass freq.</BLURB> <BLURB>frequency(kHz) - default 15% of lowpass freq.</BLURB>
@ -711,7 +711,7 @@
<ARG> <ARG>
<NAME>GstTwoLame::psymodel</NAME> <NAME>GstTwoLame::psymodel</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[G_MAXULONG,4]</RANGE> <RANGE>[-1,4]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Psychoacoustic Model</NICK> <NICK>Psychoacoustic Model</NICK>
<BLURB>Psychoacoustic model used to encode the audio.</BLURB> <BLURB>Psychoacoustic model used to encode the audio.</BLURB>
@ -881,7 +881,7 @@
<ARG> <ARG>
<NAME>GstX264Enc::key-int-max</NAME> <NAME>GstX264Enc::key-int-max</NAME>
<TYPE>guint</TYPE> <TYPE>guint</TYPE>
<RANGE><= G_MAXINT</RANGE> <RANGE><= G_MAXLONG</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Key-frame maximal interval</NICK> <NICK>Key-frame maximal interval</NICK>
<BLURB>Maximal distance between two key-frames (0 for automatic).</BLURB> <BLURB>Maximal distance between two key-frames (0 for automatic).</BLURB>
@ -1101,7 +1101,7 @@
<ARG> <ARG>
<NAME>GstX264Enc::sync-lookahead</NAME> <NAME>GstX264Enc::sync-lookahead</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[G_MAXULONG,250]</RANGE> <RANGE>[-1,250]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Sync Lookahead</NICK> <NICK>Sync Lookahead</NICK>
<BLURB>Number of buffer frames for threaded lookahead (-1 for automatic).</BLURB> <BLURB>Number of buffer frames for threaded lookahead (-1 for automatic).</BLURB>

View File

@ -1,60 +1,61 @@
GObject GObject
GstObject GstObject
GstPad GstBus
GstPadTemplate GstClock
GstPluginFeature
GstElementFactory
GstTypeFindFactory
GstIndexFactory
GstElement GstElement
GstBin AC3IEC
GstPipeline
GstBaseSrc
GstPushSrc
GstDvdReadSrc
GstCddaBaseSrc
GstCdioCddaSrc
GstPNMSrc
GstMad
GstX264Enc
GstTwoLame
GstSidDec
GstLameMP3Enc
GstLame
GstA52Dec GstA52Dec
GstAmrwbDec GstASFDemux
GstMpeg2dec
GstAmrnbDec GstAmrnbDec
GstAmrnbEnc GstAmrnbEnc
GstAmrwbDec
GstBaseRTPDepayload
GstRtpAsfDepay
GstBaseSrc
GstPushSrc
GstCddaBaseSrc
GstCdioCddaSrc
GstDvdReadSrc
GstPNMSrc
GstBin
GstPipeline
GstDvdLpcmDec
GstDvdSubDec GstDvdSubDec
GstDvdSubParse GstDvdSubParse
AC3IEC GstLame
GstDvdLpcmDec GstLameMP3Enc
GstXingMux
GstMPEGAudioParse GstMPEGAudioParse
GstMPEGParse GstMPEGParse
GstMPEGDemux GstMPEGDemux
GstDVDDemux GstDVDDemux
GstRMDemux GstMad
GstRealAudioDemux GstMpeg2dec
GstRDTDepay GstRDTDepay
GstRDTManager GstRDTManager
GstRMDemux
GstRTSPReal GstRTSPReal
GstASFDemux
GstRTSPWMS GstRTSPWMS
GstBaseRTPDepayload GstRealAudioDemux
GstRtpAsfDepay GstSidDec
GstBus GstSynaesthesia
GstTwoLame
GstX264Enc
GstXingMux
GstPad
GstPadTemplate
GstPlugin
GstPluginFeature
GstElementFactory
GstIndexFactory
GstTypeFindFactory
GstRegistry
GstTask GstTask
GstTaskPool GstTaskPool
GstClock
GstPlugin
GstRegistry
GstSignalObject GstSignalObject
GInterface GInterface
GTypePlugin GTypePlugin
GstChildProxy GstChildProxy
GstURIHandler
GstPreset GstPreset
GstTagSetter
GstRTSPExtension GstRTSPExtension
GstTagSetter
GstURIHandler

View File

@ -1,13 +1,13 @@
GstAmrnbEnc GstPreset
GstBin GstChildProxy GstBin GstChildProxy
GstPipeline GstChildProxy
GstDvdReadSrc GstURIHandler
GstCddaBaseSrc GstURIHandler GstCddaBaseSrc GstURIHandler
GstCdioCddaSrc GstURIHandler GstCdioCddaSrc GstURIHandler
GstPNMSrc GstURIHandler GstDvdReadSrc GstURIHandler
GstX264Enc GstPreset
GstTwoLame GstPreset
GstLameMP3Enc GstPreset
GstLame GstTagSetter GstPreset GstLame GstTagSetter GstPreset
GstAmrnbEnc GstPreset GstLameMP3Enc GstPreset
GstPNMSrc GstURIHandler
GstPipeline GstChildProxy
GstRTSPReal GstRTSPExtension GstRTSPReal GstRTSPExtension
GstRTSPWMS GstRTSPExtension GstRTSPWMS GstRTSPExtension
GstTwoLame GstPreset
GstX264Enc GstPreset