mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
egl: Allow being used in C++ code
This commit is contained in:
parent
0d7967e25e
commit
db3d5f92d6
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
#include <EGL/egl.h>
|
||||
#include <EGL/eglext.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_EGL_IMAGE_MEMORY_TYPE "EGLImage"
|
||||
|
||||
#define GST_CAPS_FEATURE_MEMORY_EGL_IMAGE "memory:EGLImage"
|
||||
|
@ -68,4 +70,5 @@ GstEGLDisplay *gst_egl_display_ref (GstEGLDisplay * display);
|
|||
void gst_egl_display_unref (GstEGLDisplay * display);
|
||||
EGLDisplay gst_egl_display_get (GstEGLDisplay * display);
|
||||
|
||||
G_END_DECLS
|
||||
#endif /* __GST_EGL_H__ */
|
||||
|
|
Loading…
Reference in a new issue