bin: Fix EOS forwarding on PLAYING->PLAYING
authorJan Schmidt <jan@centricular.com>
Sat, 14 May 2016 13:36:43 +0000 (23:36 +1000)
committerJan Schmidt <jan@centricular.com>
Sat, 14 May 2016 13:46:47 +0000 (23:46 +1000)
commit174a5e93e2f38f1d5f3aa14db558d24968f99ca2
tree6e5f1061e276a027bb45ab39b1d4a42150998fe8
parent794944f779f954375fc74a3fffcc2067bba6a3e5
bin: Fix EOS forwarding on PLAYING->PLAYING

When doing a transition from PLAYING to PLAYING, we will fail
to forward an EOS message on the bus, and noone else will ever
send it because there'll be no actual state changed message.

Allow EOS through directly in that case.
gst/gstbin.c