summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/android
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2015-03-11 14:50:28 +0000
committerMatthew Waters <matthew@centricular.com>2015-03-11 14:51:15 +0000
commitefe0564f223f022a896c7eb5db7fbec545abbb94 (patch)
treebcb373b93a440b3e1f8c4b60f9232c85110ef541 /gst-libs/gst/gl/android
parent13ed5ab3c84563149a298b061bd1c03b04bd0efb (diff)
downloadgstreamer-plugins-bad-efe0564f223f022a896c7eb5db7fbec545abbb94.tar.gz
gl/window: hopefully fixup compile warnings on android/ios
Diffstat (limited to 'gst-libs/gst/gl/android')
-rw-r--r--gst-libs/gst/gl/android/gstglwindow_android_egl.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gst-libs/gst/gl/android/gstglwindow_android_egl.c b/gst-libs/gst/gl/android/gstglwindow_android_egl.c
index cbc0f7b2e..f3c5436be 100644
--- a/gst-libs/gst/gl/android/gstglwindow_android_egl.c
+++ b/gst-libs/gst/gl/android/gstglwindow_android_egl.c
@@ -89,7 +89,7 @@ gst_gl_window_android_egl_init (GstGLWindowAndroidEGL * window)
static void
gst_gl_window_android_egl_finalize (GObject * object)
{
- GstGLWindowAndroidEGL *window_egl GST_GL_WINDOW_ANDROID_EGL (object);
+ GstGLWindowAndroidEGL *window_egl = GST_GL_WINDOW_ANDROID_EGL (object);
g_main_loop_unref (window_egl->loop);
g_main_context_unref (window_egl->main_context);
@@ -113,17 +113,12 @@ gst_gl_window_android_egl_new (void)
static gboolean
gst_gl_window_android_egl_open (GstGLWindow * window, GError ** error)
{
- GstGLWindowAndroidEGL *window_egl;
-
return TRUE;
}
static void
gst_gl_window_android_egl_close (GstGLWindow * window)
{
- GstGLWindowAndroidEGL *window_egl;
-
- window_egl = GST_GL_WINDOW_ANDROID_EGL (window);
}
static void