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 790329 - xvimageallocator: Fix build warning error
xvimageallocator: Fix build warning error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.12.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-11-14 14:11 UTC by Seungha Yang
Modified: 2017-12-06 20:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
xvimageallocator: Fix build warning error (1.65 KB, patch)
2017-11-14 14:12 UTC, Seungha Yang
committed Details | Review

Description Seungha Yang 2017-11-14 14:11:15 UTC
Fix unused variable build error if HAVE_XSHM is undefined
Comment 1 Seungha Yang 2017-11-14 14:12:02 UTC
Created attachment 363587 [details] [review]
xvimageallocator: Fix build warning error
Comment 2 Nicolas Dufresne (ndufresne) 2017-12-06 20:29:16 UTC
Attachment 363587 [details] pushed as e1e46b6 - xvimageallocator: Fix build warning error
Comment 3 Nicolas Dufresne (ndufresne) 2017-12-06 20:30:24 UTC
Thanks, also added to 1.12 branch:

commit 5adc9b1d2f28c6ce298229c45347d4f2ea2d47fb (HEAD -> 1.12, origin/1.12)
Author: Seungha Yang <pudding8757@gmail.com>
Date:   Tue Nov 14 23:07:26 2017 +0900

    xvimageallocator: Fix build warning error
    
    Fix unused variable build error if HAVE_XSHM is undefined
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790329