summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSébastien Moutte <sebastien@moutte.net>2007-04-14 17:18:14 +0000
committerSébastien Moutte <sebastien@moutte.net>2007-04-14 17:18:14 +0000
commit5100794bd9c66db9210646ab9005ec671cda3420 (patch)
tree4bbcb216d775032d549f531097dd78d3ff65784e /docs
parentb7524708232f6c252e8d6c635a8a81fae2685e74 (diff)
docs/plugins/inspect/: Add xml doc files for Windows sinks
Original commit message from CVS: * docs/plugins/inspect/plugin-directdraw.xml: * docs/plugins/inspect/plugin-directsound.xml: * docs/plugins/inspect/plugin-waveform.xml: Add xml doc files for Windows sinks * win32/vs6/libgstqtdemux.dsp: * win32/vs6/libgstmpegvideoparse.dsp: * win32/vs6/gst_plugins_bad.dsw: Update projects files.
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/inspect/plugin-directdraw.xml20
-rw-r--r--docs/plugins/inspect/plugin-directsound.xml20
-rw-r--r--docs/plugins/inspect/plugin-waveform.xml20
3 files changed, 60 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-directdraw.xml b/docs/plugins/inspect/plugin-directdraw.xml
new file mode 100644
index 00000000..0464dcc9
--- /dev/null
+++ b/docs/plugins/inspect/plugin-directdraw.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>directdraw</name>
+ <description>Direct Draw plugin</description>
+ <filename>../../win32/vs6/release/libgstdirectdraw.dll</filename>
+ <basename>libgstdirectdraw.dll</basename>
+ <version>0.10.4.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins CVS</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>directdrawsink</name>
+ <longname>Direct Draw video sink</longname>
+ <class>Sink/Video</class>
+ <description>Direct Draw video sink</description>
+ <author>Sebastien Moutte &lt;sebastien@moutte.net&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-directsound.xml b/docs/plugins/inspect/plugin-directsound.xml
new file mode 100644
index 00000000..7f166a7a
--- /dev/null
+++ b/docs/plugins/inspect/plugin-directsound.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>directsound</name>
+ <description>DirectSound plugin</description>
+ <filename>../../win32/vs6/release/libgstdirectsound.dll</filename>
+ <basename>libgstdirectsound.dll</basename>
+ <version>0.10.4.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins CVS</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>directsoundsink</name>
+ <longname>DirectSound audio sink</longname>
+ <class>Sink/Audio</class>
+ <description>DirectSound audio sink</description>
+ <author>Sebastien Moutte &lt;sebastien@moutte.net&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-waveform.xml b/docs/plugins/inspect/plugin-waveform.xml
new file mode 100644
index 00000000..9b5fc112
--- /dev/null
+++ b/docs/plugins/inspect/plugin-waveform.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>waveform</name>
+ <description>WaveForm API based plugin</description>
+ <filename>../../win32/vs6/release/libgstwaveform.dll</filename>
+ <basename>libgstwaveform.dll</basename>
+ <version>0.10.4.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins CVS</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>waveformsink</name>
+ <longname>WaveForm audio sink</longname>
+ <class>Sink/Audio</class>
+ <description>WaveForm audio sink</description>
+ <author>Sebastien Moutte &lt;sebastien@moutte.net&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file