mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
docs/plugins/: Add documentation for osxaudio plugin.
Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.hierarchy: * docs/plugins/inspect/plugin-osxaudio.xml: Add documentation for osxaudio plugin.
This commit is contained in:
parent
4566295e3b
commit
a9a843b340
5 changed files with 58 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-04-26 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
|
||||
* docs/plugins/gst-plugins-good-plugins-sections.txt:
|
||||
* docs/plugins/gst-plugins-good-plugins.hierarchy:
|
||||
* docs/plugins/inspect/plugin-osxaudio.xml:
|
||||
Add documentation for osxaudio plugin.
|
||||
|
||||
2007-04-26 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
|
||||
|
|
|
@ -46,6 +46,8 @@
|
|||
<xi:include href="xml/element-ossmixer.xml" />
|
||||
<xi:include href="xml/element-osssink.xml" />
|
||||
<xi:include href="xml/element-osssrc.xml" />
|
||||
<xi:include href="xml/element-osxaudiosink.xml" />
|
||||
<xi:include href="xml/element-osxaudiosrc.xml" />
|
||||
<xi:include href="xml/element-progressreport.xml" />
|
||||
<xi:include href="xml/element-rtspsrc.xml" />
|
||||
<xi:include href="xml/element-rtpdec.xml" />
|
||||
|
@ -96,6 +98,7 @@
|
|||
<xi:include href="xml/plugin-multipart.xml" />
|
||||
<xi:include href="xml/plugin-navigationtest.xml" />
|
||||
<xi:include href="xml/plugin-ossaudio.xml" />
|
||||
<xi:include href="xml/plugin-osxaudio.xml" />
|
||||
<xi:include href="xml/plugin-png.xml" />
|
||||
<xi:include href="xml/plugin-rtp.xml" />
|
||||
<xi:include href="xml/plugin-rtsp.xml" />
|
||||
|
|
|
@ -473,6 +473,24 @@ GST_IS_OSS_SRC_CLASS
|
|||
gst_oss_src_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-osxaudiosink</FILE>
|
||||
GstOsxAudioSink
|
||||
<TITLE>osxaudiosink</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstOsxAudioSinkClass
|
||||
GST_TYPE_OSX_AUDIO_SINK
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-osxaudiosrc</FILE>
|
||||
GstOsxAudioSrc
|
||||
<TITLE>osxaudiosrc</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstOsxAudioSrcClass
|
||||
GST_TYPE_OSX_AUDIO_SINK
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-progressreport</FILE>
|
||||
GstProgressReport
|
||||
|
|
|
@ -23,6 +23,7 @@ GObject
|
|||
GstAudioSink
|
||||
GstEsdSink
|
||||
GstOssSink
|
||||
GstOsxAudioSink
|
||||
GstAASink
|
||||
GstMultiUDPSink
|
||||
GstUDPSink
|
||||
|
@ -34,6 +35,7 @@ GObject
|
|||
GstBaseAudioSrc
|
||||
GstAudioSrc
|
||||
GstOssSrc
|
||||
GstOsxAudioSrc
|
||||
GstUDPSrc
|
||||
GstPngDec
|
||||
GstPngEnc
|
||||
|
|
27
docs/plugins/inspect/plugin-osxaudio.xml
Normal file
27
docs/plugins/inspect/plugin-osxaudio.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<plugin>
|
||||
<name>osxaudio</name>
|
||||
<description>OSX (Mac OS X) audio support for GStreamer</description>
|
||||
<filename>../../sys/osxaudio/.libs/libgstosxaudio.so</filename>
|
||||
<basename>libgstosxaudio.so</basename>
|
||||
<version>0.10.5.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>osxaudiosink</name>
|
||||
<longname>Audio Sink (OSX)</longname>
|
||||
<class>Sink/Audio</class>
|
||||
<description>Output to a sound card in OS X</description>
|
||||
<author>Zaheer Abbas Merali <zaheerabbas at merali dot org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>osxaudiosrc</name>
|
||||
<longname>Audio Source (OSX)</longname>
|
||||
<class>Source/Audio</class>
|
||||
<description>Input from a sound card in OS X</description>
|
||||
<author>Zaheer Abbas Merali <zaheerabbas at merali dot org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue