mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
470450566b
commit
14f0c6c20d
3 changed files with 51 additions and 50 deletions
|
@ -31,7 +31,7 @@
|
|||
<ARG>
|
||||
<NAME>GstMPEGParse::max-scr-gap</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Max SCR gap</NICK>
|
||||
<BLURB>Maximum allowed gap between expected and actual SCR values. -1 means never adjust.</BLURB>
|
||||
|
@ -81,7 +81,7 @@
|
|||
<ARG>
|
||||
<NAME>GstCdioCddaSrc::read-speed</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
||||
<RANGE>[-1,100]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Read speed</NICK>
|
||||
<BLURB>Read from device at the specified speed (-1 = default).</BLURB>
|
||||
|
@ -291,7 +291,7 @@
|
|||
<ARG>
|
||||
<NAME>GstLame::highpass-width</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Highpass width</NICK>
|
||||
<BLURB>frequency(kHz) - default 15% of highpass freq.</BLURB>
|
||||
|
@ -311,7 +311,7 @@
|
|||
<ARG>
|
||||
<NAME>GstLame::lowpass-width</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Lowpass width</NICK>
|
||||
<BLURB>frequency(kHz) - default 15% of lowpass freq.</BLURB>
|
||||
|
@ -711,7 +711,7 @@
|
|||
<ARG>
|
||||
<NAME>GstTwoLame::psymodel</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,4]</RANGE>
|
||||
<RANGE>[-1,4]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Psychoacoustic Model</NICK>
|
||||
<BLURB>Psychoacoustic model used to encode the audio.</BLURB>
|
||||
|
@ -881,7 +881,7 @@
|
|||
<ARG>
|
||||
<NAME>GstX264Enc::key-int-max</NAME>
|
||||
<TYPE>guint</TYPE>
|
||||
<RANGE><= G_MAXINT</RANGE>
|
||||
<RANGE><= G_MAXLONG</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Key-frame maximal interval</NICK>
|
||||
<BLURB>Maximal distance between two key-frames (0 for automatic).</BLURB>
|
||||
|
@ -1101,7 +1101,7 @@
|
|||
<ARG>
|
||||
<NAME>GstX264Enc::sync-lookahead</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,250]</RANGE>
|
||||
<RANGE>[-1,250]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Sync Lookahead</NICK>
|
||||
<BLURB>Number of buffer frames for threaded lookahead (-1 for automatic).</BLURB>
|
||||
|
|
|
@ -1,60 +1,61 @@
|
|||
GObject
|
||||
GstObject
|
||||
GstPad
|
||||
GstPadTemplate
|
||||
GstPluginFeature
|
||||
GstElementFactory
|
||||
GstTypeFindFactory
|
||||
GstIndexFactory
|
||||
GstBus
|
||||
GstClock
|
||||
GstElement
|
||||
GstBin
|
||||
GstPipeline
|
||||
GstBaseSrc
|
||||
GstPushSrc
|
||||
GstDvdReadSrc
|
||||
GstCddaBaseSrc
|
||||
GstCdioCddaSrc
|
||||
GstPNMSrc
|
||||
GstMad
|
||||
GstX264Enc
|
||||
GstTwoLame
|
||||
GstSidDec
|
||||
GstLameMP3Enc
|
||||
GstLame
|
||||
AC3IEC
|
||||
GstA52Dec
|
||||
GstAmrwbDec
|
||||
GstMpeg2dec
|
||||
GstASFDemux
|
||||
GstAmrnbDec
|
||||
GstAmrnbEnc
|
||||
GstAmrwbDec
|
||||
GstBaseRTPDepayload
|
||||
GstRtpAsfDepay
|
||||
GstBaseSrc
|
||||
GstPushSrc
|
||||
GstCddaBaseSrc
|
||||
GstCdioCddaSrc
|
||||
GstDvdReadSrc
|
||||
GstPNMSrc
|
||||
GstBin
|
||||
GstPipeline
|
||||
GstDvdLpcmDec
|
||||
GstDvdSubDec
|
||||
GstDvdSubParse
|
||||
AC3IEC
|
||||
GstDvdLpcmDec
|
||||
GstXingMux
|
||||
GstLame
|
||||
GstLameMP3Enc
|
||||
GstMPEGAudioParse
|
||||
GstMPEGParse
|
||||
GstMPEGDemux
|
||||
GstDVDDemux
|
||||
GstRMDemux
|
||||
GstRealAudioDemux
|
||||
GstMad
|
||||
GstMpeg2dec
|
||||
GstRDTDepay
|
||||
GstRDTManager
|
||||
GstRMDemux
|
||||
GstRTSPReal
|
||||
GstASFDemux
|
||||
GstRTSPWMS
|
||||
GstBaseRTPDepayload
|
||||
GstRtpAsfDepay
|
||||
GstBus
|
||||
GstRealAudioDemux
|
||||
GstSidDec
|
||||
GstSynaesthesia
|
||||
GstTwoLame
|
||||
GstX264Enc
|
||||
GstXingMux
|
||||
GstPad
|
||||
GstPadTemplate
|
||||
GstPlugin
|
||||
GstPluginFeature
|
||||
GstElementFactory
|
||||
GstIndexFactory
|
||||
GstTypeFindFactory
|
||||
GstRegistry
|
||||
GstTask
|
||||
GstTaskPool
|
||||
GstClock
|
||||
GstPlugin
|
||||
GstRegistry
|
||||
GstSignalObject
|
||||
GInterface
|
||||
GTypePlugin
|
||||
GstChildProxy
|
||||
GstURIHandler
|
||||
GstPreset
|
||||
GstTagSetter
|
||||
GstRTSPExtension
|
||||
GstTagSetter
|
||||
GstURIHandler
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
GstAmrnbEnc GstPreset
|
||||
GstBin GstChildProxy
|
||||
GstPipeline GstChildProxy
|
||||
GstDvdReadSrc GstURIHandler
|
||||
GstCddaBaseSrc GstURIHandler
|
||||
GstCdioCddaSrc GstURIHandler
|
||||
GstPNMSrc GstURIHandler
|
||||
GstX264Enc GstPreset
|
||||
GstTwoLame GstPreset
|
||||
GstLameMP3Enc GstPreset
|
||||
GstDvdReadSrc GstURIHandler
|
||||
GstLame GstTagSetter GstPreset
|
||||
GstAmrnbEnc GstPreset
|
||||
GstLameMP3Enc GstPreset
|
||||
GstPNMSrc GstURIHandler
|
||||
GstPipeline GstChildProxy
|
||||
GstRTSPReal GstRTSPExtension
|
||||
GstRTSPWMS GstRTSPExtension
|
||||
GstTwoLame GstPreset
|
||||
GstX264Enc GstPreset
|
||||
|
|
Loading…
Reference in a new issue