mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
[715/906] display: inherit from the right object class
This commit is contained in:
parent
4646a1e95e
commit
cdbe8c2d0e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ struct _GstGLDisplay
|
|||
|
||||
struct _GstGLDisplayClass
|
||||
{
|
||||
GObjectClass object_class;
|
||||
GstObjectClass object_class;
|
||||
};
|
||||
|
||||
GstGLDisplay *gst_gl_display_new (void);
|
||||
|
|
Loading…
Reference in a new issue