docs: plugins: update
authorTim-Philipp Müller <tim@centricular.com>
Sat, 5 May 2018 15:55:58 +0000 (17:55 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 5 May 2018 15:55:58 +0000 (17:55 +0200)
docs/plugins/gst-plugins-bad-plugins.args
docs/plugins/gst-plugins-bad-plugins.hierarchy
docs/plugins/gst-plugins-bad-plugins.interfaces
docs/plugins/inspect/plugin-debugutilsbad.xml
docs/plugins/inspect/plugin-kms.xml

index 5153eb3..58a625a 100644 (file)
@@ -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>
+
index 5b18e98..3dac0d5 100644 (file)
@@ -239,6 +239,7 @@ GObject
           GstProxySrc
           GstSDPDemux
           GstSdpSrc
+          GstTestSrcBin
           GstVideoParse
           GstViewfinderBin
           GstWebRTCBin
index 85a2be1..24851c7 100644 (file)
@@ -88,6 +88,7 @@ GstSbcEnc GstPreset
 GstSdpSrc GstChildProxy GstURIHandler
 GstSirenEnc GstPreset
 GstTagMux GstTagSetter
+GstTestSrcBin GstChildProxy GstURIHandler
 GstUnalignedAudioParse GstChildProxy
 GstUnalignedVideoParse GstChildProxy
 GstUvcH264Src GstChildProxy
index 9e4bf40..1105b04 100644 (file)
       </pads>
     </element>
     <element>
+      <name>testsrcbin</name>
+      <longname>Generic bin</longname>
+      <class>Generic/Bin</class>
+      <description>Simple container object</description>
+      <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;,Wim Taymans &lt;wim.taymans@gmail.com&gt;</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>
index d415648..7845fcb 100644 (file)
@@ -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>