diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2016-06-20 18:52:00 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2016-06-21 13:46:00 -0400 |
commit | 951157c2a557b55c8c5f8ebb5a0df400d534dab4 (patch) | |
tree | c33e5e7531a4e5032d781ff2f55e9fc52d9cd161 /docs/plugins/inspect/plugin-fbdevsink.xml | |
parent | e016989a80bb27abf8ef9af1c23d2f7d2f696c30 (diff) | |
download | gstreamer-plugins-bad-951157c2a557b55c8c5f8ebb5a0df400d534dab4.tar.gz |
doc: Automatic update
This is an automatic update with manual merges of running
"make update" in the doc/plugins directory. This should help
later maintenance of the plugins doc. A lot of plugin are
not referenced yet in the doc. Will come later.
Diffstat (limited to 'docs/plugins/inspect/plugin-fbdevsink.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-fbdevsink.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-fbdevsink.xml b/docs/plugins/inspect/plugin-fbdevsink.xml new file mode 100644 index 000000000..4e9da57ac --- /dev/null +++ b/docs/plugins/inspect/plugin-fbdevsink.xml @@ -0,0 +1,28 @@ +<plugin> + <name>fbdevsink</name> + <description>Linux framebuffer video sink</description> + <filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename> + <basename>libgstfbdevsink.so</basename> + <version>1.9.0.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins git</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>fbdevsink</name> + <longname>fbdev video sink</longname> + <class>Sink/Video</class> + <description>Linux framebuffer videosink</description> + <author>Sean D'Epagnier <sean@depagnier.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-raw, format=(string){ RGB, BGR, BGRx, xBGR, RGB, RGBx, xRGB, RGB15, RGB16 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |