summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-03-20 08:06:47 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-04-16 16:08:50 -0300
commit4fe1a8eaac1fdf8ea0fafdc576980763862eb808 (patch)
tree79370bfca3147155093a906a13c9fb706d202e8c
parent2b028925eb5296f0fb09c77ff90a31141503a51a (diff)
downloadgstreamer-plugins-bad-4fe1a8eaac1fdf8ea0fafdc576980763862eb808.tar.gz
eglglessink: eagl: adding missing return to functions
-rw-r--r--ext/eglgles/gstegladaptation_eagl.m2
1 files changed, 2 insertions, 0 deletions
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