mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
spa: some more invoke -> locked calls
This commit is contained in:
parent
f7fdafc203
commit
f2452a6af7
4 changed files with 17 additions and 17 deletions
|
|
@ -1928,7 +1928,7 @@ static int spa_v4l2_stream_off(struct impl *this)
|
|||
|
||||
spa_log_debug(this->log, "stopping");
|
||||
|
||||
spa_loop_invoke(this->data_loop, do_remove_source, 0, NULL, 0, true, port);
|
||||
spa_loop_locked(this->data_loop, do_remove_source, 0, NULL, 0, port);
|
||||
|
||||
type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
|
||||
if (xioctl(dev->fd, VIDIOC_STREAMOFF, &type) < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue