mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
omxvideodec: EGLDisplay is not indirectly defined by gstgl headers inclusion
Just use gpointer as done in GstGL to not include EGL/egl.h just for EGLDisplay. https://bugzilla.gnome.org/show_bug.cgi?id=784779
This commit is contained in:
parent
ac6f3ab3d3
commit
054d5da46e
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ gst_omx_video_dec_allocate_output_buffers (GstOMXVideoDec * self)
|
|||
GList *images = NULL;
|
||||
gint i;
|
||||
GstBufferPoolAcquireParams params = { 0, };
|
||||
EGLDisplay egl_display = 0;
|
||||
gpointer egl_display = 0;
|
||||
|
||||
GST_DEBUG_OBJECT (self, "Trying to allocate %d EGLImages", min);
|
||||
|
||||
|
|
Loading…
Reference in a new issue