Skip to content

decklinkaudiosink: Fix playback when video caps is configured before audio

Seungha Yang requested to merge seungha.yang/gstreamer:decklink-fix into main

Scheduled playback starts on videosink's state change or on caps but it's possible that audiosink is configure without caps yet. Try start scheduled playback on audiosink's caps event as well

Merge request reports