gstreamer/ext/eglgles
Sebastian Dröge 611ab7f744 eglglessink: Fix compiler warnings
gsteglglessink.c: In function 'gst_eglglessink_fill_texture':
gsteglglessink.c:1815:3: error: format '%d' expects argument of type 'int', but argument 11 has type 'gsize' [-Werror=format]
gsteglglessink.c: In function 'gst_eglglessink_configure_caps':
gsteglglessink.c:2850:3: error: format '%p' expects argument of type 'void *', but argument 8 has type 'EGLNativeWindowType' [-Werror=format]
2013-04-15 08:48:19 +02:00
..
Android.mk eglglessink: Move eglgles Sink to ext/ 2012-10-18 14:35:09 +02:00
gsteglglessink.c eglglessink: Fix compiler warnings 2013-04-15 08:48:19 +02:00
gsteglglessink.h eglglessink: Implement GstContext handling 2013-03-29 16:38:34 +01:00
Makefile.am egl: Move configure checks around and re-use for eglglessink plugin 2013-03-03 12:31:04 +01: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