diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-h264parse.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-h264parse.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-h264parse.xml b/docs/plugins/inspect/plugin-h264parse.xml new file mode 100644 index 00000000..04987f91 --- /dev/null +++ b/docs/plugins/inspect/plugin-h264parse.xml @@ -0,0 +1,20 @@ +<plugin> + <name>h264parse</name> + <description>Element parsing raw h264 streams</description> + <filename>../../gst/h264parse/.libs/libgsth264parse.so</filename> + <basename>libgsth264parse.so</basename> + <version>0.10.3.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>h264parse</name> + <longname>H264Parse</longname> + <class>Codec/Parser</class> + <description>Parses raw h264 stream</description> + <author>Michal Benes <michal.benes@itonis.tv></author> + </element> + </elements> +</plugin>
\ No newline at end of file |