decodebin: Do async-done on expose errors too
authorSebastian Dröge <sebastian@centricular.com>
Wed, 4 Jun 2014 12:14:14 +0000 (14:14 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 4 Jun 2014 15:00:43 +0000 (17:00 +0200)
gst/playback/gstdecodebin2.c

index b7b585c..01984fe 100644 (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;
   }