gl/wayland: Don't prefix wl_shell struct field
authorNiels De Graef <niels.degraef@barco.com>
Wed, 24 Apr 2019 08:41:24 +0000 (10:41 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 7 Aug 2019 10:05:39 +0000 (11:05 +0100)
commite9236454b67ce165ea7a07ff0a6f16e02e07dd71
treeb8aff2a5c58d8e9d093980863dce3941a986c9ab
parentbb796d8c5a362a8900291f20560398672a31085d
gl/wayland: Don't prefix wl_shell struct field

As part of commit 808e7127, we prefixed the `GstWlWindow`'s `shell`
field with wl_, to differentiate it from the other types of shells a
Wayland compositor might support. However, this is apparently a struct
that we expose to our users, so changing it means we have an API break.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/592
gst-libs/gst/gl/wayland/gstgldisplay_wayland.c
gst-libs/gst/gl/wayland/gstgldisplay_wayland.h
gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c