spa: some more invoke -> locked calls

This commit is contained in:
Wim Taymans 2025-03-10 17:46:28 +01:00
parent f7fdafc203
commit f2452a6af7
4 changed files with 17 additions and 17 deletions

View file

@ -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) {