mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
caopengllayersink: remove unused label context_creation_error
Build error introduced by commit
5457e55f25
https://bugzilla.gnome.org/show_bug.cgi?id=750310
This commit is contained in:
parent
48a1f27923
commit
fb6457e90a
1 changed files with 0 additions and 7 deletions
|
@ -368,13 +368,6 @@ _ensure_gl_setup (GstCAOpenGLLayerSink * ca_sink)
|
|||
|
||||
return TRUE;
|
||||
|
||||
context_creation_error:
|
||||
{
|
||||
GST_ELEMENT_ERROR (ca_sink, RESOURCE, NOT_FOUND,
|
||||
("Failed to create GL context"), (NULL));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
context_error:
|
||||
{
|
||||
GST_ELEMENT_ERROR (ca_sink, RESOURCE, NOT_FOUND, ("%s", error->message),
|
||||
|
|
Loading…
Reference in a new issue