v4l2: fix return value...
This commit is contained in:
parent
e8ae00f5fc
commit
100d46b5b9
@ -2235,7 +2235,7 @@ gst_v4l2_object_stop_streaming (GstV4l2Object * v4l2object)
|
|||||||
&(v4l2object->type)) < 0)
|
&(v4l2object->type)) < 0)
|
||||||
goto stop_failed;
|
goto stop_failed;
|
||||||
|
|
||||||
return FALSE;
|
return TRUE;
|
||||||
|
|
||||||
/* ERRORS */
|
/* ERRORS */
|
||||||
stop_failed:
|
stop_failed:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user