Skip to content

qtdemux: Fix text and closed-caption handling.

Jan Schmidt requested to merge thaytan/gstreamer:mp4-subtitle-timing-fix into main

!1182 (merged) broke text and and closed caption extraction when introducing WebVTT support, by making the output buffers not have timestamps any more.

Fix that by making the process functions copy buffer metadata when generating new output buffers.

Edited by Tim-Philipp Müller

Merge request reports