Skip to content

examples: fix build on macOS with gtk+-quartz-3.0

Zhao Zhili requested to merge wantlamy/gst-plugins-base:macos-build into master

gdk_quartz_window_get_nsview is not declared in the header file now: error: implicit declaration of function 'gdk_quartz_window_get_nsview' is invalid in C99 [-Werror,-Wimplicit-function-declaration]

Merge request reports