Skip to content

basesink: Allow accepting new events/data after receiving stream-start

Sebastian Dröge requested to merge slomo/gstreamer:basesink-eos-reset into master

Similar to GstPad we should allow new data after receiving stream-start and for that have to clear the internal EOS flag of basesink.

Merge request reports