diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-17 15:09:31 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-17 15:09:31 +0000 |
commit | c8d258588e85f0b7e4dd07c79ac14debec30ce83 (patch) | |
tree | eef9e863a6c28ce3932352a9ddc873b87a730f4a /docs/plugins/inspect/plugin-h264parse.xml | |
parent | f8f00f26c79dde4f601af5799ca3dab4d4b0d87c (diff) | |
download | gst-plugins-bad-c8d258588e85f0b7e4dd07c79ac14debec30ce83.tar.gz gst-plugins-bad-c8d258588e85f0b7e4dd07c79ac14debec30ce83.tar.bz2 gst-plugins-bad-c8d258588e85f0b7e4dd07c79ac14debec30ce83.zip |
docs/plugins/inspect/: adding more inspect docs
Original commit message from CVS:
* docs/plugins/inspect/plugin-alsaspdif.xml:
* docs/plugins/inspect/plugin-filter.xml:
* docs/plugins/inspect/plugin-h264parse.xml:
* docs/plugins/inspect/plugin-musepack.xml:
* docs/plugins/inspect/plugin-nsfdec.xml:
* docs/plugins/inspect/plugin-sdl.xml:
* docs/plugins/inspect/plugin-spectrum.xml:
adding more inspect docs
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 |