osxvideosink: call superclass in reshape

Fixes macos werror build

../sys/osxvideo/cocoawindow.m:437:1: error: method possibly missing a [super reshape] call [-Werror,-Wobjc-missing-super-calls]
}
^
This commit is contained in:
Matthew Waters 2019-08-30 13:37:59 +10:00
parent 3429ddde38
commit b0522aa8f7

View file

@ -397,6 +397,7 @@ const gchar* gst_keycode_to_keyname(gint16 keycode)
gdouble frame_par, view_par;
gint view_height, view_width, c_height, c_width, c_x, c_y;
[super reshape];
GST_LOG ("reshaping");