gl/cocoa: fix uncaught exception 'unrecognized selector sent to instance'
authorJulien Isorce <julien.isorce@gmail.com>
Mon, 3 Nov 2014 23:02:17 +0000 (23:02 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:49 +0000 (19:31 +0000)
commit4a736caded6f7c53a3403399f6e576b3d94ba401
treeaeae44e476730de64882765ef09b6cab80219f40
parenta581d479fff029118c3ea66ca3cf054666fa6bc7
gl/cocoa: fix uncaught exception 'unrecognized selector sent to instance'

Need to set the ':' as the reshape method now takes one parameter.
For the story, the GstGLNSView was previously inheriting from
NSOpenGLView which has a reshape function without any parameter.
Now the GstGLNSView inherits from NSView and we re-use the reshape
function manually.
gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m