mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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)
|
||||
goto stop_failed;
|
||||
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
|
||||
/* ERRORS */
|
||||
stop_failed:
|
||||
|
|
Loading…
Reference in a new issue