mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
suppress errors from v4l-conf
Original commit message from CVS: suppress errors from v4l-conf
This commit is contained in:
parent
4676f68803
commit
b8e832dd04
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ gst_v4l_set_overlay (GstV4lElement * v4lelement)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
/* start v4l-conf */
|
/* 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);
|
v4lelement->videodev, v4lelement->display);
|
||||||
|
|
||||||
switch (system (buff)) {
|
switch (system (buff)) {
|
||||||
|
|
Loading…
Reference in a new issue