After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 759913 - glbufferpool: Fix build error
glbufferpool: Fix build error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-12-28 00:04 UTC by Vineeth
Modified: 2015-12-28 03:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix build error (1.46 KB, patch)
2015-12-28 00:05 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-12-28 00:04:34 UTC
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;
                 ^
Comment 1 Vineeth 2015-12-28 00:05:53 UTC
Created attachment 317942 [details] [review]
fix build error
Comment 2 Nicolas Dufresne (ndufresne) 2015-12-28 03:29:22 UTC
Thanks.