mxfdemux: fix push mode unit test failure
authorTim-Philipp Müller <tim@centricular.net>
Mon, 11 Feb 2013 19:53:39 +0000 (19:53 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 11 Feb 2013 19:59:20 +0000 (19:59 +0000)
commit453438a9dd409a5debac8b1679ac9e3f344d4e37
tree1d7d85a0a6c8b4f370d5ab361523ff883688d07e
parent82ccfa19ea901654cf8701c40a61d370f35adc0c
mxfdemux: fix push mode unit test failure

In the sink event handler we end up sending multiple EOS
events per pad. Don't return FALSE when sending the
second EOS on an already-EOS pad fails. Not sure if there
was a reason for sending a second EOS, so leaving the
code in there for now, but assume all went fine if there
are source pads, which is slightly less wrong than before.
This function needs work.
gst/mxf/mxfdemux.c