diff --git a/src/examples/video-src.c b/src/examples/video-src.c index 1e5131c48..c351eaf40 100644 --- a/src/examples/video-src.c +++ b/src/examples/video-src.c @@ -132,6 +132,8 @@ static void on_timeout(void *userdata, uint64_t expirations) if (map) munmap(map, buf->datas[0].maxsize + buf->datas[0].mapoffset); + buf->datas[0].chunk->size = buf->datas[0].maxsize; + pw_stream_send_buffer(data->stream, id); }