Skip to content

qtmux: Fix assertion on caps update

Seungha Yang requested to merge seungha.yang/gstreamer:qtmux-assert into main

GstQTMuxPad.configured_caps should be protected since it's updated from streaming thread and accessed in aggregate thread

Merge request reports