mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +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
|
||||
|
||||
GST_GL_API
|
||||
GType gst_gl_display_viv_fb_get_type (void);
|
||||
|
||||
#define GST_TYPE_GL_DISPLAY_VIV_FB (gst_gl_display_viv_fb_get_type())
|
||||
|
@ -60,6 +61,7 @@ struct _GstGLDisplayVivFBClass
|
|||
GstGLDisplayClass object_class;
|
||||
};
|
||||
|
||||
GST_GL_API
|
||||
GstGLDisplayVivFB *gst_gl_display_viv_fb_new (gint disp_idx);
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Reference in a new issue