glwindow: Remove assertion in gst_gl_window_show() for subclasses not implementing it
authorSebastian Dröge <sebastian@centricular.com>
Mon, 16 Feb 2015 23:04:38 +0000 (01:04 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:54 +0000 (19:31 +0000)
commitc4e75844a829469dc203f70d00f3c1cb2a923bec
tree9d19e03fac577c938c966633b8aa7c1062a27651
parentfcdfdfbfdf908e31586b5005dd8c6a88ce5ced1d
glwindow: Remove assertion in gst_gl_window_show() for subclasses not implementing it

On Android and iOS we can't create a window ourselves, so also can't just show
one. That's not a problem and an assertion is not really needed here.
gst-libs/gst/gl/gstglwindow.c