egl: Add a #define for the EGLImage memory caps feature
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 1 Apr 2013 08:20:14 +0000 (10:20 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 1 Apr 2013 08:22:06 +0000 (10:22 +0200)
gst-libs/gst/egl/egl.h

index 5424462..ce5da2d 100644 (file)
@@ -28,6 +28,8 @@
 
 #define GST_EGL_IMAGE_MEMORY_TYPE "EGLImage"
 
+#define GST_CAPS_FEATURE_MEMORY_EGL_IMAGE "memory:EGLImage"
+
 typedef enum
 {
   GST_EGL_IMAGE_MEMORY_TYPE_INVALID = -1,