suppress errors from v4l-conf
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 3 May 2004 16:30:43 +0000 (16:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 3 May 2004 16:30:43 +0000 (16:30 +0000)
Original commit message from CVS:
suppress errors from v4l-conf

sys/v4l/v4l-overlay_calls.c

index b8de5bf..8b41734 100644 (file)
@@ -59,7 +59,7 @@ gst_v4l_set_overlay (GstV4lElement * v4lelement)
     return FALSE;
 
   /* start v4l-conf */
-  buff = g_strdup_printf ("v4l-conf -q -c %s -d %s",
+  buff = g_strdup_printf ("v4l-conf -q -c %s -d %s 2> /dev/null",
       v4lelement->videodev, v4lelement->display);
 
   switch (system (buff)) {