mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
eglimage: Re-add accidentially removed GST_DEFINE_MINI_OBJECT_TYPE()
This commit is contained in:
parent
b054da4c96
commit
0ea3706901
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@
|
|||
#define EGL_DMA_BUF_PLANE0_PITCH_EXT 0x3274
|
||||
#endif
|
||||
|
||||
GST_DEFINE_MINI_OBJECT_TYPE (GstEGLImage, gst_egl_image);
|
||||
|
||||
#ifndef GST_DISABLE_GST_DEBUG
|
||||
#define GST_CAT_DEFAULT gst_egl_image_ensure_debug_category()
|
||||
|
||||
|
|
Loading…
Reference in a new issue