docs/plugins/: Add documentation for osxvideo
authorEdward Hervey <bilboed@bilboed.com>
Thu, 26 Apr 2007 14:31:32 +0000 (14:31 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 26 Apr 2007 14:31:32 +0000 (14:31 +0000)
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

docs/plugins/inspect/plugin-osxvideo.xml [new file with mode: 0644]

diff --git a/docs/plugins/inspect/plugin-osxvideo.xml b/docs/plugins/inspect/plugin-osxvideo.xml
new file mode 100644 (file)
index 0000000..45bdeeb
--- /dev/null
@@ -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>