mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 01:54:17 +00:00
docs: plugins: update
This commit is contained in:
parent
5d27bd1db0
commit
8a16531b6a
5 changed files with 54 additions and 1 deletions
|
@ -67310,6 +67310,16 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
|||
<DEFAULT>NULL</DEFAULT>
|
||||
</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>
|
||||
<NAME>GstDecklinkVideoSink::device-number</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
|
@ -68780,6 +68790,16 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
|||
<DEFAULT>ssim</DEFAULT>
|
||||
</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>
|
||||
<NAME>GstQtSink::force-aspect-ratio</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
|
@ -73140,3 +73160,13 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
|||
<DEFAULT>FALSE</DEFAULT>
|
||||
</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
|
||||
GstSDPDemux
|
||||
GstSdpSrc
|
||||
GstTestSrcBin
|
||||
GstVideoParse
|
||||
GstViewfinderBin
|
||||
GstWebRTCBin
|
||||
|
|
|
@ -88,6 +88,7 @@ GstSbcEnc GstPreset
|
|||
GstSdpSrc GstChildProxy GstURIHandler
|
||||
GstSirenEnc GstPreset
|
||||
GstTagMux GstTagSetter
|
||||
GstTestSrcBin GstChildProxy GstURIHandler
|
||||
GstUnalignedAudioParse GstChildProxy
|
||||
GstUnalignedVideoParse GstChildProxy
|
||||
GstUvcH264Src GstChildProxy
|
||||
|
|
|
@ -144,6 +144,27 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</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>
|
||||
<name>watchdog</name>
|
||||
<longname>Watchdog</longname>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<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>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
Loading…
Reference in a new issue