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)
committerJulien Isorce <julien.isorce@gmail.com>
Mon, 3 Nov 2014 23:02:17 +0000 (23:02 +0000)
commita259391c10edb1fb7bbad39e132feb7a397efe7c
tree5bb7b6c74c1feb9b9938d3aa95a3dee7402e3368
parent11661ceca97567439df352912c0e3556745c4f3c
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