diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-02-28 00:06:41 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-02-28 00:06:41 +0000 |
commit | 341228ea049cdcc0550598375bc1b670bbf14dcb (patch) | |
tree | 1118d7ae23c50f86553f33d080c0b15ce888c0d9 /docs/plugins/inspect/plugin-debugutilsbad.xml | |
parent | 5089ab3428656ca89175e62361362730fc3bda68 (diff) | |
download | gstreamer-plugins-bad-341228ea049cdcc0550598375bc1b670bbf14dcb.tar.gz |
docs: add new audiolatency element to docs and update docs for git
Diffstat (limited to 'docs/plugins/inspect/plugin-debugutilsbad.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-debugutilsbad.xml | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/docs/plugins/inspect/plugin-debugutilsbad.xml b/docs/plugins/inspect/plugin-debugutilsbad.xml index e61e0baf1..343436457 100644 --- a/docs/plugins/inspect/plugin-debugutilsbad.xml +++ b/docs/plugins/inspect/plugin-debugutilsbad.xml @@ -6,7 +6,7 @@ <version>1.13.1.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins source release</package> + <package>GStreamer Bad Plug-ins git</package> <origin>Unknown package origin</origin> <elements> <element> @@ -22,12 +22,6 @@ <presence>always</presence> <details>ANY</details> </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>ANY</details> - </caps> </pads> </element> <element> @@ -121,6 +115,21 @@ </pads> </element> <element> + <name>fakevideosink</name> + <longname>Fake Video Sink</longname> + <class>Video/Sink</class> + <description>Fake video display that allow zero-copy</description> + <author>Nicolas Dufresne <nicolas.dufresne@collabora.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10BE, I420_10LE, I422_10BE, I422_10LE, Y444_10BE, Y444_10LE, GBR, GBR_10BE, GBR_10LE, NV16, NV24, NV12_64Z32, A420_10BE, A420_10LE, A422_10BE, A422_10LE, A444_10BE, A444_10LE, NV61, P010_10BE, P010_10LE, IYU2, VYUY, GBRA, GBRA_10BE, GBRA_10LE, GBR_12BE, GBR_12LE, GBRA_12BE, GBRA_12LE, I420_12BE, I420_12LE, I422_12BE, I422_12LE, Y444_12BE, Y444_12LE, GRAY10_LE32, NV12_10LE32, NV16_10LE32 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> + </pads> + </element> + <element> <name>fpsdisplaysink</name> <longname>Measure and show framerate on videosink</longname> <class>Sink/Video</class> |