From 4c98dfa57c6e62533efd5c194c13c3afc9d43f21 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 12 Jun 2007 20:15:14 +0000 Subject: 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. --- docs/plugins/Makefile.am | 4 +--- docs/plugins/gst-plugins-bad-plugins-docs.sgml | 4 ---- docs/plugins/gst-plugins-bad-plugins-sections.txt | 24 ----------------------- docs/plugins/inspect/plugin-osxvideo.xml | 20 ------------------- docs/plugins/inspect/plugin-videocrop.xml | 20 ------------------- 5 files changed, 1 insertion(+), 71 deletions(-) delete mode 100644 docs/plugins/inspect/plugin-osxvideo.xml delete mode 100644 docs/plugins/inspect/plugin-videocrop.xml (limited to 'docs') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 279c30d2..a49a07ba 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -61,7 +61,7 @@ FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \ # Used for dependencies. HFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.h -CFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.c $(DOC_SOURCE_DIR)/*/*/*.cc $(DOC_SOURCE_DIR)/*/*/*.m +CFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.c $(DOC_SOURCE_DIR)/*/*/*.cc # this is a wingo addition # thomasvs: another nice wingo addition would be an explanation on why @@ -89,7 +89,6 @@ EXAMPLE_CFILES = \ $(top_srcdir)/ext/directfb/dfb-example.c EXTRA_HFILES = \ - $(top_srcdir)/sys/osxvideo/osxvideosink.h \ $(top_srcdir)/ext/directfb/dfbvideosink.h \ $(top_srcdir)/ext/jack/gstjackaudiosink.h \ $(top_srcdir)/ext/musicbrainz/gsttrm.h \ @@ -104,7 +103,6 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/rtpmanager/gstrtpptdemux.h \ $(top_srcdir)/gst/rtpmanager/gstrtpsession.h \ $(top_srcdir)/gst/rtpmanager/gstrtpssrcdemux.h \ - $(top_srcdir)/gst/videocrop/gstvideocrop.h \ $(top_srcdir)/gst/videosignal/gstvideoanalyse.h \ $(top_srcdir)/gst/videosignal/gstvideodetect.h \ $(top_srcdir)/gst/videosignal/gstvideomark.h diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index a5c5f115..2478e396 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -14,7 +14,6 @@ gst-plugins-bad Elements - @@ -26,7 +25,6 @@ - @@ -48,14 +46,12 @@ - - diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index f9ce4f1f..c8f28dee 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -15,22 +15,6 @@ GstJackConnect GstJackAudioSinkClass -
-element-osxvideosink -GstOSXVideoSink -osxvideosink - -GstOSXVideoSinkClass - -GST_IS_OSX_VIDEO_SINK -GST_IS_OSX_VIDEO_SINK_CLASS -GST_OSX_VIDEO_SINK -GST_OSX_VIDEO_SINK_CLASS -GST_TYPE_OSXVIDEOBUFFER -GST_TYPE_OSX_VIDEO_SINK -GstOSXWindow -
-
element-rganalysis GstRgAnalysis @@ -169,14 +153,6 @@ GstTRM GstTRMClass
-
-element-videocrop -GstVideoCrop -videocrop - -GstVideoCropClass -
-
element-videoanalyse videoanalyse 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 @@ - - osxvideo - OSX native video output plugin - ../../ext/osxvideo/.libs/libgstosxvideo.so - libgstosxvideo.so - 0.10.4 - LGPL - gst-plugins-bad - Gstreamer - http://gstreamer.freedesktop.org - - - osxvideosink - OSX Video sink - Sink/Video - OSX native videosink - Zaheer Abbas Merali <zaheerabas at merali dot org> - - - 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 @@ - - videocrop - Crops video into a user-defined region - ../../gst/videocrop/.libs/libgstvideocrop.so - libgstvideocrop.so - 0.10.4.1 - LGPL - gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - Unknown package origin - - - videocrop - Crop - Filter/Effect/Video - Crops video into a user-defined region - Tim-Philipp Müller <tim centricular net> - - - \ No newline at end of file -- cgit v1.2.1