Skip to content

decklinkaudiosink: Drop late buffers

Asking decklink to render audio data seems to be based entirely on the sample counts which completely disregards the timestamps we pass to decklink. As a result, we need to explicitly check for late buffers and drop them ourselves.

Merge request reports