Skip to content

mpegpsdemux: Rework gap sending

Jan Schmidt requested to merge thaytan/gstreamer:mpegpsdemux-gaps into main

Take the gap logic from mpegtsdemux, and don't send gap events on a stream that's outputting buffers with no timestamps. Time isn't advancing, but the stream has buffers - so it's not sparse.

Fixes #2374 (closed)

Merge request reports