mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
eglglessink: Remove unused label
This commit is contained in:
parent
f058b5d78b
commit
70d077acd8
1 changed files with 0 additions and 5 deletions
|
@ -1806,11 +1806,6 @@ gst_eglglessink_set_window_handle (GstXOverlay * overlay, guintptr id)
|
||||||
g_mutex_unlock (eglglessink->flow_lock);
|
g_mutex_unlock (eglglessink->flow_lock);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* Errors */
|
|
||||||
HANDLE_ERROR:
|
|
||||||
GST_ERROR_OBJECT (eglglessink, "Couldn't setup window/surface from handle");
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue