[Bug 751881] New: GstMapInfo: Fix missing field initializers

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 3 02:12:17 PDT 2015


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

            Bug ID: 751881
           Summary: GstMapInfo: Fix missing field initializers
    Classification: Platform
           Product: GStreamer
           Version: 1.5.2
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: stian.selnes at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 306685
  --> https://bugzilla.gnome.org/attachment.cgi?id=306685&action=edit
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)

-- 
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