playsink: Immediately error out if state change fails
authorSebastian Dröge <sebastian@centricular.com>
Sat, 17 Oct 2015 19:20:31 +0000 (22:20 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 19 Oct 2015 08:06:25 +0000 (11:06 +0300)
commit87dbe54797d7e5e1d89f3549d9b888533482496d
tree8484fb2761768f90415f29cc90a267a565803198
parent92061cb19e81e5846628dfb032e29defa917413e
playsink: Immediately error out if state change fails

Otherwise we chain up to the parent class' change_state function and might
override the failure with SUCCESS.

https://bugzilla.gnome.org/show_bug.cgi?id=756611
gst/playback/gstplaysink.c