From 2d4469c9846c6bf4e57763b051dfaf3fed8d346b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 5 Jun 2009 10:25:26 +0100 Subject: 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(+) create mode 100644 docs/plugins/inspect/plugin-adpcmdec.xml create mode 100644 docs/plugins/inspect/plugin-hdvparse.xml create mode 100644 docs/plugins/inspect/plugin-id3tag.xml (limited to 'docs/plugins') diff --git a/docs/plugins/inspect/plugin-adpcmdec.xml b/docs/plugins/inspect/plugin-adpcmdec.xml new file mode 100644 index 00000000..a534181a --- /dev/null +++ b/docs/plugins/inspect/plugin-adpcmdec.xml @@ -0,0 +1,34 @@ + + adpcmdec + ADPCM decoder + ../../gst/adpcmdec/.libs/libgstadpcmdec.so + libgstadpcmdec.so + 0.10.12.1 + LGPL + gst-plugins-bad + GStreamer Bad Plug-ins git/prerelease + Unknown package origin + + + msadpcmdec + MS-ADPCM decoder + Codec/Decoder/Audio + Decode MS AD-PCM audio + Pioneers of the Inevitable <songbird@songbirdnest.com + + + src + source + always +
audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, signed=(boolean)true, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]
+
+ + sink + sink + always +
audio/x-adpcm, layout=(string)microsoft, block_align=(int)[ 64, 8096 ], rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]
+
+
+
+
+
\ 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 00000000..c56a11be --- /dev/null +++ b/docs/plugins/inspect/plugin-hdvparse.xml @@ -0,0 +1,34 @@ + + hdvparse + HDV private stream parser + ../../gst/hdvparse/.libs/libgsthdvparse.so + libgsthdvparse.so + 0.10.12.1 + LGPL + gst-plugins-bad + GStreamer + http://gstreamer.net/ + + + hdvparse + HDVParser + Data/Parser + HDV private stream Parser + Edward Hervey <bilboed@bilboed.com> + + + sink + sink + always +
private/hdv-a1
+
+ + src + source + always +
private/hdv-a1, parsed=(boolean)true
+
+
+
+
+
\ 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 00000000..4f5b3478 --- /dev/null +++ b/docs/plugins/inspect/plugin-id3tag.xml @@ -0,0 +1,34 @@ + + id3tag + ID3 v1 and v2 muxing plugin + ../../gst/id3tag/.libs/libgstid3tag.so + libgstid3tag.so + 0.10.12.1 + LGPL + gst-plugins-bad + GStreamer Bad Plug-ins git/prerelease + Unknown package origin + + + id3tag + ID3 v1 and v2 Muxer + Formatter/Metadata + Adds an ID3v2 header and ID3v1 footer to a file + Michael Smith <msmith@songbirdnest.com>, Tim-Philipp Müller <tim centricular net> + + + src + source + always +
application/x-id3
+
+ + sink + sink + always +
ANY
+
+
+
+
+
\ No newline at end of file -- cgit v1.2.1