mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 23:42:28 +00:00
decodebin2: fix "Attempt to unlock mutex that was not locked"
Introduced in commit ee44337f
, caused the decodebin
test_text_plain_streams unit test to abort.
https://bugzilla.gnome.org/show_bug.cgi?id=752651
This commit is contained in:
parent
d292ed48c5
commit
71505dfa24
1 changed files with 2 additions and 1 deletions
|
@ -2867,8 +2867,9 @@ type_found (GstElement * typefind, guint probability,
|
||||||
gst_object_unref (sink_pad);
|
gst_object_unref (sink_pad);
|
||||||
gst_object_unref (pad);
|
gst_object_unref (pad);
|
||||||
|
|
||||||
exit:
|
|
||||||
EXPOSE_UNLOCK (decode_bin);
|
EXPOSE_UNLOCK (decode_bin);
|
||||||
|
|
||||||
|
exit:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue