From 24088fed0a077acfb6db237e3dfa135991907c7b Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Wed, 1 Nov 2006 19:48:26 +0000 Subject: Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code that is still not implemented. Original commit message from CVS: Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code that is still not implemented. --- sys/v4l2/gstv4l2object.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/v4l2/gstv4l2object.c') diff --git a/sys/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c index 3ed211df..32d1a556 100644 --- a/sys/v4l2/gstv4l2object.c +++ b/sys/v4l2/gstv4l2object.c @@ -30,7 +30,7 @@ #include "v4l2_calls.h" #include "gstv4l2tuner.h" -#ifdef HAVE_XVIDEO +#if 0 /* overlay is still not implemented #ifdef HAVE_XVIDEO */ #include "gstv4l2xoverlay.h" #endif #include "gstv4l2colorbalance.h" @@ -488,7 +488,7 @@ gst_v4l2_object_start (GstV4l2Object * v4l2object) else return FALSE; -#ifdef HAVE_XVIDEO +#if 0 /* overlay is still not implemented #ifdef HAVE_XVIDEO */ gst_v4l2_xoverlay_start (v4l2object); #endif @@ -498,7 +498,7 @@ gst_v4l2_object_start (GstV4l2Object * v4l2object) gboolean gst_v4l2_object_stop (GstV4l2Object * v4l2object) { -#ifdef HAVE_XVIDEO +#if 0 /* overlay is still not implemented #ifdef HAVE_XVIDEO */ gst_v4l2_xoverlay_stop (v4l2object); #endif -- cgit