diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-osxvideo.xml')
-rwxr-xr-x | 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 100755 index 0000000..45bdeeb --- /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> |