mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
docs: update for changes in git
This commit is contained in:
parent
ce9ee5829d
commit
96fbcb83c3
12 changed files with 356 additions and 268 deletions
|
@ -298,6 +298,16 @@
|
|||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSpectrum::multi-channel</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Multichannel results</NICK>
|
||||
<BLURB>Send separate results for each channel.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstVideoflip::method</NAME>
|
||||
<TYPE>GstVideoflipMethod</TYPE>
|
||||
|
@ -3510,7 +3520,7 @@
|
|||
|
||||
<ARG>
|
||||
<NAME>GstSoupHTTPSrc::cookies</NAME>
|
||||
<TYPE>GStrv*</TYPE>
|
||||
<TYPE>GStrv</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Cookies</NICK>
|
||||
|
@ -21208,3 +21218,33 @@
|
|||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstFlacParse::check-frame-checksums</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Check Frame Checksums</NICK>
|
||||
<BLURB>Check the overall checksums of every frame.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstV4l2Radio::device</NAME>
|
||||
<TYPE>gchar*</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Radio device location</NICK>
|
||||
<BLURB>Video4Linux2 radio device location.</BLURB>
|
||||
<DEFAULT>"/dev/radio0"</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstV4l2Radio::frequency</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[87500000,108000000]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Station frequency</NICK>
|
||||
<BLURB>Station frequency in Hz.</BLURB>
|
||||
<DEFAULT>100000000</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -1,302 +1,311 @@
|
|||
GObject
|
||||
GdkPixbuf
|
||||
GstCmmlTagClip
|
||||
GstCmmlTagHead
|
||||
GstCmmlTagStream
|
||||
GstColorBalanceChannel
|
||||
GstObject
|
||||
GstBus
|
||||
GstClock
|
||||
GstSystemClock
|
||||
GstAudioClock
|
||||
GstPad
|
||||
GstVideoMixer2Pad
|
||||
GstVideoMixerPad
|
||||
GstInterleavePad
|
||||
GstPadTemplate
|
||||
GstPluginFeature
|
||||
GstElementFactory
|
||||
GstTypeFindFactory
|
||||
GstIndexFactory
|
||||
GstElement
|
||||
GstALawDec
|
||||
GstALawEnc
|
||||
GstAsteriskh263
|
||||
GstAuParse
|
||||
GstBin
|
||||
GstPipeline
|
||||
GstSwitchSink
|
||||
GstGConfVideoSink
|
||||
GstGConfAudioSink
|
||||
GstSwitchSrc
|
||||
GstGConfVideoSrc
|
||||
GstGConfAudioSrc
|
||||
GstHalAudioSink
|
||||
GstHalAudioSrc
|
||||
GstRtpBin
|
||||
GstAutoVideoSink
|
||||
GstAutoVideoSrc
|
||||
GstAutoAudioSink
|
||||
GstAutoAudioSrc
|
||||
GstPushFileSrc
|
||||
GstRTSPSrc
|
||||
GstRgVolume
|
||||
GstAspectRatioCrop
|
||||
GstBaseParse
|
||||
GstAacParse
|
||||
GstAmrParse
|
||||
GstAc3Parse
|
||||
GstDcaParse
|
||||
GstFlacParse
|
||||
GstMpegAudioParse
|
||||
GstCmmlEnc
|
||||
GstCmmlDec
|
||||
GstBaseSink
|
||||
GstAASink
|
||||
GstBaseAudioSink
|
||||
GstPulseSink
|
||||
GstJackAudioSink
|
||||
GstAudioSink
|
||||
GstEsdSink
|
||||
GstOssSink
|
||||
GstOss4Sink
|
||||
GstCACASink
|
||||
GstVideoSink
|
||||
GstGdkPixbufSink
|
||||
GstV4l2Sink
|
||||
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
|
||||
GstAviDemux
|
||||
GstAviMux
|
||||
GstAviSubtitle
|
||||
GstRTPDepay
|
||||
GstBaseRTPDepayload
|
||||
GstRTPBVDepay
|
||||
GstRTPDVDepay
|
||||
GstRTPGSMDepay
|
||||
GstRTPSirenDepay
|
||||
GstRTPiLBCDepay
|
||||
GstRtpAC3Depay
|
||||
GstRtpAMRDepay
|
||||
GstRTPBVDepay
|
||||
GstRtpCELTDepay
|
||||
GstRTPDVDepay
|
||||
GstRtpGSTDepay
|
||||
GstRTPiLBCDepay
|
||||
GstRtpG722Depay
|
||||
GstRtpG723Depay
|
||||
GstRtpG726Depay
|
||||
GstRtpG729Depay
|
||||
GstRtpGSTDepay
|
||||
GstRtpH263Depay
|
||||
GstRTPGSMDepay
|
||||
GstRtpAMRDepay
|
||||
GstRtpPcmaDepay
|
||||
GstRtpPcmuDepay
|
||||
GstRtpMPADepay
|
||||
GstRtpMPARobustDepay
|
||||
GstRtpMPVDepay
|
||||
GstRtpH263PDepay
|
||||
GstRtpH263Depay
|
||||
GstRtpH264Depay
|
||||
GstRtpJ2KDepay
|
||||
GstRtpJPEGDepay
|
||||
GstRtpL16Depay
|
||||
GstRtpMP1SDepay
|
||||
GstRtpMP2TDepay
|
||||
GstRtpMP4VDepay
|
||||
GstRtpMP4ADepay
|
||||
GstRtpMP4GDepay
|
||||
GstRtpMP4VDepay
|
||||
GstRtpMPADepay
|
||||
GstRtpMPARobustDepay
|
||||
GstRtpMPVDepay
|
||||
GstRtpPcmaDepay
|
||||
GstRtpPcmuDepay
|
||||
GstRtpQCELPDepay
|
||||
GstRtpQDM2Depay
|
||||
GstRTPSirenDepay
|
||||
GstRtpSPEEXDepay
|
||||
GstRtpSV3VDepay
|
||||
GstRtpTheoraDepay
|
||||
GstRtpVRawDepay
|
||||
GstRtpVorbisDepay
|
||||
GstRtpVRawDepay
|
||||
GstRtpXQTDepay
|
||||
GstBaseRTPPayload
|
||||
GstRtpAC3Pay
|
||||
GstBaseRTPAudioPayload
|
||||
GstRTPBVPay
|
||||
GstRTPILBCPay
|
||||
GstRTPSirenPay
|
||||
GstRtpG722Pay
|
||||
GstRtpG726Pay
|
||||
GstRtpL16Pay
|
||||
GstRtpPcmaPay
|
||||
GstRtpPcmuPay
|
||||
GstRtpPcmaPay
|
||||
GstRtpL16Pay
|
||||
GstRTPSirenPay
|
||||
GstRtpCELTPay
|
||||
GstRTPDVPay
|
||||
GstRtpGSTPay
|
||||
GstRTPG723Pay
|
||||
GstRTPG729Pay
|
||||
GstRTPGSMPay
|
||||
GstRTPMP2TPay
|
||||
GstRTPMPVPay
|
||||
GstRtpAC3Pay
|
||||
GstRtpAMRPay
|
||||
GstRtpCELTPay
|
||||
GstRtpGSTPay
|
||||
GstRtpMPAPay
|
||||
GstRTPMPVPay
|
||||
GstRtpH263PPay
|
||||
GstRtpH263Pay
|
||||
GstRtpH264Pay
|
||||
GstRtpJ2KPay
|
||||
GstRtpJPEGPay
|
||||
GstRTPMP2TPay
|
||||
GstRtpMP4VPay
|
||||
GstRtpMP4APay
|
||||
GstRtpMP4GPay
|
||||
GstRtpMP4VPay
|
||||
GstRtpMPAPay
|
||||
GstRtpSPEEXPay
|
||||
GstRtpTheoraPay
|
||||
GstRtpVRawPay
|
||||
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
|
||||
GstPushFileSrc
|
||||
GstRTSPSrc
|
||||
GstRgVolume
|
||||
GstRtpBin
|
||||
GstSwitchSink
|
||||
GstGConfAudioSink
|
||||
GstGConfVideoSink
|
||||
GstSwitchSrc
|
||||
GstGConfAudioSrc
|
||||
GstGConfVideoSrc
|
||||
GstCairoRender
|
||||
GstCairoTextOverlay
|
||||
GstCapsDebug
|
||||
GstCmmlDec
|
||||
GstCmmlEnc
|
||||
GstCutter
|
||||
GstDVDec
|
||||
GstDVDemux
|
||||
GstDeinterlace
|
||||
GstDeinterleave
|
||||
GstEFence
|
||||
GstFlacDec
|
||||
GstFlacEnc
|
||||
GstFlacTag
|
||||
GstFlvDemux
|
||||
GstFlvMux
|
||||
GstFlxDec
|
||||
GstGdkPixbuf
|
||||
GstRtpVRawPay
|
||||
GstAsteriskh263
|
||||
GstGoom
|
||||
GstGoom2k1
|
||||
GstICYDemux
|
||||
GstImageFreeze
|
||||
GstInterleave
|
||||
GstJpegDec
|
||||
GstJpegEnc
|
||||
GstMatroskaDemux
|
||||
GstMatroskaMux
|
||||
GstWebMMux
|
||||
GstMonoscope
|
||||
GstMuLawDec
|
||||
GstMuLawEnc
|
||||
GstMultipartDemux
|
||||
GstMultipartMux
|
||||
GstOss4Mixer
|
||||
GstOssMixerElement
|
||||
GstPngDec
|
||||
GstPngEnc
|
||||
GstPulseMixer
|
||||
GstQTDemux
|
||||
GstRTPDec
|
||||
GstRTPDepay
|
||||
GstRndBufferSize
|
||||
GstWavEnc
|
||||
GstRtpJitterBuffer
|
||||
GstRtpPtDemux
|
||||
GstRtpSession
|
||||
GstRtpSsrcDemux
|
||||
GstRndBufferSize
|
||||
GstCapsDebug
|
||||
GstEFence
|
||||
GstCutter
|
||||
GstMatroskaDemux
|
||||
GstMatroskaParse
|
||||
GstMatroskaMux
|
||||
GstWebMMux
|
||||
GstRTPDec
|
||||
GstQTDemux
|
||||
GstSMPTE
|
||||
GstShapeWipe
|
||||
GstSmokeDec
|
||||
GstSmokeEnc
|
||||
GstSpeexDec
|
||||
GstSpeexEnc
|
||||
GstAuParse
|
||||
GstMultipartDemux
|
||||
GstMultipartMux
|
||||
GstALawEnc
|
||||
GstALawDec
|
||||
GstMuLawEnc
|
||||
GstMuLawDec
|
||||
GstTagDemux
|
||||
GstApeDemux
|
||||
GstID3Demux
|
||||
GstTagLibMux
|
||||
GstApev2Mux
|
||||
GstId3v2Mux
|
||||
GstFlxDec
|
||||
GstDeinterlace
|
||||
GstImageFreeze
|
||||
GstY4mEncode
|
||||
GstInterleave
|
||||
GstDeinterleave
|
||||
GstWavParse
|
||||
GstFlvDemux
|
||||
GstFlvMux
|
||||
GstMonoscope
|
||||
GstICYDemux
|
||||
GstVideoMixer
|
||||
GstVideoMixer2
|
||||
GstWavEnc
|
||||
GstWavParse
|
||||
GstWavpackDec
|
||||
GstWavpackEnc
|
||||
GstWavpackParse
|
||||
GstY4mEncode
|
||||
GstPad
|
||||
GstInterleavePad
|
||||
GstVideoMixer2Pad
|
||||
GstVideoMixerPad
|
||||
GstPadTemplate
|
||||
GstPlugin
|
||||
GstPluginFeature
|
||||
GstElementFactory
|
||||
GstIndexFactory
|
||||
GstTypeFindFactory
|
||||
GstRegistry
|
||||
GstRingBuffer
|
||||
GstAudioSinkRingBuffer
|
||||
GstAudioSrcRingBuffer
|
||||
GstJackAudioSinkRingBuffer
|
||||
GstJackAudioSrcRingBuffer
|
||||
GstBus
|
||||
GstTask
|
||||
GstTaskPool
|
||||
GstClock
|
||||
GstSystemClock
|
||||
GstAudioClock
|
||||
GstPlugin
|
||||
GstRegistry
|
||||
GstRingBuffer
|
||||
GstAudioSrcRingBuffer
|
||||
GstAudioSinkRingBuffer
|
||||
GstJackAudioSrcRingBuffer
|
||||
GstJackAudioSinkRingBuffer
|
||||
GstSignalObject
|
||||
GstTunerChannel
|
||||
GstTunerNorm
|
||||
GstCmmlTagStream
|
||||
GstCmmlTagHead
|
||||
GstCmmlTagClip
|
||||
GstColorBalanceChannel
|
||||
RTPSession
|
||||
GstTunerNorm
|
||||
GstTunerChannel
|
||||
GdkPixbuf
|
||||
GInterface
|
||||
GIcon
|
||||
GTypePlugin
|
||||
GstChildProxy
|
||||
GstColorBalance
|
||||
GstURIHandler
|
||||
GstPropertyProbe
|
||||
GstPreset
|
||||
GstTagSetter
|
||||
GstStreamVolume
|
||||
GstImplementsInterface
|
||||
GstMixer
|
||||
GstNavigation
|
||||
GstPreset
|
||||
GstPropertyProbe
|
||||
GstStreamVolume
|
||||
GstTagSetter
|
||||
GstTuner
|
||||
GstURIHandler
|
||||
GstColorBalance
|
||||
GstVideoOrientation
|
||||
GstXOverlay
|
||||
GstNavigation
|
||||
GIcon
|
||||
|
|
|
@ -1,55 +1,56 @@
|
|||
GstBin GstChildProxy
|
||||
GstPipeline GstChildProxy
|
||||
GstHalAudioSink GstChildProxy
|
||||
GstHalAudioSrc GstChildProxy
|
||||
GstSwitchSink GstChildProxy
|
||||
GstGConfVideoSink GstChildProxy
|
||||
GstGConfAudioSink GstChildProxy
|
||||
GstSwitchSrc GstChildProxy
|
||||
GstGConfVideoSrc GstChildProxy
|
||||
GstGConfAudioSrc GstChildProxy
|
||||
GstRTSPSrc GstChildProxy GstURIHandler
|
||||
GstHalAudioSink GstChildProxy
|
||||
GstHalAudioSrc GstChildProxy
|
||||
GstRtpBin GstChildProxy
|
||||
GstPushFileSrc GstChildProxy GstURIHandler
|
||||
GstAutoVideoSink GstChildProxy
|
||||
GstAutoVideoSrc GstChildProxy
|
||||
GstAutoAudioSink GstChildProxy
|
||||
GstAutoAudioSrc GstChildProxy
|
||||
GstPushFileSrc GstChildProxy GstURIHandler
|
||||
GstRTSPSrc GstChildProxy GstURIHandler
|
||||
GstRgVolume GstChildProxy
|
||||
GstAspectRatioCrop GstChildProxy
|
||||
GstVideoBalance GstImplementsInterface GstColorBalance
|
||||
GstIirEqualizer GstChildProxy
|
||||
GstIirEqualizerNBands GstChildProxy
|
||||
GstIirEqualizer3Bands GstChildProxy GstPreset
|
||||
GstIirEqualizer10Bands GstChildProxy GstPreset
|
||||
GstSoupHTTPSrc GstURIHandler
|
||||
GstPulseSrc GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstOssSrc GstImplementsInterface GstMixer
|
||||
GstDV1394Src GstURIHandler GstPropertyProbe
|
||||
GstHDV1394Src GstURIHandler GstPropertyProbe
|
||||
GstV4l2Src GstURIHandler GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation GstPropertyProbe
|
||||
GstUDPSrc GstURIHandler
|
||||
GstPulseSink GstStreamVolume GstImplementsInterface GstPropertyProbe
|
||||
GstOss4Sink GstStreamVolume GstPropertyProbe
|
||||
GstV4l2Sink GstImplementsInterface GstXOverlay GstNavigation GstColorBalance GstVideoOrientation GstPropertyProbe
|
||||
GstShout2send GstTagSetter
|
||||
GstUDPSink GstURIHandler
|
||||
GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
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
|
||||
GstWavpackEnc GstPreset
|
||||
GstVideoBalance GstImplementsInterface GstColorBalance
|
||||
GstIirEqualizer GstChildProxy
|
||||
GstIirEqualizerNBands GstChildProxy
|
||||
GstIirEqualizer3Bands GstChildProxy GstPreset
|
||||
GstIirEqualizer10Bands GstChildProxy GstPreset
|
||||
GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstSpeexEnc GstTagSetter GstPreset
|
||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstOssMixerElement GstImplementsInterface GstMixer
|
||||
GstV4l2Radio GstURIHandler GstImplementsInterface GstTuner GstPropertyProbe
|
||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstAviMux GstTagSetter
|
||||
GstMatroskaMux GstTagSetter
|
||||
GstWebMMux GstTagSetter
|
||||
GstDeinterlace GstChildProxy
|
||||
GstFlvMux GstTagSetter
|
||||
GstVideoMixer GstChildProxy
|
||||
GstVideoMixer2 GstChildProxy
|
||||
GstFlvMux GstTagSetter
|
||||
GstAviMux GstTagSetter
|
||||
GstDeinterlace GstChildProxy
|
||||
GdkPixbuf GIcon
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
GstChildProxy GstObject
|
||||
GstTagSetter GstElement
|
||||
GstStreamVolume GObject
|
||||
GstImplementsInterface GstElement
|
||||
GstMixer GstImplementsInterface GstElement
|
||||
GstTagSetter GstElement
|
||||
GstTuner GstImplementsInterface GstElement
|
||||
GstColorBalance GstImplementsInterface GstElement
|
||||
GstVideoOrientation GstImplementsInterface GstElement
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -9,6 +9,27 @@
|
|||
<package>GStreamer Good Plug-ins git</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>cairooverlay</name>
|
||||
<longname>Cairo overlay</longname>
|
||||
<class>Filter/Editor/Video</class>
|
||||
<description>Render overlay on a video stream using Cairo</description>
|
||||
<author>Jon Nordby <jononor@gmail.com></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>cairorender</name>
|
||||
<longname>Cairo encoder</longname>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<name>video</name>
|
||||
<direction>source</direction>
|
||||
<presence>sometimes</presence>
|
||||
<details>video/x-flash-video; video/x-flash-screen; video/x-vp6-flash; video/x-vp6-alpha; video/x-h264</details>
|
||||
<details>video/x-flash-video; video/x-flash-screen; video/x-vp6-flash; video/x-vp6-alpha; video/x-h264, stream-format=(string)avc</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -53,7 +53,7 @@
|
|||
<name>video</name>
|
||||
<direction>sink</direction>
|
||||
<presence>request</presence>
|
||||
<details>video/x-flash-video; video/x-flash-screen; video/x-vp6-flash; video/x-vp6-alpha; video/x-h264</details>
|
||||
<details>video/x-flash-video; video/x-flash-screen; video/x-vp6-flash; video/x-vp6-alpha; video/x-h264, stream-format=(string)avc</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<name>audio_%d</name>
|
||||
<direction>sink</direction>
|
||||
<presence>request</presence>
|
||||
<details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], stream-format=(string){ raw }, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/mpeg, mpegversion=(int){ 2, 4 }, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-ac3, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-eac3, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-dts, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-vorbis, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-flac, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-speex, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)8, depth=(int)8, signed=(boolean)false, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int){ 4321, 1234 }, signed=(boolean)true, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)24, depth=(int)24, endianness=(int){ 4321, 1234 }, signed=(boolean)true, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)32, depth=(int)32, endianness=(int){ 4321, 1234 }, signed=(boolean)true, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int)[ 32, 64 ], endianness=(int)1234, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-tta, width=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ]; audio/x-pn-realaudio, raversion=(int){ 1, 2, 8 }, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)[ 1, 3 ], block_align=(int)[ 0, 65535 ], bitrate=(int)[ 0, 524288 ], channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]</details>
|
||||
<details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], stream-format=(string){ raw }, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/mpeg, mpegversion=(int){ 2, 4 }, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-ac3, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-eac3, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-dts, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-vorbis, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-flac, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-speex, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)8, depth=(int)8, signed=(boolean)false, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int){ 4321, 1234 }, signed=(boolean)true, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)24, depth=(int)24, endianness=(int){ 4321, 1234 }, signed=(boolean)true, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)32, depth=(int)32, endianness=(int){ 4321, 1234 }, signed=(boolean)true, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int)[ 32, 64 ], endianness=(int)1234, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-tta, width=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ]; audio/x-pn-realaudio, raversion=(int){ 1, 2, 8 }, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)[ 1, 3 ], block_align=(int)[ 0, 65535 ], bitrate=(int)[ 0, 524288 ], channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-alaw, channels=(int){ 1, 2 }, rate=(int)[ 8000, 192000 ]; audio/x-mulaw, channels=(int){ 1, 2 }, rate=(int)[ 8000, 192000 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>subtitle_%d</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Monoscope visualization</description>
|
||||
<filename>../../gst/monoscope/.libs/libgstmonoscope.so</filename>
|
||||
<basename>libgstmonoscope.so</basename>
|
||||
<version>0.10.27.1</version>
|
||||
<version>0.10.28.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)64, depth=(int)64, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -9,6 +9,30 @@
|
|||
<package>GStreamer Good Plug-ins git</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>v4l2radio</name>
|
||||
<longname>Radio (video4linux2) Tuner</longname>
|
||||
<class>Tuner</class>
|
||||
<description>Controls a Video4Linux2 radio device</description>
|
||||
<author>Alexey Chernov <4ernov@gmail.com></author>
|
||||
<pads>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>v4l2sink</name>
|
||||
<longname>Video (video4linux2) Sink</longname>
|
||||
<class>Sink/Video</class>
|
||||
<description>Displays frames on a video4linux2 device</description>
|
||||
<author>Rob Clark <rob@ti.com>,</author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)8, depth=(int)8, red_mask=(int)224, green_mask=(int)28, blue_mask=(int)3, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-gray, bpp=(int)8, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YVU9, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y42B, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y41B, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y41P, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)NV12, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)NV21, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUV9, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-bayer, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-dv, systemstream=(boolean)true, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/mpegts; video/x-sonix, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-pwc1, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-pwc2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YVYU, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>v4l2src</name>
|
||||
<longname>Video (video4linux2) Source</longname>
|
||||
|
@ -24,12 +48,5 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>v4l2radio</name>
|
||||
<longname>Radio (video4linux2) Tuner</longname>
|
||||
<class>Tuner</class>
|
||||
<description>Controls a Video4Linux2 radio device</description>
|
||||
<author>Alexey Chernov <4ernov@gmail.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
||||
</plugin>
|
|
@ -62,13 +62,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-yuv, format=(fourcc)AYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)Y444, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)IYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
<details>video/x-raw-yuv, format=(fourcc)AYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)Y444, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)IYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YVYU, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-yuv, format=(fourcc)AYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)Y444, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)IYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
<details>video/x-raw-yuv, format=(fourcc)AYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)Y444, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)IYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YVYU, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
Loading…
Reference in a new issue