mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
playbin: fix 'attempt to unlock mutex that was not locked' in error code path
Fixes playbin unit test with latest GLib.
This commit is contained in:
parent
ce50fc221e
commit
1ed192abb0
1 changed files with 1 additions and 0 deletions
|
@ -5201,6 +5201,7 @@ no_decodebin:
|
||||||
uridecodebin_failure:
|
uridecodebin_failure:
|
||||||
{
|
{
|
||||||
GST_DEBUG_OBJECT (playbin, "failed state change of uridecodebin");
|
GST_DEBUG_OBJECT (playbin, "failed state change of uridecodebin");
|
||||||
|
GST_SOURCE_GROUP_LOCK (group);
|
||||||
goto error_cleanup;
|
goto error_cleanup;
|
||||||
}
|
}
|
||||||
sink_failure:
|
sink_failure:
|
||||||
|
|
Loading…
Reference in a new issue