parsebin: Ignore failure to send sticky events
authorJan Schmidt <jan@centricular.com>
Tue, 20 Dec 2016 13:11:06 +0000 (00:11 +1100)
committerJan Schmidt <jan@centricular.com>
Tue, 20 Dec 2016 13:44:45 +0000 (00:44 +1100)
commit9517bd9b3413d97e83bfa4c3b5ddeb34956dbc1c
tree2214d513cd44c73818b57aaea79b5befa1325743
parent19ece085acd4fab32bc5fc675b03f3bea770c603
parsebin: Ignore failure to send sticky events

When plugging and then exposing a parser, don't fail
if it fails to send sticky events. The most likely
reason is that things were flushed due to the app
immediately doing a seek, but we can't detect flushing
separately to other error conditions without a
gst_pad_send_event_full() core function that returns
a GstFlowReturn.
gst/playback/gstparsebin.c