mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
docs/plugins/: Add documentation for osxvideo
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: * docs/plugins/inspect/plugin-osxvideo.xml: Add documentation for osxvideo
This commit is contained in:
parent
f778bfb7cb
commit
e72bd2abf9
5 changed files with 39 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2007-04-26 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* 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/inspect/plugin-osxvideo.xml:
|
||||||
|
Add documentation for osxvideo
|
||||||
|
|
||||||
2007-04-25 Wim Taymans <wim@fluendo.com>
|
2007-04-25 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
|
* gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
<xi:include href="xml/element-dfbvideosink.xml" />
|
<xi:include href="xml/element-dfbvideosink.xml" />
|
||||||
<xi:include href="xml/element-jackaudiosink.xml" />
|
<xi:include href="xml/element-jackaudiosink.xml" />
|
||||||
<xi:include href="xml/element-qtdemux.xml" />
|
<xi:include href="xml/element-qtdemux.xml" />
|
||||||
|
<xi:include href="xml/element-osxvideosink.xml" />
|
||||||
<xi:include href="xml/element-rganalysis.xml" />
|
<xi:include href="xml/element-rganalysis.xml" />
|
||||||
<xi:include href="xml/element-sdlaudiosink.xml" />
|
<xi:include href="xml/element-sdlaudiosink.xml" />
|
||||||
<xi:include href="xml/element-sdlvideosink.xml" />
|
<xi:include href="xml/element-sdlvideosink.xml" />
|
||||||
|
@ -42,6 +43,7 @@
|
||||||
<xi:include href="xml/plugin-musepack.xml" />
|
<xi:include href="xml/plugin-musepack.xml" />
|
||||||
<xi:include href="xml/plugin-musicbrainz.xml" />
|
<xi:include href="xml/plugin-musicbrainz.xml" />
|
||||||
<xi:include href="xml/plugin-neon.xml" />
|
<xi:include href="xml/plugin-neon.xml" />
|
||||||
|
<xi:include href="xml/plugin-osxvideo.xml" />
|
||||||
<xi:include href="xml/plugin-qtdemux.xml" />
|
<xi:include href="xml/plugin-qtdemux.xml" />
|
||||||
<xi:include href="xml/plugin-replaygain.xml" />
|
<xi:include href="xml/plugin-replaygain.xml" />
|
||||||
<xi:include href="xml/plugin-sdl.xml" />
|
<xi:include href="xml/plugin-sdl.xml" />
|
||||||
|
|
|
@ -23,6 +23,14 @@ GstQTDemux
|
||||||
GstQTDemuxClass
|
GstQTDemuxClass
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-osxvideosink</FILE>
|
||||||
|
GstOSXVideoSink
|
||||||
|
<TITLE>osxvideosink</TITLE>
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstOSXVideoSinkClass
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>element-rganalysis</FILE>
|
<FILE>element-rganalysis</FILE>
|
||||||
GstRgAnalysis
|
GstRgAnalysis
|
||||||
|
|
|
@ -17,6 +17,7 @@ GObject
|
||||||
GstGLImageSink
|
GstGLImageSink
|
||||||
GstSDLVideoSink
|
GstSDLVideoSink
|
||||||
GstDfbVideoSink
|
GstDfbVideoSink
|
||||||
|
GstOSXVideoSink
|
||||||
GstMultiFileSink
|
GstMultiFileSink
|
||||||
AlsaSPDIFSink
|
AlsaSPDIFSink
|
||||||
GstQTDemux
|
GstQTDemux
|
||||||
|
|
20
docs/plugins/inspect/plugin-osxvideo.xml
Normal file
20
docs/plugins/inspect/plugin-osxvideo.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>osxvideo</name>
|
||||||
|
<description>OSX native video output plugin</description>
|
||||||
|
<filename>../../ext/osxvideo/.libs/libgstosxvideo.so</filename>
|
||||||
|
<basename>libgstosxvideo.so</basename>
|
||||||
|
<version>0.10.4</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>Gstreamer</package>
|
||||||
|
<origin>http://gstreamer.freedesktop.org</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>osxvideosink</name>
|
||||||
|
<longname>OSX Video sink</longname>
|
||||||
|
<class>Sink/Video</class>
|
||||||
|
<description>OSX native videosink</description>
|
||||||
|
<author>Zaheer Abbas Merali <zaheerabas at merali dot org></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
Loading…
Reference in a new issue