Skip to content

asfdemux: Only forward SEEK event when in push mode.

Guy1524 requested to merge Guy1524/gst-plugins-ugly:pull-seek-fix into master

When the demuxer is driving the pipeline, there's no point in sending the seek event upstream. This behavior more closely matches that of qtdemux. Theoretically, this shouldn't be a problem, since upstream elements in pull mode should fail to process the event, but this does make the demuxer rigid when a mistake has been made.

Edited by Tim-Philipp Müller

Merge request reports