summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-04-26 14:31:32 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-04-26 14:31:32 +0000
commit4566295e3b2b009778d92fc75f6a299567b332be (patch)
treeb66b8463779325f4e57628abd3e2118e8fea9d7b /docs
parent530f214bd57cfd8fa9e001d957808211a28df06a (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/inspect/plugin-osxvideo.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-osxvideo.xml b/docs/plugins/inspect/plugin-osxvideo.xml
new file mode 100644
index 00000000..45bdeeb5
--- /dev/null
+++ b/docs/plugins/inspect/plugin-osxvideo.xml
@@ -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 &lt;zaheerabas at merali dot org&gt;</author>
+ </element>
+ </elements>
+</plugin>