mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
042730da4d
Original commit message from CVS: * win32/MANIFEST * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/inspect/plugin-directdraw.xml: * docs/plugins/inspect/plugin-directsound.xml: * docs/plugins/inspect/plugin-waveform.xml: Move the waveform plugin from -bad too. Update the inspect xml files to mention Plugins Good instead of Plugins Bad.
20 lines
688 B
XML
20 lines
688 B
XML
<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 Good 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 <sebastien@moutte.net></author>
|
|
</element>
|
|
</elements>
|
|
</plugin>
|