VideoPlayerViewController: Fix rotation lock by using UIInterfaceOrientation
Use UIInterfaceOrientation instead of UIDeviceOrientation as we do not need to handle the cases of all the device orientation such as faceUp/faceDown.
By doing so, this will fix the rotation lock by 'handling' the faceUp/faceDown orientations.