mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
v4l2: improve debug
This commit is contained in:
parent
4a92f355ad
commit
5a299e5685
1 changed files with 2 additions and 0 deletions
|
|
@ -1743,6 +1743,8 @@ static int vidioc_reqbufs(struct file *file, struct v4l2_requestbuffers *arg)
|
|||
pw_log_info("result count: %u", arg->count);
|
||||
|
||||
exit_unlock:
|
||||
if (res < 0)
|
||||
pw_log_info("error : %s", spa_strerror(res));
|
||||
pw_thread_loop_unlock(file->loop);
|
||||
return res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue