mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
glwindow_gpu_process: avoid empty struct
This commit is contained in:
parent
d843b9e8c3
commit
e9c2e93f3f
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ G_DEFINE_TYPE (GstGLWindowGPUProcess, gst_gl_window_gpu_process,
|
||||||
|
|
||||||
struct _GstGLWindowGPUProcessPrivate
|
struct _GstGLWindowGPUProcessPrivate
|
||||||
{
|
{
|
||||||
|
int empty;
|
||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue