diff options
author | Stefan Kost <ensonic@users.sf.net> | 2011-05-19 23:38:23 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2011-05-19 23:38:23 +0300 |
commit | 14f0c6c20d016e1d62c9924253ab53818a820e3f (patch) | |
tree | 7b24683d7e3885d750aaa54d3e5cf6e70fab133e /docs | |
parent | 470450566bf0cbcb28fabeee28538e83d91df1d5 (diff) |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-ugly-plugins.args | 14 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-ugly-plugins.hierarchy | 69 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-ugly-plugins.interfaces | 14 |
3 files changed, 49 insertions, 48 deletions
diff --git a/docs/plugins/gst-plugins-ugly-plugins.args b/docs/plugins/gst-plugins-ugly-plugins.args index e9ae9437..7c99abec 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.args +++ b/docs/plugins/gst-plugins-ugly-plugins.args @@ -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> diff --git a/docs/plugins/gst-plugins-ugly-plugins.hierarchy b/docs/plugins/gst-plugins-ugly-plugins.hierarchy index d0df8b36..2ce46e6e 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.hierarchy +++ b/docs/plugins/gst-plugins-ugly-plugins.hierarchy @@ -1,60 +1,61 @@ GObject GstObject - GstPad - GstPadTemplate - GstPluginFeature - GstElementFactory - GstTypeFindFactory - GstIndexFactory + GstBus + GstClock GstElement - GstBin - GstPipeline + AC3IEC + GstA52Dec + GstASFDemux + GstAmrnbDec + GstAmrnbEnc + GstAmrwbDec + GstBaseRTPDepayload + GstRtpAsfDepay GstBaseSrc GstPushSrc - GstDvdReadSrc GstCddaBaseSrc GstCdioCddaSrc + GstDvdReadSrc GstPNMSrc - GstMad - GstX264Enc - GstTwoLame - GstSidDec - GstLameMP3Enc - GstLame - GstA52Dec - GstAmrwbDec - GstMpeg2dec - GstAmrnbDec - GstAmrnbEnc + 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 - GstTask - GstTaskPool - GstClock + GstRealAudioDemux + GstSidDec + GstSynaesthesia + GstTwoLame + GstX264Enc + GstXingMux + GstPad + GstPadTemplate GstPlugin + GstPluginFeature + GstElementFactory + GstIndexFactory + GstTypeFindFactory GstRegistry + GstTask + GstTaskPool GstSignalObject GInterface GTypePlugin GstChildProxy - GstURIHandler GstPreset - GstTagSetter GstRTSPExtension + GstTagSetter + GstURIHandler diff --git a/docs/plugins/gst-plugins-ugly-plugins.interfaces b/docs/plugins/gst-plugins-ugly-plugins.interfaces index 818bad97..4112822e 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.interfaces +++ b/docs/plugins/gst-plugins-ugly-plugins.interfaces @@ -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 |