Skip to content

Closed Caption fixes

Andrew Hawkins requested to merge adhawkins/gstreamer:cc-fixes into main

I found that closed captions weren't being correctly displayed for a number of sources we tried. This MR addresses the following issues:

  1. CC not being correctly 'flushed' in response to any command
  2. Correctly display the window in response to a DSW command
  3. Prevent pipeline from being blocked when setting 'silent' on the CC overlay

Merge request reports