summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-libde265.xml
diff options
context:
space:
mode:
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