gstreamer/ext/eglgles
Sebastian Dröge 0fe6fbd677 eglglessink: Fix compiler warning
gstegladaptation_egl.c: In function 'gst_egl_adaptation_create_native_window':
gstegladaptation_egl.c:868:3: error: format '%p' expects argument of type 'void *', but argument 8 has type 'EGLNativeWindowType' [-Werror=format=]
   GST_DEBUG_OBJECT (ctx->element, "Using window handle %p", window);
   ^
2013-04-16 22:14:09 +02:00
..
Android.mk eglglessink: Move eglgles Sink to ext/ 2012-10-18 14:35:09 +02:00
gstegladaptation.c eglglessink: refactor to allow eagl support 2013-04-16 16:04:35 -03:00
gstegladaptation.h eglglessink: refactor to allow eagl support 2013-04-16 16:04:35 -03:00
gstegladaptation_eagl.m eglglessink: refactor to allow eagl support 2013-04-16 16:04:35 -03:00
gstegladaptation_egl.c eglglessink: Fix compiler warning 2013-04-16 22:14:09 +02:00
gsteglglessink.c eglglessink: refactor to allow eagl support 2013-04-16 16:04:35 -03:00
gsteglglessink.h eglglessink: refactor to allow eagl support 2013-04-16 16:04:35 -03:00
Makefile.am eglglessink: refactor to allow eagl support 2013-04-16 16:04:35 -03:00
TODO eglglessink: Small TODO reformatting 2012-10-18 14:35:15 +02:00
video_platform_wrapper.c eglglessink: Add support for GstVideoGLTextureUploadMeta 2013-03-29 16:07:23 +01:00
video_platform_wrapper.h eglglessink: Port to new EGL library 2013-03-03 12:31:04 +01:00