summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-libde265.xml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-28 14:28:41 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-03-28 14:28:41 +0100
commit265df912456f21677f4694837982942f1be73823 (patch)
treeaf53e6e73846f772a67f09e16586a6fe0e04abb7 /docs/plugins/inspect/plugin-libde265.xml
parent5a856aa078318cc8c40ecfb5255807f4a6e9bc02 (diff)
downloadgstreamer-plugins-bad-265df912456f21677f4694837982942f1be73823.tar.gz
Update docs
Diffstat (limited to 'docs/plugins/inspect/plugin-libde265.xml')
-rw-r--r--docs/plugins/inspect/plugin-libde265.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-libde265.xml b/docs/plugins/inspect/plugin-libde265.xml
new file mode 100644
index 000000000..a80ca0f78
--- /dev/null
+++ b/docs/plugins/inspect/plugin-libde265.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>libde265</name>
+ <description>HEVC/H.265 decoder using libde265</description>
+ <filename>../../ext/libde265/.libs/libgstlibde265.so</filename>
+ <basename>libgstlibde265.so</basename>
+ <version>1.12.5</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins source release</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>libde265dec</name>
+ <longname>HEVC/H.265 decoder</longname>
+ <class>Codec/Decoder/Video</class>
+ <description>Decodes HEVC/H.265 video streams using libde265</description>
+ <author>struktur AG &lt;opensource@struktur.de&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-h265, stream-format=(string){ hvc1, hev1, byte-stream }, alignment=(string){ au, nal }</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>video/x-raw, format=(string)I420, 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