pad: Always return errors for EOS events immediately
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 4 Jun 2012 09:25:47 +0000 (11:25 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 4 Jun 2012 09:25:47 +0000 (11:25 +0200)
commit5a8c901507774aa6634c72e5ab0254b06dcbe2b2
tree9740db21980a02f1f22d1b04c11e4eff758dc105
parent991ac561e19b71ec273559ead1f78bd216202359
pad: Always return errors for EOS events immediately

For non-EOS events things will error out later during data
flow but after EOS events no data flow is happening.

See bug #677340.
gst/gstpad.c