diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 30 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.hierarchy | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.interfaces | 1 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-debugutilsbad.xml | 21 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-kms.xml | 2 |
5 files changed, 54 insertions, 1 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 5153eb3e8..58a625a69 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -67311,6 +67311,16 @@ Gestures in the defined region of interest will emit messages.</BLURB> </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> <RANGE>>= 0</RANGE> @@ -68781,6 +68791,16 @@ Gestures in the defined region of interest will emit messages.</BLURB> </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> <RANGE></RANGE> @@ -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> + diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 5b18e98cd..3dac0d543 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -239,6 +239,7 @@ GObject GstProxySrc GstSDPDemux GstSdpSrc + GstTestSrcBin GstVideoParse GstViewfinderBin GstWebRTCBin diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces index 85a2be1df..24851c706 100644 --- a/docs/plugins/gst-plugins-bad-plugins.interfaces +++ b/docs/plugins/gst-plugins-bad-plugins.interfaces @@ -88,6 +88,7 @@ GstSbcEnc GstPreset GstSdpSrc GstChildProxy GstURIHandler GstSirenEnc GstPreset GstTagMux GstTagSetter +GstTestSrcBin GstChildProxy GstURIHandler GstUnalignedAudioParse GstChildProxy GstUnalignedVideoParse GstChildProxy GstUvcH264Src GstChildProxy diff --git a/docs/plugins/inspect/plugin-debugutilsbad.xml b/docs/plugins/inspect/plugin-debugutilsbad.xml index 9e4bf403e..1105b049e 100644 --- a/docs/plugins/inspect/plugin-debugutilsbad.xml +++ b/docs/plugins/inspect/plugin-debugutilsbad.xml @@ -145,6 +145,27 @@ </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> <class>Generic</class> diff --git a/docs/plugins/inspect/plugin-kms.xml b/docs/plugins/inspect/plugin-kms.xml index d41564804..7845fcbbb 100644 --- a/docs/plugins/inspect/plugin-kms.xml +++ b/docs/plugins/inspect/plugin-kms.xml @@ -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> |