diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-12 20:15:14 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-12 20:15:14 +0000 |
commit | 4c98dfa57c6e62533efd5c194c13c3afc9d43f21 (patch) | |
tree | c130d8df6511a6a369dc09b1726cbe5ee5838a59 /docs/plugins/inspect | |
parent | 823e63b7058ecdce11b6e91008c94c288b9b4eba (diff) | |
download | gst-plugins-bad-4c98dfa57c6e62533efd5c194c13c3afc9d43f21.tar.gz gst-plugins-bad-4c98dfa57c6e62533efd5c194c13c3afc9d43f21.tar.bz2 gst-plugins-bad-4c98dfa57c6e62533efd5c194c13c3afc9d43f21.zip |
Move videocrop and osxvideo to -good.
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/inspect/plugin-osxvideo.xml:
* docs/plugins/inspect/plugin-videocrop.xml:
* gst-plugins-bad.spec.in:
* gst/videocrop/Makefile.am:
* gst/videocrop/gstvideocrop.c:
* gst/videocrop/gstvideocrop.h:
* gst/videocrop/videocrop.vcproj:
* sys/Makefile.am:
* sys/osxvideo/Makefile.am:
* sys/osxvideo/cocoawindow.h:
* sys/osxvideo/cocoawindow.m:
* sys/osxvideo/osxvideosink.h:
* sys/osxvideo/osxvideosink.m:
* tests/check/Makefile.am:
* tests/check/elements/videocrop.c:
* tests/icles/Makefile.am:
* tests/icles/videocrop-test.c:
Move videocrop and osxvideo to -good.
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r-- | docs/plugins/inspect/plugin-osxvideo.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-videocrop.xml | 20 |
2 files changed, 0 insertions, 40 deletions
diff --git a/docs/plugins/inspect/plugin-osxvideo.xml b/docs/plugins/inspect/plugin-osxvideo.xml deleted file mode 100644 index 45bdeeb5..00000000 --- a/docs/plugins/inspect/plugin-osxvideo.xml +++ /dev/null @@ -1,20 +0,0 @@ -<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> diff --git a/docs/plugins/inspect/plugin-videocrop.xml b/docs/plugins/inspect/plugin-videocrop.xml deleted file mode 100644 index bc262683..00000000 --- a/docs/plugins/inspect/plugin-videocrop.xml +++ /dev/null @@ -1,20 +0,0 @@ -<plugin> - <name>videocrop</name> - <description>Crops video into a user-defined region</description> - <filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename> - <basename>libgstvideocrop.so</basename> - <version>0.10.4.1</version> - <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> - <elements> - <element> - <name>videocrop</name> - <longname>Crop</longname> - <class>Filter/Effect/Video</class> - <description>Crops video into a user-defined region</description> - <author>Tim-Philipp Müller <tim centricular net></author> - </element> - </elements> -</plugin>
\ No newline at end of file |