summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-01 10:20:14 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-01 10:22:06 +0200
commitf7a00d8ca47c65e97e87d70fd959141aa375231e (patch)
tree433331a91ffaac2369bfcfd30fb2c4d2c5434c53 /gst-libs
parente6041b99741696945b1e3ab00fe232bfab7c488d (diff)
downloadgstreamer-plugins-bad-f7a00d8ca47c65e97e87d70fd959141aa375231e.tar.gz
egl: Add a #define for the EGLImage memory caps feature
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/egl/egl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/egl/egl.h b/gst-libs/gst/egl/egl.h
index 542446288..ce5da2d39 100644
--- a/gst-libs/gst/egl/egl.h
+++ b/gst-libs/gst/egl/egl.h
@@ -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,