[Bug 753917] New: gst-omx example build failure

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 21 01:43:45 PDT 2015


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

            Bug ID: 753917
           Summary: gst-omx example build failure
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Mac OS
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-omx
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: hannes.weisbach at tu-dresden.de
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 309793
  --> https://bugzilla.gnome.org/attachment.cgi?id=309793&action=edit
gst-omx testegl fix

examples/egl/testegl.c fails to build because gst_gl_handle_context_query is
called with the context parameter missing:
  CC       testegl-testegl.o
testegl.c: In function ‘query_cb’:
testegl.c:1081:14: error: too few arguments to function
‘gst_gl_handle_context_query’
       return gst_gl_handle_context_query (state->pipeline, query,
              ^
In file included from /usr/local/include/gstreamer-1.0/gst/gl/gl.h:35:0,
                 from testegl.c:61:
/usr/local/include/gstreamer-1.0/gst/gl/gstglutils.h:99:10: note: declared here
 gboolean gst_gl_handle_context_query (GstElement * element, GstQuery * query,
          ^

The attached patch adds state-context as that missing parameter.

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