summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2object.c
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-11-01 19:48:26 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-11-01 19:48:26 +0000
commit24088fed0a077acfb6db237e3dfa135991907c7b (patch)
tree0bdc306b3c85e3c4f459da1be9d760c90ed62191 /sys/v4l2/gstv4l2object.c
parent93c5c6fcbabafb56a8f872d8922e85360b635faf (diff)
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.
Diffstat (limited to 'sys/v4l2/gstv4l2object.c')
-rw-r--r--sys/v4l2/gstv4l2object.c6
1 files changed, 3 insertions, 3 deletions
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