Skip to content

aggregator: forward gap event information to gap buffer

Mathieu Duponchelle requested to merge meh/gstreamer:agg-forward-gap-info into main

When the GAP event was flagged with MISSING_DATA, subclasses may want to adopt a different behaviour, for example by repeating the last buffer.

As we turn these gap events into gap buffers, we need to flag those with an equivalent flag, CORRUPTED seems like a decent match.

Merge request reports