mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
docs/plugins/: Add docs for Windows sinks.
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.hierarchy: Add docs for Windows sinks.
This commit is contained in:
parent
90c1858b20
commit
fcfbf0f58c
4 changed files with 44 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-05-04 Sebastien Moutte <sebastien@moutte.net>
|
||||
|
||||
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
|
||||
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
|
||||
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
|
||||
Add docs for Windows sinks.
|
||||
|
||||
2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
|
||||
|
|
|
@ -13,7 +13,9 @@
|
|||
<chapter>
|
||||
<title>gst-plugins-bad Elements</title>
|
||||
|
||||
<xi:include href="xml/element-dfbvideosink.xml" />
|
||||
<xi:include href="xml/element-directdrawsink.xml" />
|
||||
<xi:include href="xml/element-directsoundsink.xml" />
|
||||
<xi:include href="xml/element-dfbvideosink.xml" />
|
||||
<xi:include href="xml/element-jackaudiosink.xml" />
|
||||
<xi:include href="xml/element-qtdemux.xml" />
|
||||
<xi:include href="xml/element-osxvideosink.xml" />
|
||||
|
@ -22,6 +24,7 @@
|
|||
<xi:include href="xml/element-sdlvideosink.xml" />
|
||||
<xi:include href="xml/element-trm.xml" />
|
||||
<xi:include href="xml/element-videocrop.xml" />
|
||||
<xi:include href="xml/element-waveformsink.xml" />
|
||||
<xi:include href="xml/element-wavpackdec.xml" />
|
||||
<xi:include href="xml/element-wavpackenc.xml" />
|
||||
<xi:include href="xml/element-wavpackparse.xml" />
|
||||
|
@ -32,7 +35,9 @@
|
|||
<xi:include href="xml/plugin-alsaspdif.xml" />
|
||||
<xi:include href="xml/plugin-bz2.xml" />
|
||||
<xi:include href="xml/plugin-cdxaparse.xml" />
|
||||
<xi:include href="xml/plugin-dfbvideosink.xml" />
|
||||
<xi:include href="xml/plugin-directdraw.xml" />
|
||||
<xi:include href="xml/plugin-directsound.xml" />
|
||||
<xi:include href="xml/plugin-dfbvideosink.xml" />
|
||||
<xi:include href="xml/plugin-faad.xml" />
|
||||
<xi:include href="xml/plugin-freeze.xml" />
|
||||
<xi:include href="xml/plugin-glimagesink.xml" />
|
||||
|
@ -51,7 +56,8 @@
|
|||
<xi:include href="xml/plugin-speed.xml" />
|
||||
<xi:include href="xml/plugin-tta.xml" />
|
||||
<xi:include href="xml/plugin-videocrop.xml" />
|
||||
<xi:include href="xml/plugin-wavpack.xml" />
|
||||
<xi:include href="xml/plugin-waveform.xml" />
|
||||
<xi:include href="xml/plugin-wavpack.xml" />
|
||||
<xi:include href="xml/plugin-xingheader.xml" />
|
||||
|
||||
</chapter>
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
<SECTION>
|
||||
<FILE>element-directdrawsink</FILE>
|
||||
GstDirectDrawSink
|
||||
<TITLE>directdrawsink</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstDirectDrawSinkClass
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-directsoundsink</FILE>
|
||||
GstDirectSoundSink
|
||||
<TITLE>directsoundsink</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstDirectSoundSinkClass
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-dfbvideosink</FILE>
|
||||
GstDfbVideoSink
|
||||
|
@ -71,6 +87,14 @@ GstVideoCrop
|
|||
GstVideoCropClass
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-waveformsink</FILE>
|
||||
GstWaveFormSink
|
||||
<TITLE>waveformsink</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstWaveFormSinkClass
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-wavpackdec</FILE>
|
||||
GstWavpackDec
|
||||
|
|
|
@ -12,9 +12,12 @@ GObject
|
|||
GstBaseAudioSink
|
||||
GstJackAudioSink
|
||||
GstAudioSink
|
||||
GstDirectSoundSink
|
||||
GstSDLAudioSink
|
||||
GstWaveFormSink
|
||||
GstVideoSink
|
||||
GstGLImageSink
|
||||
GstDirectDrawSink
|
||||
GstGLImageSink
|
||||
GstSDLVideoSink
|
||||
GstDfbVideoSink
|
||||
GstOSXVideoSink
|
||||
|
|
Loading…
Reference in a new issue