mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
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:
parent
3429ddde38
commit
b0522aa8f7
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue