intel / gstreamer-media-SDK

GNU Lesser General Public License v2.1
90 stars 53 forks source link

mfxsink: Fixed fail to fullscreen issue on weston 1.11.1 version. #157

Closed SiewHoon closed 5 years ago

SiewHoon commented 5 years ago

Because weston 1.10.0 version still supported wl_scaler protocol instead of wp_viewporter ever together with wayland 1.14.0 version. We need to replace wayland version to weston version condition check, so that we can supported weston 1.11.1 version and weston 4.0 version as well.

Signed-off-by: Lim Siew Hoon siew.hoon.lim@intel.com