mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +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>
|
<DEFAULT>TRUE</DEFAULT>
|
||||||
</ARG>
|
</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>
|
<ARG>
|
||||||
<NAME>GstVideoflip::method</NAME>
|
<NAME>GstVideoflip::method</NAME>
|
||||||
<TYPE>GstVideoflipMethod</TYPE>
|
<TYPE>GstVideoflipMethod</TYPE>
|
||||||
|
@ -3510,7 +3520,7 @@
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstSoupHTTPSrc::cookies</NAME>
|
<NAME>GstSoupHTTPSrc::cookies</NAME>
|
||||||
<TYPE>GStrv*</TYPE>
|
<TYPE>GStrv</TYPE>
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Cookies</NICK>
|
<NICK>Cookies</NICK>
|
||||||
|
@ -21208,3 +21218,33 @@
|
||||||
<DEFAULT>NULL</DEFAULT>
|
<DEFAULT>NULL</DEFAULT>
|
||||||
</ARG>
|
</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
|
GObject
|
||||||
GdkPixbuf
|
|
||||||
GstCmmlTagClip
|
|
||||||
GstCmmlTagHead
|
|
||||||
GstCmmlTagStream
|
|
||||||
GstColorBalanceChannel
|
|
||||||
GstObject
|
GstObject
|
||||||
GstBus
|
GstPad
|
||||||
GstClock
|
GstVideoMixer2Pad
|
||||||
GstSystemClock
|
GstVideoMixerPad
|
||||||
GstAudioClock
|
GstInterleavePad
|
||||||
|
GstPadTemplate
|
||||||
|
GstPluginFeature
|
||||||
|
GstElementFactory
|
||||||
|
GstTypeFindFactory
|
||||||
|
GstIndexFactory
|
||||||
GstElement
|
GstElement
|
||||||
GstALawDec
|
GstBin
|
||||||
GstALawEnc
|
GstPipeline
|
||||||
GstAsteriskh263
|
GstSwitchSink
|
||||||
GstAuParse
|
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
|
GstAviDemux
|
||||||
GstAviMux
|
GstAviMux
|
||||||
GstAviSubtitle
|
GstAviSubtitle
|
||||||
|
GstRTPDepay
|
||||||
GstBaseRTPDepayload
|
GstBaseRTPDepayload
|
||||||
GstRTPBVDepay
|
|
||||||
GstRTPDVDepay
|
|
||||||
GstRTPGSMDepay
|
|
||||||
GstRTPSirenDepay
|
|
||||||
GstRTPiLBCDepay
|
|
||||||
GstRtpAC3Depay
|
GstRtpAC3Depay
|
||||||
GstRtpAMRDepay
|
GstRTPBVDepay
|
||||||
GstRtpCELTDepay
|
GstRtpCELTDepay
|
||||||
|
GstRTPDVDepay
|
||||||
|
GstRtpGSTDepay
|
||||||
|
GstRTPiLBCDepay
|
||||||
GstRtpG722Depay
|
GstRtpG722Depay
|
||||||
GstRtpG723Depay
|
GstRtpG723Depay
|
||||||
GstRtpG726Depay
|
GstRtpG726Depay
|
||||||
GstRtpG729Depay
|
GstRtpG729Depay
|
||||||
GstRtpGSTDepay
|
GstRTPGSMDepay
|
||||||
GstRtpH263Depay
|
GstRtpAMRDepay
|
||||||
|
GstRtpPcmaDepay
|
||||||
|
GstRtpPcmuDepay
|
||||||
|
GstRtpMPADepay
|
||||||
|
GstRtpMPARobustDepay
|
||||||
|
GstRtpMPVDepay
|
||||||
GstRtpH263PDepay
|
GstRtpH263PDepay
|
||||||
|
GstRtpH263Depay
|
||||||
GstRtpH264Depay
|
GstRtpH264Depay
|
||||||
GstRtpJ2KDepay
|
GstRtpJ2KDepay
|
||||||
GstRtpJPEGDepay
|
GstRtpJPEGDepay
|
||||||
GstRtpL16Depay
|
GstRtpL16Depay
|
||||||
GstRtpMP1SDepay
|
GstRtpMP1SDepay
|
||||||
GstRtpMP2TDepay
|
GstRtpMP2TDepay
|
||||||
|
GstRtpMP4VDepay
|
||||||
GstRtpMP4ADepay
|
GstRtpMP4ADepay
|
||||||
GstRtpMP4GDepay
|
GstRtpMP4GDepay
|
||||||
GstRtpMP4VDepay
|
|
||||||
GstRtpMPADepay
|
|
||||||
GstRtpMPARobustDepay
|
|
||||||
GstRtpMPVDepay
|
|
||||||
GstRtpPcmaDepay
|
|
||||||
GstRtpPcmuDepay
|
|
||||||
GstRtpQCELPDepay
|
GstRtpQCELPDepay
|
||||||
GstRtpQDM2Depay
|
GstRtpQDM2Depay
|
||||||
|
GstRTPSirenDepay
|
||||||
GstRtpSPEEXDepay
|
GstRtpSPEEXDepay
|
||||||
GstRtpSV3VDepay
|
GstRtpSV3VDepay
|
||||||
GstRtpTheoraDepay
|
GstRtpTheoraDepay
|
||||||
GstRtpVRawDepay
|
|
||||||
GstRtpVorbisDepay
|
GstRtpVorbisDepay
|
||||||
|
GstRtpVRawDepay
|
||||||
GstRtpXQTDepay
|
GstRtpXQTDepay
|
||||||
GstBaseRTPPayload
|
GstBaseRTPPayload
|
||||||
|
GstRtpAC3Pay
|
||||||
GstBaseRTPAudioPayload
|
GstBaseRTPAudioPayload
|
||||||
GstRTPBVPay
|
GstRTPBVPay
|
||||||
GstRTPILBCPay
|
GstRTPILBCPay
|
||||||
GstRTPSirenPay
|
|
||||||
GstRtpG722Pay
|
GstRtpG722Pay
|
||||||
GstRtpG726Pay
|
GstRtpG726Pay
|
||||||
GstRtpL16Pay
|
|
||||||
GstRtpPcmaPay
|
|
||||||
GstRtpPcmuPay
|
GstRtpPcmuPay
|
||||||
|
GstRtpPcmaPay
|
||||||
|
GstRtpL16Pay
|
||||||
|
GstRTPSirenPay
|
||||||
|
GstRtpCELTPay
|
||||||
GstRTPDVPay
|
GstRTPDVPay
|
||||||
|
GstRtpGSTPay
|
||||||
GstRTPG723Pay
|
GstRTPG723Pay
|
||||||
GstRTPG729Pay
|
GstRTPG729Pay
|
||||||
GstRTPGSMPay
|
GstRTPGSMPay
|
||||||
GstRTPMP2TPay
|
|
||||||
GstRTPMPVPay
|
|
||||||
GstRtpAC3Pay
|
|
||||||
GstRtpAMRPay
|
GstRtpAMRPay
|
||||||
GstRtpCELTPay
|
GstRtpMPAPay
|
||||||
GstRtpGSTPay
|
GstRTPMPVPay
|
||||||
GstRtpH263PPay
|
GstRtpH263PPay
|
||||||
GstRtpH263Pay
|
GstRtpH263Pay
|
||||||
GstRtpH264Pay
|
GstRtpH264Pay
|
||||||
GstRtpJ2KPay
|
GstRtpJ2KPay
|
||||||
GstRtpJPEGPay
|
GstRtpJPEGPay
|
||||||
|
GstRTPMP2TPay
|
||||||
|
GstRtpMP4VPay
|
||||||
GstRtpMP4APay
|
GstRtpMP4APay
|
||||||
GstRtpMP4GPay
|
GstRtpMP4GPay
|
||||||
GstRtpMP4VPay
|
|
||||||
GstRtpMPAPay
|
|
||||||
GstRtpSPEEXPay
|
GstRtpSPEEXPay
|
||||||
GstRtpTheoraPay
|
GstRtpTheoraPay
|
||||||
GstRtpVRawPay
|
|
||||||
GstRtpVorbisPay
|
GstRtpVorbisPay
|
||||||
GstBaseSink
|
GstRtpVRawPay
|
||||||
GstAASink
|
GstAsteriskh263
|
||||||
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
|
|
||||||
GstGoom
|
GstGoom
|
||||||
GstGoom2k1
|
GstGoom2k1
|
||||||
GstICYDemux
|
GstWavEnc
|
||||||
GstImageFreeze
|
|
||||||
GstInterleave
|
|
||||||
GstJpegDec
|
|
||||||
GstJpegEnc
|
|
||||||
GstMatroskaDemux
|
|
||||||
GstMatroskaMux
|
|
||||||
GstWebMMux
|
|
||||||
GstMonoscope
|
|
||||||
GstMuLawDec
|
|
||||||
GstMuLawEnc
|
|
||||||
GstMultipartDemux
|
|
||||||
GstMultipartMux
|
|
||||||
GstOss4Mixer
|
|
||||||
GstOssMixerElement
|
|
||||||
GstPngDec
|
|
||||||
GstPngEnc
|
|
||||||
GstPulseMixer
|
|
||||||
GstQTDemux
|
|
||||||
GstRTPDec
|
|
||||||
GstRTPDepay
|
|
||||||
GstRndBufferSize
|
|
||||||
GstRtpJitterBuffer
|
GstRtpJitterBuffer
|
||||||
GstRtpPtDemux
|
GstRtpPtDemux
|
||||||
GstRtpSession
|
GstRtpSession
|
||||||
GstRtpSsrcDemux
|
GstRtpSsrcDemux
|
||||||
|
GstRndBufferSize
|
||||||
|
GstCapsDebug
|
||||||
|
GstEFence
|
||||||
|
GstCutter
|
||||||
|
GstMatroskaDemux
|
||||||
|
GstMatroskaParse
|
||||||
|
GstMatroskaMux
|
||||||
|
GstWebMMux
|
||||||
|
GstRTPDec
|
||||||
|
GstQTDemux
|
||||||
GstSMPTE
|
GstSMPTE
|
||||||
GstShapeWipe
|
GstAuParse
|
||||||
GstSmokeDec
|
GstMultipartDemux
|
||||||
GstSmokeEnc
|
GstMultipartMux
|
||||||
GstSpeexDec
|
GstALawEnc
|
||||||
GstSpeexEnc
|
GstALawDec
|
||||||
|
GstMuLawEnc
|
||||||
|
GstMuLawDec
|
||||||
GstTagDemux
|
GstTagDemux
|
||||||
GstApeDemux
|
GstApeDemux
|
||||||
GstID3Demux
|
GstID3Demux
|
||||||
GstTagLibMux
|
GstFlxDec
|
||||||
GstApev2Mux
|
GstDeinterlace
|
||||||
GstId3v2Mux
|
GstImageFreeze
|
||||||
|
GstY4mEncode
|
||||||
|
GstInterleave
|
||||||
|
GstDeinterleave
|
||||||
|
GstWavParse
|
||||||
|
GstFlvDemux
|
||||||
|
GstFlvMux
|
||||||
|
GstMonoscope
|
||||||
|
GstICYDemux
|
||||||
GstVideoMixer
|
GstVideoMixer
|
||||||
GstVideoMixer2
|
GstVideoMixer2
|
||||||
GstWavEnc
|
GstBus
|
||||||
GstWavParse
|
|
||||||
GstWavpackDec
|
|
||||||
GstWavpackEnc
|
|
||||||
GstWavpackParse
|
|
||||||
GstY4mEncode
|
|
||||||
GstPad
|
|
||||||
GstInterleavePad
|
|
||||||
GstVideoMixer2Pad
|
|
||||||
GstVideoMixerPad
|
|
||||||
GstPadTemplate
|
|
||||||
GstPlugin
|
|
||||||
GstPluginFeature
|
|
||||||
GstElementFactory
|
|
||||||
GstIndexFactory
|
|
||||||
GstTypeFindFactory
|
|
||||||
GstRegistry
|
|
||||||
GstRingBuffer
|
|
||||||
GstAudioSinkRingBuffer
|
|
||||||
GstAudioSrcRingBuffer
|
|
||||||
GstJackAudioSinkRingBuffer
|
|
||||||
GstJackAudioSrcRingBuffer
|
|
||||||
GstTask
|
GstTask
|
||||||
GstTaskPool
|
GstTaskPool
|
||||||
|
GstClock
|
||||||
|
GstSystemClock
|
||||||
|
GstAudioClock
|
||||||
|
GstPlugin
|
||||||
|
GstRegistry
|
||||||
|
GstRingBuffer
|
||||||
|
GstAudioSrcRingBuffer
|
||||||
|
GstAudioSinkRingBuffer
|
||||||
|
GstJackAudioSrcRingBuffer
|
||||||
|
GstJackAudioSinkRingBuffer
|
||||||
GstSignalObject
|
GstSignalObject
|
||||||
GstTunerChannel
|
GstCmmlTagStream
|
||||||
GstTunerNorm
|
GstCmmlTagHead
|
||||||
|
GstCmmlTagClip
|
||||||
|
GstColorBalanceChannel
|
||||||
RTPSession
|
RTPSession
|
||||||
|
GstTunerNorm
|
||||||
|
GstTunerChannel
|
||||||
|
GdkPixbuf
|
||||||
GInterface
|
GInterface
|
||||||
GIcon
|
|
||||||
GTypePlugin
|
GTypePlugin
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstColorBalance
|
GstURIHandler
|
||||||
|
GstPropertyProbe
|
||||||
|
GstPreset
|
||||||
|
GstTagSetter
|
||||||
|
GstStreamVolume
|
||||||
GstImplementsInterface
|
GstImplementsInterface
|
||||||
GstMixer
|
GstMixer
|
||||||
GstNavigation
|
|
||||||
GstPreset
|
|
||||||
GstPropertyProbe
|
|
||||||
GstStreamVolume
|
|
||||||
GstTagSetter
|
|
||||||
GstTuner
|
GstTuner
|
||||||
GstURIHandler
|
GstColorBalance
|
||||||
GstVideoOrientation
|
GstVideoOrientation
|
||||||
GstXOverlay
|
GstXOverlay
|
||||||
|
GstNavigation
|
||||||
|
GIcon
|
||||||
|
|
|
@ -1,55 +1,56 @@
|
||||||
GstBin GstChildProxy
|
GstBin GstChildProxy
|
||||||
GstPipeline GstChildProxy
|
GstPipeline GstChildProxy
|
||||||
GstHalAudioSink GstChildProxy
|
|
||||||
GstHalAudioSrc GstChildProxy
|
|
||||||
GstSwitchSink GstChildProxy
|
GstSwitchSink GstChildProxy
|
||||||
GstGConfVideoSink GstChildProxy
|
GstGConfVideoSink GstChildProxy
|
||||||
GstGConfAudioSink GstChildProxy
|
GstGConfAudioSink GstChildProxy
|
||||||
GstSwitchSrc GstChildProxy
|
GstSwitchSrc GstChildProxy
|
||||||
GstGConfVideoSrc GstChildProxy
|
GstGConfVideoSrc GstChildProxy
|
||||||
GstGConfAudioSrc GstChildProxy
|
GstGConfAudioSrc GstChildProxy
|
||||||
GstRTSPSrc GstChildProxy GstURIHandler
|
GstHalAudioSink GstChildProxy
|
||||||
|
GstHalAudioSrc GstChildProxy
|
||||||
GstRtpBin GstChildProxy
|
GstRtpBin GstChildProxy
|
||||||
GstPushFileSrc GstChildProxy GstURIHandler
|
|
||||||
GstAutoVideoSink GstChildProxy
|
GstAutoVideoSink GstChildProxy
|
||||||
GstAutoVideoSrc GstChildProxy
|
GstAutoVideoSrc GstChildProxy
|
||||||
GstAutoAudioSink GstChildProxy
|
GstAutoAudioSink GstChildProxy
|
||||||
GstAutoAudioSrc GstChildProxy
|
GstAutoAudioSrc GstChildProxy
|
||||||
|
GstPushFileSrc GstChildProxy GstURIHandler
|
||||||
|
GstRTSPSrc GstChildProxy GstURIHandler
|
||||||
GstRgVolume GstChildProxy
|
GstRgVolume GstChildProxy
|
||||||
GstAspectRatioCrop 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
|
GstPulseSink GstStreamVolume GstImplementsInterface GstPropertyProbe
|
||||||
GstOss4Sink GstStreamVolume GstPropertyProbe
|
GstOss4Sink GstStreamVolume GstPropertyProbe
|
||||||
GstV4l2Sink GstImplementsInterface GstXOverlay GstNavigation GstColorBalance GstVideoOrientation GstPropertyProbe
|
GstV4l2Sink GstImplementsInterface GstXOverlay GstNavigation GstColorBalance GstVideoOrientation GstPropertyProbe
|
||||||
GstShout2send GstTagSetter
|
GstShout2send GstTagSetter
|
||||||
GstUDPSink GstURIHandler
|
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
|
GstTagLibMux GstTagSetter
|
||||||
GstId3v2Mux GstTagSetter
|
GstId3v2Mux GstTagSetter
|
||||||
GstApev2Mux GstTagSetter
|
GstApev2Mux GstTagSetter
|
||||||
GstFlacEnc GstTagSetter GstPreset
|
GstFlacEnc GstTagSetter GstPreset
|
||||||
GstFlacTag GstTagSetter
|
GstFlacTag GstTagSetter
|
||||||
GstWavpackEnc GstPreset
|
GstVideoBalance GstImplementsInterface GstColorBalance
|
||||||
|
GstIirEqualizer GstChildProxy
|
||||||
|
GstIirEqualizerNBands GstChildProxy
|
||||||
|
GstIirEqualizer3Bands GstChildProxy GstPreset
|
||||||
|
GstIirEqualizer10Bands GstChildProxy GstPreset
|
||||||
|
GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
GstSpeexEnc GstTagSetter GstPreset
|
GstSpeexEnc GstTagSetter GstPreset
|
||||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
|
||||||
GstOssMixerElement GstImplementsInterface GstMixer
|
GstOssMixerElement GstImplementsInterface GstMixer
|
||||||
|
GstV4l2Radio GstURIHandler GstImplementsInterface GstTuner GstPropertyProbe
|
||||||
|
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
|
GstAviMux GstTagSetter
|
||||||
GstMatroskaMux GstTagSetter
|
GstMatroskaMux GstTagSetter
|
||||||
GstWebMMux GstTagSetter
|
GstWebMMux GstTagSetter
|
||||||
|
GstDeinterlace GstChildProxy
|
||||||
|
GstFlvMux GstTagSetter
|
||||||
GstVideoMixer GstChildProxy
|
GstVideoMixer GstChildProxy
|
||||||
GstVideoMixer2 GstChildProxy
|
GstVideoMixer2 GstChildProxy
|
||||||
GstFlvMux GstTagSetter
|
|
||||||
GstAviMux GstTagSetter
|
|
||||||
GstDeinterlace GstChildProxy
|
|
||||||
GdkPixbuf GIcon
|
GdkPixbuf GIcon
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
|
GstTagSetter GstElement
|
||||||
GstStreamVolume GObject
|
GstStreamVolume GObject
|
||||||
GstImplementsInterface GstElement
|
GstImplementsInterface GstElement
|
||||||
GstMixer GstImplementsInterface GstElement
|
GstMixer GstImplementsInterface GstElement
|
||||||
GstTagSetter GstElement
|
|
||||||
GstTuner GstImplementsInterface GstElement
|
GstTuner GstImplementsInterface GstElement
|
||||||
GstColorBalance GstImplementsInterface GstElement
|
GstColorBalance GstImplementsInterface GstElement
|
||||||
GstVideoOrientation 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>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<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>
|
<element>
|
||||||
<name>cairorender</name>
|
<name>cairorender</name>
|
||||||
<longname>Cairo encoder</longname>
|
<longname>Cairo encoder</longname>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<name>video</name>
|
<name>video</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>sometimes</presence>
|
<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>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
<name>video</name>
|
<name>video</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>request</presence>
|
<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>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
<name>audio_%d</name>
|
<name>audio_%d</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>request</presence>
|
<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>
|
||||||
<caps>
|
<caps>
|
||||||
<name>subtitle_%d</name>
|
<name>subtitle_%d</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Monoscope visualization</description>
|
<description>Monoscope visualization</description>
|
||||||
<filename>../../gst/monoscope/.libs/libgstmonoscope.so</filename>
|
<filename>../../gst/monoscope/.libs/libgstmonoscope.so</filename>
|
||||||
<basename>libgstmonoscope.so</basename>
|
<basename>libgstmonoscope.so</basename>
|
||||||
<version>0.10.27.1</version>
|
<version>0.10.28.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<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>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -9,6 +9,30 @@
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<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>
|
<element>
|
||||||
<name>v4l2src</name>
|
<name>v4l2src</name>
|
||||||
<longname>Video (video4linux2) Source</longname>
|
<longname>Video (video4linux2) Source</longname>
|
||||||
|
@ -24,12 +48,5 @@
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</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>
|
</elements>
|
||||||
</plugin>
|
</plugin>
|
|
@ -62,13 +62,13 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<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>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<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>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
Loading…
Reference in a new issue