From 4fe1a8eaac1fdf8ea0fafdc576980763862eb808 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Wed, 20 Mar 2013 08:06:47 -0300 Subject: eglglessink: eagl: adding missing return to functions --- ext/eglgles/gstegladaptation_eagl.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/eglgles/gstegladaptation_eagl.m b/ext/eglgles/gstegladaptation_eagl.m index 7c5fed092..960c7fd99 100644 --- a/ext/eglgles/gstegladaptation_eagl.m +++ b/ext/eglgles/gstegladaptation_eagl.m @@ -70,6 +70,7 @@ gboolean gst_egl_adaptation_init_display (GstEglAdaptationContext * ctx) { /* NOP - the display should be initialized by the application */ + return TRUE; } void @@ -87,6 +88,7 @@ gst_egl_adaptation_context_bind_API (GstEglAdaptationContext * ctx) gboolean gst_egl_adaptation_create_native_window (GstEglAdaptationContext * ctx, gint width, gint height, gpointer * own_window_data) { + return FALSE; } void -- cgit v1.2.1