summaryrefslogtreecommitdiff
path: root/ext/gl/caopengllayersink.m
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2015-07-23 23:59:22 +0100
committerJulien Isorce <julien.isorce@gmail.com>2015-07-24 00:02:32 +0100
commitfb6457e90aed1cbccdca53714d35c6ca291e0490 (patch)
tree0c2f17e496d40b800a98702d3fd3e2d641e09772 /ext/gl/caopengllayersink.m
parent48a1f2792316d01c4ea4c6baa27188ffae73c543 (diff)
downloadgstreamer-plugins-bad-fb6457e90aed1cbccdca53714d35c6ca291e0490.tar.gz
caopengllayersink: remove unused label context_creation_error
Build error introduced by commit 5457e55f255518d679b59a170951e299ecd8c5f6 https://bugzilla.gnome.org/show_bug.cgi?id=750310
Diffstat (limited to 'ext/gl/caopengllayersink.m')
-rw-r--r--ext/gl/caopengllayersink.m7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/gl/caopengllayersink.m b/ext/gl/caopengllayersink.m
index e4b19020b..029e491f8 100644
--- a/ext/gl/caopengllayersink.m
+++ b/ext/gl/caopengllayersink.m
@@ -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),