gl/cocoa: fix compiler warning
authorJulien Isorce <julien.isorce@gmail.com>
Mon, 3 Nov 2014 22:59:41 +0000 (22:59 +0000)
committerJulien Isorce <julien.isorce@gmail.com>
Mon, 3 Nov 2014 22:59:41 +0000 (22:59 +0000)
commit11661ceca97567439df352912c0e3556745c4f3c
tree1ae8079a9e3d3f4997b3004ec6828f177f834aa5
parentdda95aeb50af4e0d7ed0626e2eb08f5669c2978f
gl/cocoa: fix compiler warning

Use the reshape function after being defined. The other way
would have been to declare the reshape function in the header.

gstglwindow_cocoa.m: In function '-[GstGLNSView drawRect:]':
gstglwindow_cocoa.m:555: warning: 'GstGLNSView' may not respond to '-reshape'
gstglwindow_cocoa.m:555: warning: (Messages without a matching method signature
gstglwindow_cocoa.m:555: warning: will be assumed to return 'id' and accept
gstglwindow_cocoa.m:555: warning: '...' as arguments.)
gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m