From aff7701f806cd87b5ba1e25e6bc663f44a076fab Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 19 May 2011 23:31:19 +0300 Subject: [PATCH] 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. --- docs/plugins/gst-plugins-good-plugins.args | 90 ++-- docs/plugins/gst-plugins-good-plugins.hierarchy | 478 +++++++++++---------- docs/plugins/gst-plugins-good-plugins.interfaces | 97 ++--- .../plugins/gst-plugins-good-plugins.prerequisites | 11 +- 4 files changed, 356 insertions(+), 320 deletions(-) diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index acbd788..0c96249 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -461,7 +461,7 @@ GstUDPSrc::sockfd gint ->= G_MAXULONG +>= -1 rw Socket Handle Socket to use for UDP reception. (-1 == allocate). @@ -511,7 +511,7 @@ GstUDPSrc::sock gint ->= G_MAXULONG +>= -1 r Socket Handle Socket currently in use for UDP reception. (-1 = no socket). @@ -1651,7 +1651,7 @@ GstDV1394Src::port gint -[G_MAXULONG,16] +[-1,16] rw Port Port number (-1 automatic). @@ -1901,7 +1901,7 @@ GstTest::allowed-timestamp-deviation gint64 ->= G_MAXULONG +>= -1 rwx allowed timestamp deviation allowed average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. @@ -1911,7 +1911,7 @@ GstTest::buffer-count gint64 ->= G_MAXULONG +>= -1 r buffer count number of buffers in stream. @@ -1921,7 +1921,7 @@ GstTest::expected-buffer-count gint64 ->= G_MAXULONG +>= -1 rwx expected buffer count expected number of buffers in stream. @@ -1931,7 +1931,7 @@ GstTest::expected-length gint64 ->= G_MAXULONG +>= -1 rwx expected length expected length of stream. @@ -1951,7 +1951,7 @@ GstTest::length gint64 ->= G_MAXULONG +>= -1 r length length of stream. @@ -1971,7 +1971,7 @@ GstTest::timestamp-deviation gint64 ->= G_MAXULONG +>= -1 r timestamp deviation average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. @@ -2051,7 +2051,7 @@ GstBreakMyData::set-to gint -[G_MAXULONG,255] +[-1,255] rwx set-to set changed bytes to this value (-1 means random value. @@ -2391,7 +2391,7 @@ GstDynUDPSink::sockfd gint -[G_MAXULONG,32767] +[-1,32767] rw socket handle Socket to use for UDP sending. (-1 == allocate). @@ -2461,7 +2461,7 @@ GstMultiUDPSink::sock gint ->= G_MAXULONG +>= -1 r Socket Handle Socket currently in use for UDP sending. (-1 == no socket). @@ -2471,7 +2471,7 @@ GstMultiUDPSink::sockfd gint ->= G_MAXULONG +>= -1 rw Socket Handle Socket to use for UDP sending. (-1 == allocate). @@ -2501,7 +2501,7 @@ GstMultiUDPSink::qos-dscp gint -[G_MAXULONG,63] +[-1,63] rw QoS diff srv code point Quality of Service, differentiated services code point (-1 default). @@ -2651,7 +2651,7 @@ GstXImageSrc::screen-num guint -<= G_MAXINT +<= G_MAXLONG rw Screen number X Screen Number. @@ -2671,7 +2671,7 @@ GstXImageSrc::endx guint -<= G_MAXINT +<= G_MAXLONG rw End X X coordinate of bottom right corner of area to be recorded (0 for bottom right of screen). @@ -2681,7 +2681,7 @@ GstXImageSrc::endy guint -<= G_MAXINT +<= G_MAXLONG rw End Y Y coordinate of bottom right corner of area to be recorded (0 for bottom right of screen). @@ -2691,7 +2691,7 @@ GstXImageSrc::startx guint -<= G_MAXINT +<= G_MAXLONG rw Start X co-ordinate X coordinate of top left corner of area to be recorded (0 for top left of screen). @@ -2701,7 +2701,7 @@ GstXImageSrc::starty guint -<= G_MAXINT +<= G_MAXLONG rw Start Y co-ordinate Y coordinate of top left corner of area to be recorded (0 for top left of screen). @@ -2811,7 +2811,7 @@ GstJpegDec::max-errors gint ->= G_MAXULONG +>= -1 rw Maximum Consecutive Decoding Errors Error out after receiving N consecutive decoding errors (-1 = never fail, 0 = automatic, 1 = fail on first error). @@ -3121,7 +3121,7 @@ GstV4l2Src::device-fd gint ->= G_MAXULONG +>= -1 r File descriptor File descriptor of the device. @@ -3391,7 +3391,7 @@ GstRndBufferSize::max glong -[1,G_MAXINT] +>= 1 rwx maximum maximum buffer size. @@ -3401,7 +3401,7 @@ GstRndBufferSize::min glong -[0,G_MAXINT] +>= 0 rwx mininum mininum buffer size. @@ -3411,7 +3411,7 @@ GstRndBufferSize::seed gulong -<= G_MAXUINT + rwx random number seed seed for randomness (initialized when going from READY to PAUSED). @@ -20111,7 +20111,7 @@ GstHDV1394Src::port gint -[G_MAXULONG,16] +[-1,16] rw Port Port number (-1 automatic). @@ -20399,6 +20399,36 @@ +GstDeinterlace::drop-orphans +gboolean + +rw +drop-orphans +Drop orphan fields at the beginning of telecine patterns in active locking mode. +TRUE + + + +GstDeinterlace::ignore-obscure +gboolean + +rw +ignore-obscure +Ignore obscure telecine patterns (only consider P, I and 2:3 variants). +TRUE + + + +GstDeinterlace::locking +GstDeinterlaceLocking + +rw +locking +Pattern locking mode. +No pattern locking + + + GstAgingTV::color-aging gboolean @@ -20461,7 +20491,7 @@ GstOpTV::threshold guint -<= G_MAXINT +<= G_MAXLONG rw Threshold Luma threshold. @@ -20481,7 +20511,7 @@ GstRadioacTV::interval guint -<= G_MAXINT +<= G_MAXLONG rw Interval Snapshot interval (in strobe mode). @@ -20751,7 +20781,7 @@ GstRtpSession::rtcp-rr-bandwidth gint ->= G_MAXULONG +>= -1 rw RTCP RR bandwidth The RTCP bandwidth used for receivers in bytes per second (-1 = default). @@ -20761,7 +20791,7 @@ GstRtpSession::rtcp-rs-bandwidth gint ->= G_MAXULONG +>= -1 rw RTCP RS bandwidth The RTCP bandwidth used for senders in bytes per second (-1 = default). @@ -20801,7 +20831,7 @@ GstV4l2Sink::device-fd gint ->= G_MAXULONG +>= -1 r File descriptor File descriptor of the device. diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index 33aceea..5e1dff3 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -1,315 +1,319 @@ GObject + GdkPixbuf + GstCmmlTagClip + GstCmmlTagHead + GstCmmlTagStream + GstColorBalanceChannel GstObject - GstPad - GstVideoMixer2Pad - GstVideoMixerPad - GstInterleavePad - GstPadTemplate - GstPluginFeature - GstElementFactory - GstTypeFindFactory - GstIndexFactory + GstBus + GstClock + GstSystemClock + GstAudioClock GstElement - GstBin - GstPipeline - GstQTMoovRecover - GstSwitchSink - GstGConfVideoSink - GstGConfAudioSink - GstSwitchSrc - GstGConfVideoSrc - GstGConfAudioSrc - GstHalAudioSink - GstHalAudioSrc - GstRtpBin - GstAutoVideoSink - GstAutoVideoSrc - GstAutoAudioSink - GstAutoAudioSrc - GstPushFileSrc - GstRTSPSrc - GstRgVolume - GstAspectRatioCrop - GstCmmlEnc - GstCmmlDec - GstBaseSink - GstAASink - GstBaseAudioSink - GstPulseSink - GstJackAudioSink - GstAudioSink - GstEsdSink - GstOssSink - GstOss4Sink - GstCACASink - GstVideoSink - GstGdkPixbufSink - GstShout2send - GstTest - GstMultiFileSink - GstMultiUDPSink - GstUDPSink - GstDynUDPSink - GstBaseSrc - GstPushSrc - GstDV1394Src - GstHDV1394Src - GstSoupHTTPSrc - GstBaseAudioSrc - GstAudioSrc - GstPulseSrc - GstOssSrc - GstOss4Source - GstJackAudioSrc - GstV4l2Src - GstXImageSrc - GstMultiFileSrc - GstUDPSrc - GstWavpackParse - GstWavpackDec - GstWavpackEnc - GstDVDemux - GstDVDec - GstTagLibMux - GstId3v2Mux - GstApev2Mux - GstFlacEnc - GstFlacDec - GstFlacTag - GstCairoTextOverlay - GstBaseTransform - GstCairoTimeOverlay - GstVideoFilter - GstCairoOverlay - GstEdgeTV - GstAgingTV - GstDiceTV - GstWarpTV - GstShagadelicTV - GstVertigoTV - GstRevTV - GstQuarkTV - GstOpTV - GstRadioacTV - GstStreakTV - GstRippleTV - GstNavigationtest - GstGamma - GstVideoBalance - GstVideoFlip - GstSMPTEAlpha - GstAlpha - GstAlphaColor - GstPixbufScale - GstVideoBox - GstBreakMyData - GstCapsSetter - GstNavSeek - GstProgressReport - GstTagInject - GstCpuReport - GstLevel - GstAudioFilter - GstIirEqualizer - GstIirEqualizerNBands - GstIirEqualizer3Bands - GstIirEqualizer10Bands - GstSpectrum - GstAudioInvert - GstAudioKaraoke - GstAudioAmplify - GstAudioDynamic - GstAudioFXBaseIIRFilter - GstAudioChebLimit - GstAudioChebBand - GstAudioIIRFilter - GstAudioFXBaseFIRFilter - GstAudioWSincLimit - GstAudioWSincBand - GstAudioFIRFilter - GstAudioEcho - GstRgAnalysis - GstRgLimiter - GstVideoCrop - GstAudioPanorama - GstCairoRender - GstPulseMixer - GstSpeexEnc - GstSpeexDec - GstJpegEnc - GstJpegDec - GstSmokeEnc - GstSmokeDec - GstPngDec - GstPngEnc - GstGdkPixbuf - GstOssMixerElement - GstV4l2Radio - GstOss4Mixer - GstShapeWipe + Gst3GPPMux + GstALawDec + GstALawEnc + GstAsteriskh263 + GstAuParse GstAviDemux GstAviMux GstAviSubtitle - GstRTPDepay + GstBaseParse + GstAacParse + GstAc3Parse + GstAmrParse + GstDcaParse + GstFlacParse + GstMpegAudioParse GstBaseRTPDepayload - GstRtpAC3Depay GstRTPBVDepay - GstRtpCELTDepay GstRTPDVDepay - GstRtpGSTDepay + GstRTPGSMDepay + GstRTPSirenDepay GstRTPiLBCDepay + GstRtpAC3Depay + GstRtpAMRDepay + GstRtpCELTDepay GstRtpG722Depay GstRtpG723Depay GstRtpG726Depay GstRtpG729Depay - GstRTPGSMDepay - GstRtpAMRDepay - GstRtpPcmaDepay - GstRtpPcmuDepay - GstRtpMPADepay - GstRtpMPARobustDepay - GstRtpMPVDepay - GstRtpH263PDepay + GstRtpGSTDepay GstRtpH263Depay + GstRtpH263PDepay GstRtpH264Depay GstRtpJ2KDepay GstRtpJPEGDepay GstRtpL16Depay GstRtpMP1SDepay GstRtpMP2TDepay - GstRtpMP4VDepay GstRtpMP4ADepay GstRtpMP4GDepay + GstRtpMP4VDepay + GstRtpMPADepay + GstRtpMPARobustDepay + GstRtpMPVDepay + GstRtpPcmaDepay + GstRtpPcmuDepay GstRtpQCELPDepay GstRtpQDM2Depay - GstRTPSirenDepay GstRtpSPEEXDepay GstRtpSV3VDepay GstRtpTheoraDepay - GstRtpVorbisDepay GstRtpVRawDepay + GstRtpVorbisDepay GstRtpXQTDepay GstBaseRTPPayload - GstRtpAC3Pay GstBaseRTPAudioPayload GstRTPBVPay GstRTPILBCPay + GstRTPSirenPay GstRtpG722Pay GstRtpG726Pay - GstRtpPcmuPay - GstRtpPcmaPay GstRtpL16Pay - GstRTPSirenPay - GstRtpCELTPay + GstRtpPcmaPay + GstRtpPcmuPay GstRTPDVPay - GstRtpGSTPay GstRTPG723Pay GstRTPG729Pay GstRTPGSMPay - GstRtpAMRPay - GstRtpMPAPay + GstRTPMP2TPay GstRTPMPVPay + GstRtpAC3Pay + GstRtpAMRPay + GstRtpCELTPay + GstRtpGSTPay GstRtpH263PPay GstRtpH263Pay GstRtpH264Pay GstRtpJ2KPay GstRtpJPEGPay - GstRTPMP2TPay - GstRtpMP4VPay GstRtpMP4APay GstRtpMP4GPay + GstRtpMP4VPay + GstRtpMPAPay GstRtpSPEEXPay GstRtpTheoraPay - GstRtpVorbisPay GstRtpVRawPay - GstAsteriskh263 - GstGoom - GstGoom2k1 - GstWavEnc - GstRtpJitterBuffer - GstRtpPtDemux - GstRtpSession - GstRtpSsrcDemux - GstRndBufferSize + GstRtpVorbisPay + GstBaseSink + GstAASink + GstBaseAudioSink + GstAudioSink + GstEsdSink + GstOss4Sink + GstOssSink + GstJackAudioSink + GstPulseSink + GstCACASink + GstDynUDPSink + GstMultiFileSink + GstMultiUDPSink + GstUDPSink + GstShout2send + GstTest + GstVideoSink + GstGdkPixbufSink + GstV4l2Sink + GstBaseSrc + GstPushSrc + GstBaseAudioSrc + GstAudioSrc + GstOss4Source + GstOssSrc + GstPulseSrc + GstJackAudioSrc + GstDV1394Src + GstHDV1394Src + GstMultiFileSrc + GstSoupHTTPSrc + GstUDPSrc + GstV4l2Src + GstXImageSrc + GstBaseTransform + GstAudioFilter + GstAudioAmplify + GstAudioDynamic + GstAudioEcho + GstAudioFXBaseFIRFilter + GstAudioFIRFilter + GstAudioWSincBand + GstAudioWSincLimit + GstAudioFXBaseIIRFilter + GstAudioChebBand + GstAudioChebLimit + GstAudioIIRFilter + GstAudioInvert + GstAudioKaraoke + GstIirEqualizer + GstIirEqualizer10Bands + GstIirEqualizer3Bands + GstIirEqualizerNBands + GstSpectrum + GstAudioPanorama + GstBreakMyData + GstCairoTimeOverlay + GstCapsSetter + GstCpuReport + GstLevel + GstNavSeek + GstPixbufScale + GstProgressReport + GstRgAnalysis + GstRgLimiter + GstTagInject + GstVideoBox + GstVideoCrop + GstVideoFilter + GstAgingTV + GstAlpha + GstAlphaColor + GstCairoOverlay + GstDiceTV + GstEdgeTV + GstGamma + GstNavigationtest + GstOpTV + GstQuarkTV + GstRadioacTV + GstRevTV + GstRippleTV + GstSMPTEAlpha + GstShagadelicTV + GstStreakTV + GstVertigoTV + GstVideoBalance + GstVideoFlip + GstWarpTV + GstBin + GstAspectRatioCrop + GstAutoAudioSink + GstAutoAudioSrc + GstAutoVideoSink + GstAutoVideoSrc + GstHalAudioSink + GstHalAudioSrc + GstPipeline + GstQTMoovRecover + GstPushFileSrc + GstRTSPSrc + GstRgVolume + GstRtpBin + GstSwitchSink + GstGConfAudioSink + GstGConfVideoSink + GstSwitchSrc + GstGConfAudioSrc + GstGConfVideoSrc + GstCairoRender + GstCairoTextOverlay GstCapsDebug - GstEFence + GstCmmlDec + GstCmmlEnc GstCutter + GstDVDec + GstDVDemux + GstDeinterlace + GstDeinterleave + GstEFence + GstFlacDec + GstFlacEnc + GstFlacTag + GstFlvDemux + GstFlvMux + GstFlxDec + GstGPPMux + GstGdkPixbuf + GstGoom + GstGoom2k1 + GstICYDemux + GstISMLMux + GstImageFreeze + GstInterleave + GstJpegDec + GstJpegEnc + GstMJ2Mux + GstMP4Mux GstMatroskaDemux - GstMatroskaParse GstMatroskaMux GstWebMMux - GstRTPDec - GstSMPTE - GstAuParse + GstMatroskaParse + GstMonoscope + GstMuLawDec + GstMuLawEnc GstMultipartDemux GstMultipartMux - GstALawEnc - GstALawDec - GstMuLawEnc - GstMuLawDec + GstOss4Mixer + GstOssMixerElement + GstPngDec + GstPngEnc + GstPulseMixer + GstQTDemux + GstQTMux + GstRTPDec + GstRTPDepay + GstRndBufferSize + GstRtpJitterBuffer + GstRtpPtDemux + GstRtpSession + GstRtpSsrcDemux + GstSMPTE + GstShapeWipe + GstSmokeDec + GstSmokeEnc + GstSpeexDec + GstSpeexEnc GstTagDemux GstApeDemux GstID3Demux - GstFlxDec - GstDeinterlace - GstImageFreeze - GstBaseParse - GstAacParse - GstAmrParse - GstAc3Parse - GstDcaParse - GstFlacParse - GstMpegAudioParse - GstY4mEncode - GstInterleave - GstDeinterleave - GstWavParse - GstFlvDemux - GstFlvMux - GstQTDemux - GstQTMux - GstMP4Mux - GstISMLMux - Gst3GPPMux - GstGPPMux - GstMJ2Mux - GstICYDemux + GstTagLibMux + GstApev2Mux + GstId3v2Mux + GstV4l2Radio GstVideoMixer GstVideoMixer2 - GstBus - GstTask - GstTaskPool - GstClock - GstSystemClock - GstAudioClock + GstWavEnc + GstWavParse + GstWavpackDec + GstWavpackEnc + GstWavpackParse + GstY4mEncode + GstPad + GstInterleavePad + GstVideoMixer2Pad + GstVideoMixerPad + GstPadTemplate GstPlugin + GstPluginFeature + GstElementFactory + GstIndexFactory + GstTypeFindFactory GstRegistry GstRingBuffer - GstAudioSrcRingBuffer GstAudioSinkRingBuffer - GstJackAudioSrcRingBuffer + GstAudioSrcRingBuffer GstJackAudioSinkRingBuffer + GstJackAudioSrcRingBuffer + GstTask + GstTaskPool GstSignalObject - GstCmmlTagStream - GstCmmlTagHead - GstCmmlTagClip - GstColorBalanceChannel - RTPSession - GstTunerNorm GstTunerChannel - GdkPixbuf + GstTunerNorm + RTPSession GInterface + GIcon GTypePlugin GstChildProxy - GstURIHandler - GstPropertyProbe - GstPreset - GstTagSetter - GstStreamVolume + GstColorBalance GstImplementsInterface GstMixer + GstNavigation + GstPreset + GstPropertyProbe + GstStreamVolume + GstTagSetter + GstTagXmpWriter GstTuner - GstColorBalance + GstURIHandler GstVideoOrientation - GstTagXmpWriter - GIcon + GstXOverlay diff --git a/docs/plugins/gst-plugins-good-plugins.interfaces b/docs/plugins/gst-plugins-good-plugins.interfaces index 8cb7022..518366a 100644 --- a/docs/plugins/gst-plugins-good-plugins.interfaces +++ b/docs/plugins/gst-plugins-good-plugins.interfaces @@ -1,62 +1,63 @@ +GdkPixbuf GIcon +Gst3GPPMux GstTagSetter GstTagXmpWriter +GstApev2Mux GstTagSetter +GstAspectRatioCrop GstChildProxy +GstAutoAudioSink GstChildProxy +GstAutoAudioSrc GstChildProxy +GstAutoVideoSink GstChildProxy +GstAutoVideoSrc GstChildProxy +GstAviMux GstTagSetter GstBin GstChildProxy -GstPipeline GstChildProxy -GstQTMoovRecover GstChildProxy -GstSwitchSink GstChildProxy -GstGConfVideoSink GstChildProxy +GstDV1394Src GstURIHandler GstPropertyProbe +GstDeinterlace GstChildProxy +GstFlacEnc GstTagSetter GstPreset +GstFlacTag GstTagSetter +GstFlvMux GstTagSetter GstGConfAudioSink GstChildProxy -GstSwitchSrc GstChildProxy -GstGConfVideoSrc GstChildProxy GstGConfAudioSrc GstChildProxy +GstGConfVideoSink GstChildProxy +GstGConfVideoSrc GstChildProxy +GstGPPMux GstTagSetter GstTagXmpWriter +GstHDV1394Src GstURIHandler GstPropertyProbe GstHalAudioSink GstChildProxy GstHalAudioSrc GstChildProxy -GstRtpBin GstChildProxy -GstAutoVideoSink GstChildProxy -GstAutoVideoSrc GstChildProxy -GstAutoAudioSink GstChildProxy -GstAutoAudioSrc GstChildProxy +GstISMLMux GstTagSetter GstTagXmpWriter +GstId3v2Mux GstTagSetter +GstIirEqualizer GstChildProxy +GstIirEqualizer10Bands GstChildProxy GstPreset +GstIirEqualizer3Bands GstChildProxy GstPreset +GstIirEqualizerNBands GstChildProxy +GstMJ2Mux GstTagSetter GstTagXmpWriter +GstMP4Mux GstTagSetter GstTagXmpWriter +GstMatroskaMux GstTagSetter +GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe +GstOss4Sink GstStreamVolume GstPropertyProbe +GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe +GstOssMixerElement GstImplementsInterface GstMixer +GstOssSrc GstImplementsInterface GstMixer +GstPipeline GstChildProxy +GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe +GstPulseSink GstStreamVolume GstImplementsInterface GstPropertyProbe +GstPulseSrc GstImplementsInterface GstMixer GstPropertyProbe GstPushFileSrc GstChildProxy GstURIHandler +GstQTMoovRecover GstChildProxy +GstQTMux GstTagSetter GstTagXmpWriter GstRTSPSrc GstChildProxy GstURIHandler GstRgVolume GstChildProxy -GstAspectRatioCrop GstChildProxy -GstPulseSink GstStreamVolume GstImplementsInterface GstPropertyProbe -GstOss4Sink GstStreamVolume GstPropertyProbe +GstRtpBin GstChildProxy GstShout2send GstTagSetter -GstUDPSink GstURIHandler -GstDV1394Src GstURIHandler GstPropertyProbe -GstHDV1394Src GstURIHandler GstPropertyProbe GstSoupHTTPSrc GstURIHandler -GstPulseSrc GstImplementsInterface GstMixer GstPropertyProbe -GstOssSrc GstImplementsInterface GstMixer -GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe -GstV4l2Src GstURIHandler GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation GstPropertyProbe -GstUDPSrc GstURIHandler -GstWavpackEnc GstPreset -GstTagLibMux GstTagSetter -GstId3v2Mux GstTagSetter -GstApev2Mux GstTagSetter -GstFlacEnc GstTagSetter GstPreset -GstFlacTag GstTagSetter -GstVideoBalance GstImplementsInterface GstColorBalance -GstIirEqualizer GstChildProxy -GstIirEqualizerNBands GstChildProxy -GstIirEqualizer3Bands GstChildProxy GstPreset -GstIirEqualizer10Bands GstChildProxy GstPreset -GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe GstSpeexEnc GstTagSetter GstPreset -GstOssMixerElement GstImplementsInterface GstMixer +GstSwitchSink GstChildProxy +GstSwitchSrc GstChildProxy +GstTagLibMux GstTagSetter +GstUDPSink GstURIHandler +GstUDPSrc GstURIHandler GstV4l2Radio GstURIHandler GstImplementsInterface GstTuner GstPropertyProbe -GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe -GstAviMux GstTagSetter -GstMatroskaMux GstTagSetter -GstWebMMux GstTagSetter -GstDeinterlace GstChildProxy -GstFlvMux GstTagSetter -GstQTMux GstTagSetter GstTagXmpWriter -GstMP4Mux GstTagSetter GstTagXmpWriter -GstISMLMux GstTagSetter GstTagXmpWriter -Gst3GPPMux GstTagSetter GstTagXmpWriter -GstGPPMux GstTagSetter GstTagXmpWriter -GstMJ2Mux GstTagSetter GstTagXmpWriter +GstV4l2Sink GstImplementsInterface GstXOverlay GstNavigation GstColorBalance GstVideoOrientation GstPropertyProbe +GstV4l2Src GstURIHandler GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation GstPropertyProbe +GstVideoBalance GstImplementsInterface GstColorBalance GstVideoMixer GstChildProxy GstVideoMixer2 GstChildProxy -GdkPixbuf GIcon +GstWavpackEnc GstPreset +GstWebMMux GstTagSetter diff --git a/docs/plugins/gst-plugins-good-plugins.prerequisites b/docs/plugins/gst-plugins-good-plugins.prerequisites index ec5b5e2..5c212bb 100644 --- a/docs/plugins/gst-plugins-good-plugins.prerequisites +++ b/docs/plugins/gst-plugins-good-plugins.prerequisites @@ -1,10 +1,11 @@ +GIcon GObject GstChildProxy GstObject -GstTagSetter GstElement -GstStreamVolume GObject +GstColorBalance GstImplementsInterface GstElement GstImplementsInterface GstElement GstMixer GstImplementsInterface GstElement +GstStreamVolume GObject +GstTagSetter GstElement +GstTagXmpWriter GstElement GstTuner GstImplementsInterface GstElement -GstColorBalance GstImplementsInterface GstElement GstVideoOrientation GstImplementsInterface GstElement -GstTagXmpWriter GstElement -GIcon GObject +GstXOverlay GstImplementsInterface GstElement -- 2.7.4