dcodebin2: fix lock/unlock mismatch on multiqueue overrun
This commit is contained in:
parent
a636c39638
commit
661588b150
@ -3340,7 +3340,7 @@ multi_queue_overrun_cb (GstElement * queue, GstDecodeGroup * group)
|
|||||||
if (!gst_decode_bin_expose (dbin))
|
if (!gst_decode_bin_expose (dbin))
|
||||||
GST_WARNING_OBJECT (dbin, "Couldn't expose group");
|
GST_WARNING_OBJECT (dbin, "Couldn't expose group");
|
||||||
}
|
}
|
||||||
EXPOSE_UNLOCK (group->dbin);
|
EXPOSE_UNLOCK (dbin);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user