glwindow: pass display to implementation's _new()
authorMatthew Waters <matthew@centricular.com>
Fri, 24 Jul 2015 07:00:27 +0000 (17:00 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:07 +0000 (19:32 +0000)
commit6ccaafc0f372175804ba521e34d7780cf4de6b66
tree870187abe3bb8a1b5d2ec9063a50022912ec8575
parent9587eb477d9ba51a334ad157a097fec16b430072
glwindow: pass display to implementation's _new()

So they have to opportunity to fail if they cannot handle the
display connection.

https://bugzilla.gnome.org/show_bug.cgi?id=752743
14 files changed:
gst-libs/gst/gl/android/gstglwindow_android_egl.c
gst-libs/gst/gl/android/gstglwindow_android_egl.h
gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h
gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m
gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c
gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.h
gst-libs/gst/gl/eagl/gstglwindow_eagl.h
gst-libs/gst/gl/eagl/gstglwindow_eagl.m
gst-libs/gst/gl/gstglwindow.c
gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c
gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h
gst-libs/gst/gl/win32/gstglwindow_win32.c
gst-libs/gst/gl/win32/gstglwindow_win32.h
gst-libs/gst/gl/x11/gstglwindow_x11.c