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