[715/906] display: inherit from the right object class

This commit is contained in:
Matthew Waters 2013-06-16 20:47:05 +10:00
parent 4646a1e95e
commit cdbe8c2d0e

View file

@ -76,7 +76,7 @@ struct _GstGLDisplay
struct _GstGLDisplayClass
{
GObjectClass object_class;
GstObjectClass object_class;
};
GstGLDisplay *gst_gl_display_new (void);