[Bug 703486] Implement GstNavigation interface in glimagesink

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 24 03:19:46 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=703486
  GStreamer | gst-plugins-gl | git

--- Comment #29 from Matthew Waters <ystreet00 at gmail.com> 2014-07-24 10:19:44 UTC ---
Hmm, attachment 281563 fails to compile here with -Werror :)

gstglwindow_x11.c: In function 'gst_gl_window_x11_handle_event':
gstglwindow_x11.c:584:9: error: passing argument 2 of
'gst_gl_window_send_key_event' discards 'const' qualifier from pointer target
type [-Werror]
         gst_gl_window_send_key_event (window,
         ^
In file included from ../../../../gst-libs/gst/gl/gl.h:36:0,
                 from gstglwindow_x11.h:27,
                 from x11_event_source.h:25,
                 from gstglwindow_x11.c:31:
../../../../gst-libs/gst/gl/gstglwindow.h:156:6: note: expected 'char *' but
argument is of type 'const char *'

and so on for the other gst_gl_window_send_*_event calls.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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