[Bug 797310] Fails to compile

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 22 07:15:29 UTC 2018


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.15.1

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Thanks, that fixes it indeed.

commit ee7c2d07b86aad60edf4aad77174c583c90e67de (HEAD -> master, origin/master,
origin/HEAD)
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Mon Oct 22 08:13:07 2018 +0100

    ges: Fix compilation with latest GLib

    g_clear_pointer() is now preserving the type of its arguments for the
    free function.

    ges-xml-formatter.c: In function ‘_dispose’:
    ges-xml-formatter.c:1635:7: error: function called through a non-compatible
type [-Werror]
           (GDestroyNotify) g_hash_table_unref);
    /usr/include/glib-2.0/glib/gmem.h:121:8: note: in definition of macro
‘g_clear_pointer’
           (destroy) (_ptr);                                                   
    \
            ^~~~~~~

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

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