mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
viv-fb: export viv-fb display api
qmlgl plugin will use this api https://bugzilla.gnome.org/show_bug.cgi?id=795562
This commit is contained in:
parent
3c8368129a
commit
e7700f20fd
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
GST_GL_API
|
||||||
GType gst_gl_display_viv_fb_get_type (void);
|
GType gst_gl_display_viv_fb_get_type (void);
|
||||||
|
|
||||||
#define GST_TYPE_GL_DISPLAY_VIV_FB (gst_gl_display_viv_fb_get_type())
|
#define GST_TYPE_GL_DISPLAY_VIV_FB (gst_gl_display_viv_fb_get_type())
|
||||||
|
@ -60,6 +61,7 @@ struct _GstGLDisplayVivFBClass
|
||||||
GstGLDisplayClass object_class;
|
GstGLDisplayClass object_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
GST_GL_API
|
||||||
GstGLDisplayVivFB *gst_gl_display_viv_fb_new (gint disp_idx);
|
GstGLDisplayVivFB *gst_gl_display_viv_fb_new (gint disp_idx);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
Loading…
Reference in a new issue