mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
decodebin: Do async-done on expose errors too
This commit is contained in:
parent
42623c995e
commit
393f090197
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue