v4l2src: undo presumably accidental enablement of the GstXOverlay interface

Looks like this got enabled by accident when adding it to v4l2sink,
so undo this for now. Not sure it makes much sense in a GStreamer
context with current hardware.
This commit is contained in:
Tim-Philipp Müller 2011-01-03 01:18:06 +00:00
parent dc221c0219
commit 06b68c81b4

View file

@ -44,6 +44,8 @@
#include <config.h>
#endif
#undef HAVE_XVIDEO
#include <string.h>
#include <sys/time.h>
#include "v4l2src_calls.h"
@ -143,6 +145,7 @@ gst_v4l2src_init_interfaces (GType type)
NULL,
};
#ifdef HAVE_XVIDEO
/* FIXME: does GstXOverlay for v4l2src make sense in a GStreamer context? */
static const GInterfaceInfo v4l2_xoverlay_info = {
(GInterfaceInitFunc) gst_v4l2src_xoverlay_interface_init,
NULL,