mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
dc221c0219
commit
06b68c81b4
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue