[Bug 759913] New: glbufferpool: Fix build error

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Dec 27 16:04:34 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=759913

            Bug ID: 759913
           Summary: glbufferpool: Fix build error
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vineeth.tm at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

When GST_GL_HAVE_PLATFORM_EGL is not defined, then info variable will not be
used and this results in build error

gstglbufferpool.c: In function 'gst_gl_buffer_pool_alloc':
gstglbufferpool.c:274:17: error: variable 'info' set but not used
[-Werror=unused-but-set-variable]
   GstVideoInfo *info;
                 ^

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list