mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
viv-fb: fix build warning of [-Wunused-variable]
display_viv_fb is unused in gst_gl_display_viv_fb_finalize (). Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5913>
This commit is contained in:
parent
17745ba5db
commit
ed4af574d8
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@ gst_gl_display_viv_fb_init (GstGLDisplayVivFB * display_viv_fb)
|
|||
static void
|
||||
gst_gl_display_viv_fb_finalize (GObject * object)
|
||||
{
|
||||
GstGLDisplayVivFB *display_viv_fb = GST_GL_DISPLAY_VIV_FB (object);
|
||||
|
||||
// We don't destroy the FB Display - it causes crashes in applications
|
||||
// because Vivante doesn't seem to do any refcounting
|
||||
|
||||
|
|
Loading…
Reference in a new issue