Skip to content

qtmux: Prefill mode fixes

commit b0288aa1cf79249bd055a6dbc2c728a3bd61eaf8 (HEAD -> qtmux-prefill-mode-fixes, gitlab-slomo/qtmux-prefill-mode-fixes)
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Fri Nov 4 11:10:52 2022 +0200

    qtmux: Add durations to raw audio buffers from the raw audio adapter in prefill mode
    
    This ensures that a duration can also be calculated and stored for the
    last buffer at EOS.

commit 8212937dfebbb453071f5a5c13527aff0237538d
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Fri Nov 4 10:49:31 2022 +0200

    qtmux: Release object lock before posting an error message
    
    GST_ELEMENT_ERROR() also takes the object lock and this would then
    deadlock.

Merge request reports