diff --git a/docs/plugins/gst-plugins-base-plugins.args b/docs/plugins/gst-plugins-base-plugins.args index 04f3a63980..ffb6e3fa81 100644 --- a/docs/plugins/gst-plugins-base-plugins.args +++ b/docs/plugins/gst-plugins-base-plugins.args @@ -711,7 +711,7 @@ GstMultiFdSink::buffers-max gint ->= G_MAXULONG +>= -1 rw Buffers max max number of buffers to queue for a client (-1 = no limit). @@ -731,7 +731,7 @@ GstMultiFdSink::buffers-soft-max gint ->= G_MAXULONG +>= -1 rw Buffers soft max Recover client when going over this limit (-1 = no limit). @@ -821,7 +821,7 @@ GstMultiFdSink::buffers-min gint ->= G_MAXULONG +>= -1 rw Buffers min min number of buffers to queue (-1 = as few as possible). @@ -851,7 +851,7 @@ GstMultiFdSink::bytes-min gint ->= G_MAXULONG +>= -1 rw Bytes min min number of bytes to queue (-1 = as little as possible). @@ -861,7 +861,7 @@ GstMultiFdSink::time-min gint64 ->= G_MAXULONG +>= -1 rw Time min min number of time to queue (-1 = as little as possible). @@ -881,7 +881,7 @@ GstMultiFdSink::units-max gint64 ->= G_MAXULONG +>= -1 rw Units max max number of units to queue (-1 = no limit). @@ -891,7 +891,7 @@ GstMultiFdSink::units-soft-max gint64 ->= G_MAXULONG +>= -1 rw Units soft max Recover client when going over this limit (-1 = no limit). @@ -901,7 +901,7 @@ GstMultiFdSink::qos-dscp gint -[G_MAXULONG,63] +[-1,63] rw QoS diff srv code point Quality of Service, differentiated services code point (-1 default). @@ -1081,7 +1081,7 @@ GstVorbisEnc::bitrate gint -[G_MAXULONG,250001] +[-1,250001] rw Target Bitrate Attempt to encode at a bitrate averaging this (in bps). This uses the bitrate management engine, and is not recommended for most users. Quality is a better alternative. (-1 == disabled). @@ -1111,7 +1111,7 @@ GstVorbisEnc::max-bitrate gint -[G_MAXULONG,250001] +[-1,250001] rw Maximum Bitrate Specify a maximum bitrate (in bps). Useful for streaming applications. (-1 == disabled). @@ -1121,7 +1121,7 @@ GstVorbisEnc::min-bitrate gint -[G_MAXULONG,250001] +[-1,250001] rw Minimum Bitrate Specify a minimum bitrate (in bps). Useful for encoding for a fixed-size channel. (-1 == disabled). @@ -1678,6 +1678,26 @@ FALSE + +GstVideoRate::average-period +guint64 +<= G_MAXINT64 +rw +Period over which to average +Period over which to average the framerate (in ns) (0 = disabled). +0 + + + +GstVideoRate::drop-only +gboolean + +rw +Only Drop +Only drop frames, no duplicates are produced. +FALSE + + GstAudioRate::add guint64 @@ -2201,7 +2221,7 @@ GstCdParanoiaSrc::read-speed gint ->= G_MAXULONG +>= -1 rw Read speed Read from device at specified speed. @@ -2211,7 +2231,7 @@ GstCdParanoiaSrc::search-overlap gint -[G_MAXULONG,75] +[-1,75] rw Search overlap Force minimum overlap search during verification to n sectors. @@ -2221,7 +2241,7 @@ GstCdParanoiaSrc::cache-size gint ->= G_MAXULONG +>= -1 rw Cache size Set CD cache size to n sectors (-1 = auto). @@ -2451,7 +2471,7 @@ GstURIDecodeBin::buffer-duration gint64 ->= G_MAXULONG +>= -1 rw Buffer duration (ns) Buffer duration when buffering streams (-1 default value). @@ -2461,7 +2481,7 @@ GstURIDecodeBin::buffer-size gint ->= G_MAXULONG +>= -1 rw Buffer size (bytes) Buffer size when buffering streams (-1 default value). @@ -2501,7 +2521,7 @@ GstURIDecodeBin::ring-buffer-max-size guint64 -<= G_MAXUINT +<= G_MAXULONG rw Max. ring buffer size (bytes) Max. amount of data in the ring buffer (bytes, 0 = ring buffer disabled). @@ -2671,7 +2691,7 @@ GstPlayBin2::current-audio gint ->= G_MAXULONG +>= -1 rw Current audio Currently playing audio stream (-1 = auto). @@ -2681,7 +2701,7 @@ GstPlayBin2::current-text gint ->= G_MAXULONG +>= -1 rw Current Text Currently playing text stream (-1 = auto). @@ -2691,7 +2711,7 @@ GstPlayBin2::current-video gint ->= G_MAXULONG +>= -1 rw Current Video Currently playing video stream (-1 = auto). @@ -2841,7 +2861,7 @@ GstPlayBin2::buffer-duration gint64 ->= G_MAXULONG +>= -1 rw Buffer duration (ns) Buffer duration when buffering network streams. @@ -2851,7 +2871,7 @@ GstPlayBin2::buffer-size gint ->= G_MAXULONG +>= -1 rw Buffer size (bytes) Buffer size when buffering network streams. @@ -2891,7 +2911,7 @@ GstPlayBin2::ring-buffer-max-size guint64 -<= G_MAXUINT +<= G_MAXULONG rw Max. ring buffer size (bytes) Max. amount of data in the ring buffer (bytes, 0 = ring buffer disabled). @@ -3231,7 +3251,7 @@ GstAppSrc::max-latency gint64 ->= G_MAXULONG +>= -1 rw Max Latency The maximum latency (-1 = unlimited). @@ -3241,7 +3261,7 @@ GstAppSrc::min-latency gint64 ->= G_MAXULONG +>= -1 rw Min Latency The minimum latency (-1 = default). @@ -3251,7 +3271,7 @@ GstAppSrc::size gint64 ->= G_MAXULONG +>= -1 rw Size The size of the data stream in bytes (-1 if unknown). diff --git a/docs/plugins/gst-plugins-base-plugins.hierarchy b/docs/plugins/gst-plugins-base-plugins.hierarchy index 8351e3758c..89307df889 100644 --- a/docs/plugins/gst-plugins-base-plugins.hierarchy +++ b/docs/plugins/gst-plugins-base-plugins.hierarchy @@ -1,132 +1,137 @@ GObject + GInputStream + GOutputStream + GstColorBalanceChannel + GstMixerTrack GstObject - GstPad - GstPadTemplate - GstPluginFeature - GstElementFactory - GstTypeFindFactory - GstIndexFactory + GstBus + GstClock + GstSystemClock + GstAudioClock GstElement - GstBin - GstPipeline - GstPlayBaseBin - GstPlayBin - GstPlayBin2 - GstDecodeBin2 - GstURIDecodeBin - GstDecodeBin - GstPlaySink - GstSubtitleOverlay - GstEncodeBin - GstVorbisEnc - GstVorbisDec - GstVorbisParse - GstVorbisTag - GstVisual - GstVisualjess - GstVisualbumpscope - GstVisualcorona - GstVisualinfinite - GstVisualjakdaw - GstVisuallv_analyzer - GstVisuallv_scope - GstVisualoinksie + GstAdder + GstAlsaMixerElement + GstAudioRate + GstBaseSink + GstAppSink + GstBaseAudioSink + GstAudioSink + GstAlsaSink + GstGioBaseSink + GstGioSink + GstGioStreamSink + GstGnomeVFSSink + GstMultiFdSink + GstTCPServerSink + GstTCPClientSink + GstVideoSink + GstXImageSink + GstXvImageSink GstBaseSrc - GstPushSrc - GstCddaBaseSrc - GstCdParanoiaSrc - GstBaseAudioSrc - GstAudioSrc - GstAlsaSrc - GstVideoTestSrc - GstTCPClientSrc - GstTCPServerSrc + GstAppSrc + GstAudioTestSrc GstGioBaseSrc GstGioSrc GstGioStreamSrc GstGnomeVFSSrc - GstAppSrc - GstAudioTestSrc - GstBaseSink - GstGioBaseSink - GstGioSink - GstGioStreamSink - GstBaseAudioSink - GstAudioSink - GstAlsaSink - GstGnomeVFSSink - GstVideoSink - GstXImageSink - GstXvImageSink - GstAppSink - GstTCPClientSink - GstMultiFdSink - GstTCPServerSink + GstPushSrc + GstBaseAudioSrc + GstAudioSrc + GstAlsaSrc + GstCddaBaseSrc + GstCdParanoiaSrc + GstTCPClientSrc + GstTCPServerSrc + GstV4lElement + GstV4lSrc + GstVideoTestSrc + GstBaseTransform + GstAudioConvert + GstAudioFilter + GstVolume + GstAudioResample + GstVideoFilter + GstFFMpegCsp + GstVideoScale + GstBin + GstDecodeBin + GstDecodeBin2 + GstEncodeBin + GstPipeline + GstPlayBaseBin + GstPlayBin + GstPlayBin2 + GstPlaySink + GstSubtitleOverlay + GstURIDecodeBin + GstGDPDepay + GstGDPPay + GstOggAviParse + GstOggDemux + GstOggMux + GstOggParse + GstOgmParse + GstOgmAudioParse + GstOgmTextParse + GstOgmVideoParse + GstSsaParse + GstStreamSelector + GstSubParse GstTextOverlay - GstTimeOverlay GstClockOverlay + GstTimeOverlay GstTextRender - GstAlsaMixerElement GstTheoraDec GstTheoraEnc GstTheoraParse - GstOggDemux - GstOggMux - GstOgmParse - GstOgmAudioParse - GstOgmVideoParse - GstOgmTextParse - GstOggParse - GstOggAviParse - GstAdder - GstBaseTransform - GstVideoFilter - GstVideoScale - GstFFMpegCsp - GstAudioFilter - GstVolume - GstAudioConvert - GstAudioResample GstVideoRate - GstStreamSelector - GstGDPDepay - GstGDPPay - GstSubParse - GstSsaParse - GstAudioRate - GstBus - GstTask - GstTaskPool - GstClock - GstSystemClock - GstAudioClock + GstVisual + GstVisualbumpscope + GstVisualcorona + GstVisualgforce + GstVisualinfinite + GstVisualjakdaw + GstVisualjess + GstVisuallv_scope + GstVisualoinksie + GstVorbisDec + GstVorbisEnc + GstVorbisParse + GstVorbisTag + GstPad + GstPadTemplate GstPlugin + GstPluginFeature + GstElementFactory + GstIndexFactory + GstTypeFindFactory GstRegistry GstRingBuffer - GstAudioSrcRingBuffer GstAudioSinkRingBuffer + GstAudioSrcRingBuffer + GstTask + GstTaskPool GstSignalObject - GstMixerTrack GstStreamInfo - GstColorBalanceChannel + GstTunerChannel + GstTunerNorm + PangoContext PangoFontMap PangoFcFontMap PangoCairoFcFontMap - PangoContext - GInputStream - GOutputStream GInterface + GFile GTypePlugin GstChildProxy - GstURIHandler - GstTagSetter - GstPreset + GstColorBalance GstImplementsInterface GstMixer - GstPropertyProbe GstNavigation - GstXOverlay - GstColorBalance + GstPreset + GstPropertyProbe GstStreamVolume + GstTagSetter + GstTuner + GstURIHandler + GstXOverlay PangoCairoFontMap - GFile diff --git a/docs/plugins/gst-plugins-base-plugins.interfaces b/docs/plugins/gst-plugins-base-plugins.interfaces index 772e582a93..8f393f45c1 100644 --- a/docs/plugins/gst-plugins-base-plugins.interfaces +++ b/docs/plugins/gst-plugins-base-plugins.interfaces @@ -1,30 +1,32 @@ +GstAlsaMixerElement GstImplementsInterface GstMixer GstPropertyProbe +GstAlsaSink GstPropertyProbe +GstAlsaSrc GstImplementsInterface GstMixer GstPropertyProbe +GstAppSink GstURIHandler +GstAppSrc GstURIHandler GstBin GstChildProxy +GstCdParanoiaSrc GstURIHandler +GstCddaBaseSrc GstURIHandler +GstDecodeBin GstChildProxy +GstDecodeBin2 GstChildProxy +GstEncodeBin GstChildProxy +GstGioSink GstURIHandler +GstGioSrc GstURIHandler +GstGnomeVFSSink GstURIHandler +GstGnomeVFSSrc GstURIHandler +GstOggMux GstPreset GstPipeline GstChildProxy GstPlayBaseBin GstChildProxy GstPlayBin GstChildProxy GstPlayBin2 GstChildProxy GstStreamVolume -GstDecodeBin2 GstChildProxy -GstURIDecodeBin GstChildProxy -GstDecodeBin GstChildProxy GstPlaySink GstChildProxy GstSubtitleOverlay GstChildProxy -GstEncodeBin GstChildProxy +GstTheoraEnc GstPreset +GstURIDecodeBin GstChildProxy +GstV4lElement GstImplementsInterface GstTuner GstXOverlay GstColorBalance GstPropertyProbe +GstV4lSrc GstImplementsInterface GstTuner GstXOverlay GstColorBalance GstPropertyProbe +GstVolume GstImplementsInterface GstMixer GstStreamVolume GstVorbisEnc GstTagSetter GstPreset GstVorbisTag GstTagSetter -GstCddaBaseSrc GstURIHandler -GstCdParanoiaSrc GstURIHandler -GstAlsaSrc GstImplementsInterface GstMixer GstPropertyProbe -GstGioSrc GstURIHandler -GstGnomeVFSSrc GstURIHandler -GstAppSrc GstURIHandler -GstGioSink GstURIHandler -GstAlsaSink GstPropertyProbe -GstGnomeVFSSink GstURIHandler GstXImageSink GstImplementsInterface GstNavigation GstXOverlay GstXvImageSink GstImplementsInterface GstNavigation GstXOverlay GstColorBalance GstPropertyProbe -GstAppSink GstURIHandler -GstAlsaMixerElement GstImplementsInterface GstMixer GstPropertyProbe -GstTheoraEnc GstPreset -GstOggMux GstPreset -GstVolume GstImplementsInterface GstMixer GstStreamVolume PangoCairoFcFontMap PangoCairoFontMap diff --git a/docs/plugins/gst-plugins-base-plugins.prerequisites b/docs/plugins/gst-plugins-base-plugins.prerequisites index e81698ca25..d111b2eca9 100644 --- a/docs/plugins/gst-plugins-base-plugins.prerequisites +++ b/docs/plugins/gst-plugins-base-plugins.prerequisites @@ -1,9 +1,10 @@ +GFile GObject GstChildProxy GstObject -GstTagSetter GstElement +GstColorBalance GstImplementsInterface GstElement GstImplementsInterface GstElement GstMixer GstImplementsInterface GstElement -GstXOverlay GstImplementsInterface GstElement -GstColorBalance GstImplementsInterface GstElement GstStreamVolume GObject +GstTagSetter GstElement +GstTuner GstImplementsInterface GstElement +GstXOverlay GstImplementsInterface GstElement PangoCairoFontMap PangoFontMap -GFile GObject