GNOME Bugzilla – Bug 751881
memory: Add missing field initializers to GstMapInfo
Last modified: 2015-08-16 13:38:54 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)
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