[Bug 780903] New: Fails to build with -Werror against glib master

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 4 14:19:57 UTC 2017


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

            Bug ID: 780903
           Summary: Fails to build with -Werror against glib master
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: alexl at redhat.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

The nightly git master flatpak build fails:
http://sdkbuilder1.gnome.org//logs/build-2017-04-04-135003/build-gnome-sdk-images-master-x86_64.txt

with:

gstbufferpool.c: In function ‘gst_buffer_pool_new’:
gstbufferpool.c:222:3: error: ‘g_object_newv’ is deprecated: Use
'g_object_new_with_properties' instead [-Werror=deprecated-declarations]
   result = g_object_newv (GST_TYPE_BUFFER_POOL, 0, NULL);
   ^~~~~~
In file included from /usr/include/glib-2.0/gobject/gbinding.h:29:0,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from ../gst/gstobject.h:29,
                 from ../gst/gstplugin.h:29,
                 from gstregistry.h:28,
                 from gst_private.h:45,
                 from gstbufferpool.c:67:
/usr/include/glib-2.0/gobject/gobject.h:429:10: note: declared here
 gpointer    g_object_newv        (GType           object_type,
          ^~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[4]: *** [Makefile:1149: libgstreamer_1.0_la-gstbufferpool.lo] Error 1
make[4]: *** Waiting for unfinished jobs....

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