mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +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
530f214bd5
commit
4566295e3b
1 changed files with 20 additions and 0 deletions
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