[gst-cvs] gst-plugins-bad: docs: add inspect files for new plugins

Tim Mueller tpm at kemper.freedesktop.org
Fri Jun 5 02:36:36 PDT 2009


Module: gst-plugins-bad
Branch: master
Commit: 2d4469c9846c6bf4e57763b051dfaf3fed8d346b
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=2d4469c9846c6bf4e57763b051dfaf3fed8d346b

Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Fri Jun  5 10:25:26 2009 +0100

docs: add inspect files for new plugins

---

 docs/plugins/inspect/plugin-adpcmdec.xml |   34 ++++++++++++++++++++++++++++++
 docs/plugins/inspect/plugin-hdvparse.xml |   34 ++++++++++++++++++++++++++++++
 docs/plugins/inspect/plugin-id3tag.xml   |   34 ++++++++++++++++++++++++++++++
 3 files changed, 102 insertions(+), 0 deletions(-)

diff --git a/docs/plugins/inspect/plugin-adpcmdec.xml b/docs/plugins/inspect/plugin-adpcmdec.xml
new file mode 100644
index 0000000..a534181
--- /dev/null
+++ b/docs/plugins/inspect/plugin-adpcmdec.xml
@@ -0,0 +1,34 @@
+<plugin>
+  <name>adpcmdec</name>
+  <description>ADPCM decoder</description>
+  <filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
+  <basename>libgstadpcmdec.so</basename>
+  <version>0.10.12.1</version>
+  <license>LGPL</license>
+  <source>gst-plugins-bad</source>
+  <package>GStreamer Bad Plug-ins git/prerelease</package>
+  <origin>Unknown package origin</origin>
+  <elements>
+    <element>
+      <name>msadpcmdec</name>
+      <longname>MS-ADPCM decoder</longname>
+      <class>Codec/Decoder/Audio</class>
+      <description>Decode MS AD-PCM audio</description>
+      <author>Pioneers of the Inevitable &lt;songbird at songbirdnest.com</author>
+      <pads>
+        <caps>
+          <name>src</name>
+          <direction>source</direction>
+          <presence>always</presence>
+          <details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, signed=(boolean)true, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]</details>
+        </caps>
+        <caps>
+          <name>sink</name>
+          <direction>sink</direction>
+          <presence>always</presence>
+          <details>audio/x-adpcm, layout=(string)microsoft, block_align=(int)[ 64, 8096 ], rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details>
+        </caps>
+      </pads>
+    </element>
+  </elements>
+</plugin>
\ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-hdvparse.xml b/docs/plugins/inspect/plugin-hdvparse.xml
new file mode 100644
index 0000000..c56a11b
--- /dev/null
+++ b/docs/plugins/inspect/plugin-hdvparse.xml
@@ -0,0 +1,34 @@
+<plugin>
+  <name>hdvparse</name>
+  <description>HDV private stream parser</description>
+  <filename>../../gst/hdvparse/.libs/libgsthdvparse.so</filename>
+  <basename>libgsthdvparse.so</basename>
+  <version>0.10.12.1</version>
+  <license>LGPL</license>
+  <source>gst-plugins-bad</source>
+  <package>GStreamer</package>
+  <origin>http://gstreamer.net/</origin>
+  <elements>
+    <element>
+      <name>hdvparse</name>
+      <longname>HDVParser</longname>
+      <class>Data/Parser</class>
+      <description>HDV private stream Parser</description>
+      <author>Edward Hervey &lt;bilboed at bilboed.com&gt;</author>
+      <pads>
+        <caps>
+          <name>sink</name>
+          <direction>sink</direction>
+          <presence>always</presence>
+          <details>private/hdv-a1</details>
+        </caps>
+        <caps>
+          <name>src</name>
+          <direction>source</direction>
+          <presence>always</presence>
+          <details>private/hdv-a1, parsed=(boolean)true</details>
+        </caps>
+      </pads>
+    </element>
+  </elements>
+</plugin>
\ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-id3tag.xml b/docs/plugins/inspect/plugin-id3tag.xml
new file mode 100644
index 0000000..4f5b347
--- /dev/null
+++ b/docs/plugins/inspect/plugin-id3tag.xml
@@ -0,0 +1,34 @@
+<plugin>
+  <name>id3tag</name>
+  <description>ID3 v1 and v2 muxing plugin</description>
+  <filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
+  <basename>libgstid3tag.so</basename>
+  <version>0.10.12.1</version>
+  <license>LGPL</license>
+  <source>gst-plugins-bad</source>
+  <package>GStreamer Bad Plug-ins git/prerelease</package>
+  <origin>Unknown package origin</origin>
+  <elements>
+    <element>
+      <name>id3tag</name>
+      <longname>ID3 v1 and v2 Muxer</longname>
+      <class>Formatter/Metadata</class>
+      <description>Adds an ID3v2 header and ID3v1 footer to a file</description>
+      <author>Michael Smith &lt;msmith at songbirdnest.com&gt;, Tim-Philipp Müller &lt;tim centricular net&gt;</author>
+      <pads>
+        <caps>
+          <name>src</name>
+          <direction>source</direction>
+          <presence>always</presence>
+          <details>application/x-id3</details>
+        </caps>
+        <caps>
+          <name>sink</name>
+          <direction>sink</direction>
+          <presence>always</presence>
+          <details>ANY</details>
+        </caps>
+      </pads>
+    </element>
+  </elements>
+</plugin>
\ No newline at end of file





More information about the Gstreamer-commits mailing list