Skip to content

identity: add eos-after property

Jonny Lamb requested to merge jonnylamb/gstreamer:identity-eos-after into master

Using num-buffers can be unpredictable as buffer sizes are often arbitrary (filesrc, multifilesrc, etc.). The error-after property on identity is better but obviously reports an error afterwards. This adds eos-after which does exactly the same thing but reports EOS instead.

Merge request reports