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)
committerSebastian Dröge <slomo@coaxion.net>
Wed, 24 Apr 2019 09:03:44 +0000 (09:03 +0000)
commite8450397c02a3329c1e646b33eb4e970f0fb511a
tree274815cdf4b31c108ea93237ff8f2014d6433fd1
parent5f19e83f14bf29a31b76684181396080aa228113
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