mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 08:09:56 +00:00
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.
This commit is contained in:
parent
b752470823
commit
5100794bd9
4 changed files with 65 additions and 0 deletions
20
docs/plugins/inspect/plugin-directdraw.xml
Normal file
20
docs/plugins/inspect/plugin-directdraw.xml
Normal file
|
@ -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 <sebastien@moutte.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-directsound.xml
Normal file
20
docs/plugins/inspect/plugin-directsound.xml
Normal file
|
@ -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 <sebastien@moutte.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-waveform.xml
Normal file
20
docs/plugins/inspect/plugin-waveform.xml
Normal file
|
@ -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 <sebastien@moutte.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -103,22 +103,27 @@ PostBuild_Cmds=copy /Y $(TargetPath) c:\gstreamer\debug\lib\gstreamer-0.10
|
|||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\gst\qtdemux\gstrtpxqtdepay.c
|
||||
# SUBTRACT CPP /YX
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\gst\qtdemux\qtdemux.c
|
||||
# SUBTRACT CPP /YX
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\gst\qtdemux\qtdemux_dump.c
|
||||
# SUBTRACT CPP /YX
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\gst\qtdemux\qtdemux_types.c
|
||||
# SUBTRACT CPP /YX
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\gst\qtdemux\quicktime.c
|
||||
# SUBTRACT CPP /YX
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Header Files"
|
||||
|
|
Loading…
Reference in a new issue