mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
docs/plugins/: Activate docs for jack, sdl and qtdemux.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-qtdemux.xml: Activate docs for jack, sdl and qtdemux.
This commit is contained in:
parent
328506bf6a
commit
5b8f9f81ca
7 changed files with 94 additions and 30 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2007-01-12 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
|
||||
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
|
||||
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
|
||||
* docs/plugins/gst-plugins-bad-plugins.signals:
|
||||
* docs/plugins/inspect/plugin-qtdemux.xml:
|
||||
Activate docs for jack, sdl and qtdemux.
|
||||
|
||||
2007-01-12 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
|
||||
|
|
|
@ -87,10 +87,14 @@ EXAMPLE_CFILES = \
|
|||
|
||||
EXTRA_HFILES = \
|
||||
$(top_srcdir)/ext/directfb/dfbvideosink.h \
|
||||
$(top_srcdir)/ext/jack/gstjackaudiosink.h \
|
||||
$(top_srcdir)/ext/musicbrainz/gsttrm.h \
|
||||
$(top_srcdir)/ext/sdl/sdlaudiosink.h \
|
||||
$(top_srcdir)/ext/sdl/sdlvideosink.h \
|
||||
$(top_srcdir)/ext/wavpack/gstwavpackdec.h \
|
||||
$(top_srcdir)/ext/wavpack/gstwavpackenc.h \
|
||||
$(top_srcdir)/ext/wavpack/gstwavpackparse.h \
|
||||
$(top_srcdir)/gst/qtdemux/qtdemux.h \
|
||||
$(top_srcdir)/gst/replaygain/gstrganalysis.h \
|
||||
$(top_srcdir)/gst/videocrop/gstvideocrop.h
|
||||
|
||||
|
|
|
@ -14,7 +14,11 @@
|
|||
<title>gst-plugins-bad Elements</title>
|
||||
|
||||
<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-rganalysis.xml" />
|
||||
<xi:include href="xml/element-sdlaudiosink.xml" />
|
||||
<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-wavpackdec.xml" />
|
||||
|
@ -33,13 +37,13 @@
|
|||
<xi:include href="xml/plugin-glimagesink.xml" />
|
||||
<xi:include href="xml/plugin-gsm.xml" />
|
||||
<xi:include href="xml/plugin-h264parse.xml" />
|
||||
<xi:include href="xml/plugin-jack.xml" />
|
||||
<xi:include href="xml/plugin-modplug.xml" />
|
||||
<xi:include href="xml/plugin-musepack.xml" />
|
||||
<xi:include href="xml/plugin-musicbrainz.xml" />
|
||||
<xi:include href="xml/plugin-neon.xml" />
|
||||
<xi:include href="xml/plugin-qtdemux.xml" />
|
||||
<xi:include href="xml/plugin-replaygain.xml" />
|
||||
<xi:include href="xml/plugin-sdlvideosink.xml" />
|
||||
<xi:include href="xml/plugin-sdl.xml" />
|
||||
<xi:include href="xml/plugin-spectrum.xml" />
|
||||
<xi:include href="xml/plugin-speed.xml" />
|
||||
|
|
|
@ -6,6 +6,23 @@ GstDfbVideoSink
|
|||
GstDfbVideoSinkClass
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-jackaudiosink</FILE>
|
||||
GstJackAudioSink
|
||||
GstJackConnect
|
||||
<TITLE>jackaudiosink</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstJackAudioSinkClass
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-qtdemux</FILE>
|
||||
GstQTDemux
|
||||
<TITLE>qtdemux</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstQTDemuxClass
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-rganalysis</FILE>
|
||||
GstRgAnalysis
|
||||
|
@ -14,6 +31,22 @@ GstRgAnalysis
|
|||
GstRgAnalysisClass
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-sdlaudiosink</FILE>
|
||||
GstSDLAudioSink
|
||||
<TITLE>sdlaudiosink</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstSDLAudioSinkClass
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-sdlvideosink</FILE>
|
||||
GstSDLVideoSink
|
||||
<TITLE>sdlvideosink</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstSDLVideoSinkClass
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-trm</FILE>
|
||||
GstTRM
|
||||
|
@ -36,7 +69,6 @@ GstWavpackDec
|
|||
<TITLE>wavpackdec</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstWavpackDecClass
|
||||
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
|
@ -9,55 +9,61 @@ GObject
|
|||
GstBin
|
||||
GstPipeline
|
||||
GstBaseSink
|
||||
AlsaSPDIFSink
|
||||
GstVideoSink
|
||||
GstSDLVideoSink
|
||||
GstDfbVideoSink
|
||||
GstGLImageSink
|
||||
GstBaseAudioSink
|
||||
GstJackAudioSink
|
||||
GstAudioSink
|
||||
GstSDLAudioSink
|
||||
GstSpcDec
|
||||
GstPitch
|
||||
GstXvidEnc
|
||||
GstXvidDec
|
||||
GstWavpackParse
|
||||
GstWavpackDec
|
||||
GstWavpackEnc
|
||||
GstSwfdec
|
||||
GstVideoSink
|
||||
GstGLImageSink
|
||||
GstSDLVideoSink
|
||||
GstDfbVideoSink
|
||||
GstMultiFileSink
|
||||
AlsaSPDIFSink
|
||||
GstQTDemux
|
||||
GstBaseSrc
|
||||
GstPushSrc
|
||||
GstDvbSrc
|
||||
GstMultiFileSrc
|
||||
GstRfbSrc
|
||||
GstNeonhttpSrc
|
||||
GstMMS
|
||||
GstTRM
|
||||
GstMusepackDec
|
||||
GstMpeg2enc
|
||||
GstBz2enc
|
||||
GstBz2dec
|
||||
GstGSMEnc
|
||||
GstGSMDec
|
||||
GstFaad
|
||||
GstFaac
|
||||
GstDtsDec
|
||||
GstVideoParse
|
||||
GstNuvDemux
|
||||
GstBaseTransform
|
||||
GstVideoFilter
|
||||
GstVideoSignal
|
||||
GstRgAnalysis
|
||||
GstVideoCrop
|
||||
GstSpectrum
|
||||
GstIIR
|
||||
GstLPWSinc
|
||||
GstBPWSinc
|
||||
GstNsfDec
|
||||
GstDeinterlace
|
||||
GstH264Parse
|
||||
GstXingMux
|
||||
GstGDPDepay
|
||||
GstGDPPay
|
||||
GstFreeze
|
||||
GstY4mEncode
|
||||
GstTtaParse
|
||||
GstTtaDec
|
||||
GstSpeed
|
||||
GstQTDemux
|
||||
GstModPlug
|
||||
GstNsfDec
|
||||
GstCDXAParse
|
||||
GstPitch
|
||||
GstWavpackParse
|
||||
GstWavpackDec
|
||||
GstWavpackEnc
|
||||
GstAmrwbDec
|
||||
GstAmrwbParse
|
||||
GstAmrwbEnc
|
||||
GstTRM
|
||||
GstBz2enc
|
||||
GstBz2dec
|
||||
GstGSMEnc
|
||||
GstGSMDec
|
||||
GstFaad
|
||||
GstFaac
|
||||
GstCDAudio
|
||||
GstPlugin
|
||||
GstRegistry
|
||||
GstPadTemplate
|
||||
|
|
|
@ -5,3 +5,11 @@
|
|||
GstXvidEnc *gstxvidenc
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
<NAME>GstCDAudio::track-change</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
<FLAGS>l</FLAGS>
|
||||
GstCDAudio *gstcdaudio
|
||||
gint arg1
|
||||
</SIGNAL>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<longname>QuickTime demuxer</longname>
|
||||
<class>Codec/Demuxer</class>
|
||||
<description>Demultiplex a QuickTime file into audio and video streams</description>
|
||||
<author>David Schleef <ds@schleef.org></author>
|
||||
<author>David Schleef <ds@schleef.org>, Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue