mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
glbasefilter: Delete the un-paired unlock in change_state().
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/922>
This commit is contained in:
parent
27ce682940
commit
089a1f56b0
1 changed files with 1 additions and 3 deletions
|
@ -464,10 +464,8 @@ gst_gl_base_filter_change_state (GstElement * element,
|
|||
switch (transition) {
|
||||
case GST_STATE_CHANGE_NULL_TO_READY:
|
||||
if (!gst_gl_ensure_element_data (element, &filter->display,
|
||||
&filter->priv->other_context)) {
|
||||
GST_OBJECT_UNLOCK (filter);
|
||||
&filter->priv->other_context))
|
||||
return GST_STATE_CHANGE_FAILURE;
|
||||
}
|
||||
|
||||
gst_gl_display_filter_gl_api (filter->display,
|
||||
filter_class->supported_gl_api);
|
||||
|
|
Loading…
Reference in a new issue