v4l2: fix return value...

This commit is contained in:
Wim Taymans 2011-07-12 19:13:45 +02:00
parent e8ae00f5fc
commit 100d46b5b9

View file

@ -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: