[Bug 780302] New: Build failures when Gstreamer is built with --disable-gst-debug

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 20 14:07:06 UTC 2017


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

            Bug ID: 780302
           Summary: Build failures when Gstreamer is built with
                    --disable-gst-debug
    Classification: Platform
           Product: GStreamer
           Version: 1.10.3
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer-vaapi
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: rahul.bedarkar at imgtec.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
                CC: bsreerenj at gmail.com, vjaquez at igalia.com
     GNOME version: ---

When Gstreamer is built with --disable-gst-debug, gstreamer-vaapi fails with
following errors.

gstvaapidecode.c: In function 'gst_vaapidecode_init':
gstvaapidecode.c:52:25: error: 'gst_debug_vaapidecode' undeclared (first use in
this function)
 #define GST_CAT_DEFAULT gst_debug_vaapidecode
                         ^
gstvaapidecode.c:1365:63: note: in expansion of macro 'GST_CAT_DEFAULT'
   gst_vaapi_plugin_base_init (GST_VAAPI_PLUGIN_BASE (decode),
GST_CAT_DEFAULT);
                                                               ^
gstvaapidecode.c:52:25: note: each undeclared identifier is reported only once
for each function it appears in
 #define GST_CAT_DEFAULT gst_debug_vaapidecode
                         ^
gstvaapidecode.c:1365:63: note: in expansion of macro 'GST_CAT_DEFAULT'
   gst_vaapi_plugin_base_init (GST_VAAPI_PLUGIN_BASE (decode),
GST_CAT_DEFAULT);
                                                               ^
gstvaapipostproc.c: In function 'gst_vaapipostproc_init':
gstvaapipostproc.c:52:25: error: 'gst_debug_vaapipostproc' undeclared (first
use in this function)
 #define GST_CAT_DEFAULT gst_debug_vaapipostproc
                         ^
gstvaapipostproc.c:1811:7: note: in expansion of macro 'GST_CAT_DEFAULT'
       GST_CAT_DEFAULT);
       ^
gstvaapipostproc.c:52:25: note: each undeclared identifier is reported only
once for each function it appears in
 #define GST_CAT_DEFAULT gst_debug_vaapipostproc
                         ^
gstvaapipostproc.c:1811:7: note: in expansion of macro 'GST_CAT_DEFAULT'
       GST_CAT_DEFAULT);
       ^
make[4]: *** [libgstvaapi_la-gstvaapidecode.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [libgstvaapi_la-gstvaapipostproc.lo] Error 1

This build issue is detected by Buildroot autobuilders:

http://autobuild.buildroot.net/?reason=gst1-vaapi-1.10.3

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