asfdemux: Only forward SEEK event when in push mode.
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