diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-04-26 14:31:32 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-04-26 14:31:32 +0000 |
commit | 4566295e3b2b009778d92fc75f6a299567b332be (patch) | |
tree | b66b8463779325f4e57628abd3e2118e8fea9d7b /docs/plugins/inspect/plugin-osxvideo.xml | |
parent | 530f214bd57cfd8fa9e001d957808211a28df06a (diff) | |
download | gstreamer-plugins-good-4566295e3b2b009778d92fc75f6a299567b332be.tar.gz |
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/plugins/inspect/plugin-osxvideo.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-osxvideo.xml | 20 |
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 000000000..45bdeeb5d --- /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 <zaheerabas at merali dot org></author> + </element> + </elements> +</plugin> |