mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
dcodebin2: fix lock/unlock mismatch on multiqueue overrun
This commit is contained in:
parent
a636c39638
commit
661588b150
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue