mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 05:31:15 +00:00
8e923a8e2d
Don't call wait_event() at all for gap events, as basesink will end up waiting for the time that the gap event would be rendered out at the audio device. There's no need to render it at all, just treat it as a handy point to resync the audio if needed, let the ringbuffer render silence, and place the next buffer into the ringbuffer where it belongs. The only thing we really need to do is make sure the ringbuffer and clock are running, and wait for preroll. Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2749 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5953> |
||
---|---|---|
.. | ||
gst | ||
meson.build |