mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
v4l2: fix return value...
This commit is contained in:
parent
e8ae00f5fc
commit
100d46b5b9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue