GNOME Bugzilla – Bug 736132
glimagesink: iOS: Does not rescale the video if the window size changes
Last modified: 2015-04-20 08:03:13 UTC
Version 1.2.4.1 of gstreamer for ios resize correctly the played video while resizing assigned UIView ( with gst_video_overlay_set_window_handle ). With the version 1.4.1 the played video is no more resized correctly. Any idea ?
What do you mean with resize? Resizing the UIView does not lead to the video content being resized too? Or resizing the video does not resize the UIView?
Resizing the UIView does not lead to the video content being resized too.
This was fixed by commit 2a430872edeb7082fea2c00c92a0330a4ee5245b Author: Alessandro Decina <alessandro.d@gmail.com> Date: Tue Feb 24 14:23:49 2015 +1100 libgstgl: eagl: handle CALayer resize