docs: plugins: update
This commit is contained in:
parent
5d27bd1db0
commit
8a16531b6a
@ -67310,6 +67310,16 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
|||||||
<DEFAULT>NULL</DEFAULT>
|
<DEFAULT>NULL</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstDecklinkVideoSrc::output-cc</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Output Closed Caption</NICK>
|
||||||
|
<BLURB>Extract and output CC as GstMeta (if present).</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDecklinkVideoSink::device-number</NAME>
|
<NAME>GstDecklinkVideoSink::device-number</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
@ -68780,6 +68790,16 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
|||||||
<DEFAULT>ssim</DEFAULT>
|
<DEFAULT>ssim</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstX265Enc::key-int-max</NAME>
|
||||||
|
<TYPE>gint</TYPE>
|
||||||
|
<RANGE>>= 0</RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Max key frame</NICK>
|
||||||
|
<BLURB>Maximal distance between two key-frames (0 = x265 default / 250).</BLURB>
|
||||||
|
<DEFAULT>0</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstQtSink::force-aspect-ratio</NAME>
|
<NAME>GstQtSink::force-aspect-ratio</NAME>
|
||||||
<TYPE>gboolean</TYPE>
|
<TYPE>gboolean</TYPE>
|
||||||
@ -73140,3 +73160,13 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
|||||||
<DEFAULT>FALSE</DEFAULT>
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstTestSrcBin::stream-types</NAME>
|
||||||
|
<TYPE>gchar*</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Stream types</NICK>
|
||||||
|
<BLURB>String describing the stream types to expose, eg. "video+audio".</BLURB>
|
||||||
|
<DEFAULT>NULL</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
@ -239,6 +239,7 @@ GObject
|
|||||||
GstProxySrc
|
GstProxySrc
|
||||||
GstSDPDemux
|
GstSDPDemux
|
||||||
GstSdpSrc
|
GstSdpSrc
|
||||||
|
GstTestSrcBin
|
||||||
GstVideoParse
|
GstVideoParse
|
||||||
GstViewfinderBin
|
GstViewfinderBin
|
||||||
GstWebRTCBin
|
GstWebRTCBin
|
||||||
|
@ -88,6 +88,7 @@ GstSbcEnc GstPreset
|
|||||||
GstSdpSrc GstChildProxy GstURIHandler
|
GstSdpSrc GstChildProxy GstURIHandler
|
||||||
GstSirenEnc GstPreset
|
GstSirenEnc GstPreset
|
||||||
GstTagMux GstTagSetter
|
GstTagMux GstTagSetter
|
||||||
|
GstTestSrcBin GstChildProxy GstURIHandler
|
||||||
GstUnalignedAudioParse GstChildProxy
|
GstUnalignedAudioParse GstChildProxy
|
||||||
GstUnalignedVideoParse GstChildProxy
|
GstUnalignedVideoParse GstChildProxy
|
||||||
GstUvcH264Src GstChildProxy
|
GstUvcH264Src GstChildProxy
|
||||||
|
@ -144,6 +144,27 @@
|
|||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>testsrcbin</name>
|
||||||
|
<longname>Generic bin</longname>
|
||||||
|
<class>Generic/Bin</class>
|
||||||
|
<description>Simple container object</description>
|
||||||
|
<author>Erik Walthinsen <omega@cse.ogi.edu>,Wim Taymans <wim.taymans@gmail.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>audio_src_%u</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>sometimes</presence>
|
||||||
|
<details>audio/x-raw(ANY)</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>video_src_%u</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>sometimes</presence>
|
||||||
|
<details>video/x-raw(ANY)</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
<element>
|
<element>
|
||||||
<name>watchdog</name>
|
<name>watchdog</name>
|
||||||
<longname>Watchdog</longname>
|
<longname>Watchdog</longname>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw, format=(string){ BGRA, BGRx, RGBA, RGBx, UYVY, YUY2, YVYU, I420, YV12, Y42B, NV12, NV21, NV16 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string){ BGRA, BGRx, RGBA, RGBx, RGB, BGR, UYVY, YUY2, YVYU, I420, YV12, Y42B, NV12, NV21, NV16 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user