mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
glwindow_gpu_process: avoid empty struct
This commit is contained in:
parent
210d2c2825
commit
62130b34ff
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ G_DEFINE_TYPE (GstGLWindowGPUProcess, gst_gl_window_gpu_process,
|
|||
|
||||
struct _GstGLWindowGPUProcessPrivate
|
||||
{
|
||||
int empty;
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue