Skip to content

decklink*src: Aggregate dropped frame/packet logging

decklink*src currently prints a log entry for every dropped frame and audio packet. That completely spams the logs.

This change aggregates information about dropped packets and only prints a message once when dropping starts, and a summary when dropping ends.

Fixes #705 (closed)


decklink*src: Post a warning message on the bus about dropped frames

Merge request reports