suppress errors from v4l-conf

Original commit message from CVS:
suppress errors from v4l-conf
This commit is contained in:
Thomas Vander Stichele 2004-05-03 16:30:43 +00:00
parent 4676f68803
commit b8e832dd04

View 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)) {