decodebin: Do async-done on expose errors too

This commit is contained in:
Sebastian Dröge 2014-06-04 14:14:14 +02:00
parent 42623c995e
commit 393f090197

View file

@ -3982,6 +3982,8 @@ gst_decode_bin_expose (GstDecodeBin * dbin)
GST_ELEMENT_ERROR (dbin, STREAM, FAILED, (NULL),
("all streams without buffers"));
}
do_async_done (dbin);
return FALSE;
}