[Bug 788413] New: gstglcontext_egl.c: fix compilation warning

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 2 07:29:26 UTC 2017


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

            Bug ID: 788413
           Summary: gstglcontext_egl.c: fix compilation warning
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: justin.joy.9to5 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

It complains "implicit declaration warning".

gstglcontext_egl.c: In function 'gst_gl_context_egl_create_context':
gstglcontext_egl.c:526:5: error: implicit declaration of function
'gst_gl_window_get_window_handle' [-Werror=implicit-function-declaration]
     window_handle = gst_gl_window_get_window_handle (window);
     ^
gstglcontext_egl.c:526:5: error: nested extern declaration of
'gst_gl_window_get_window_handle' [-Werror=nested-externs]

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