intel / gstreamer-media-SDK

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

mfxsink: Fixed wayland weston fullscreen issue #85

Closed SiewHoon closed 6 years ago

SiewHoon commented 6 years ago

This issue is introduced by commit id: bdd61edceddd91ebc8a63f401c235b2520f93d25

When detected the sink is displaying in fullcreen, we don't calculate ratio for display_rect->width and display_rect->height. Both of display_rect width and height will set based on pass in width and height.

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