dcodebin2: fix lock/unlock mismatch on multiqueue overrun

This commit is contained in:
Vincent Penquerc'h 2015-01-20 15:08:24 +00:00
parent a636c39638
commit 661588b150

View file

@ -3340,7 +3340,7 @@ multi_queue_overrun_cb (GstElement * queue, GstDecodeGroup * group)
if (!gst_decode_bin_expose (dbin))
GST_WARNING_OBJECT (dbin, "Couldn't expose group");
}
EXPOSE_UNLOCK (group->dbin);
EXPOSE_UNLOCK (dbin);
}
static void