egl: Rename gst_egl_image_memory_can_map() to is_mappable()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 25 Feb 2013 12:31:00 +0000 (13:31 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 3 Mar 2013 11:31:05 +0000 (12:31 +0100)
gst-libs/gst/egl/egl.c
gst-libs/gst/egl/egl.h

index 85fd600..7df4c03 100644 (file)
@@ -42,7 +42,7 @@ typedef struct
 #define GST_EGL_IMAGE_MEMORY(mem) ((GstEGLImageMemory*)(mem))
 
 gboolean
-gst_egl_image_memory_can_map (void)
+gst_egl_image_memory_is_mappable (void)
 {
   return FALSE;
 }
index 771a6f2..df34129 100644 (file)
@@ -45,7 +45,7 @@ typedef enum {
 typedef struct _GstEGLDisplay GstEGLDisplay;
 
 /* EGLImage GstMemory handling */
-gboolean gst_egl_image_memory_can_map (void);
+gboolean gst_egl_image_memory_is_mappable (void);
 gboolean gst_is_egl_image_memory (GstMemory * mem);
 EGLImageKHR gst_egl_image_memory_get_image (GstMemory * mem);
 GstEGLDisplay * gst_egl_image_memory_get_display (GstMemory * mem);