Add missing error log

Log video buffer initialization failure in v4l2_sink.
pull/2407/merge
Romain Vimont 3 years ago
parent 4ed3aa3604
commit 5524f378c8

@ -143,6 +143,7 @@ static bool
sc_v4l2_sink_open(struct sc_v4l2_sink *vs) {
bool ok = video_buffer_init(&vs->vb);
if (!ok) {
LOGE("Could not initialize video buffer");
return false;
}

Loading…
Cancel
Save