Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for Eos message on the bus for signalling global end-of-stream #152

Merged
merged 1 commit into from Oct 12, 2018

Commits on Oct 12, 2018

  1. Wait for Eos message on the bus for signalling global end-of-stream

    Each appsink will signal eos individually and considering the first
    one's eos as the global end-of-stream might cause the pipeline to be
    shut down before all other appsinks are done processing their data.
    
    The Eos message on the bus is only sent once *all* sinks are
    end-of-stream.
    
    Fixes #151
    sdroege committed Oct 12, 2018
You can’t perform that action at this time.