mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
egl: Add a #define for the EGLImage memory caps feature
This commit is contained in:
parent
e6041b9974
commit
f7a00d8ca4
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
||||||
|
|
||||||
#define GST_EGL_IMAGE_MEMORY_TYPE "EGLImage"
|
#define GST_EGL_IMAGE_MEMORY_TYPE "EGLImage"
|
||||||
|
|
||||||
|
#define GST_CAPS_FEATURE_MEMORY_EGL_IMAGE "memory:EGLImage"
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
GST_EGL_IMAGE_MEMORY_TYPE_INVALID = -1,
|
GST_EGL_IMAGE_MEMORY_TYPE_INVALID = -1,
|
||||||
|
|
Loading…
Reference in a new issue