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 751881 - memory: Add missing field initializers to GstMapInfo
memory: Add missing field initializers to GstMapInfo
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.5.2
Other Linux
: Normal normal
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-03 09:12 UTC by Stian Selnes (stianse)
Modified: 2015-08-16 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch with fix for missing field initializers (638 bytes, patch)
2015-07-03 09:12 UTC, Stian Selnes (stianse)
committed Details | Review

Description Stian Selnes (stianse) 2015-07-03 09:12:17 UTC
Created attachment 306685 [details] [review]
Patch with fix for missing field initializers

Attached patch adds missing field initializers to GST_MAP_INFO_INIT. This fixes the typical warning:

"missing initializer for field ‘user_data’ of ‘GstMapInfo’ [-Werror=missing-field-initializers]" (gcc version 4.8.4)
Comment 1 Sebastian Dröge (slomo) 2015-07-03 09:36:39 UTC
commit 1a67066ddc8299392ddc21672424172a353b77f7
Author: Stian Selnes <stian@pexip.com>
Date:   Mon Dec 16 11:24:17 2013 +0100

    memory: Add missing field initializers to GstMapInfo
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751881