mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
ios playback: remove time_slider.frame forced set (fix for non-functional slider UI)
It's unclear why this line was there, but it renders the slider unresponsive currently
This commit is contained in:
parent
d6c033bf92
commit
5188475abd
1 changed files with 0 additions and 2 deletions
|
@ -151,8 +151,6 @@
|
|||
video_width_constraint.constant = correct_width;
|
||||
video_height_constraint.constant = view_height;
|
||||
}
|
||||
|
||||
time_slider.frame = CGRectMake(time_slider.frame.origin.x, time_slider.frame.origin.y, toolbar.frame.size.width - time_slider.frame.origin.x - 8, time_slider.frame.size.height);
|
||||
}
|
||||
|
||||
static void video_dimensions_changed (GstPlayer * unused, gint width, gint height, VideoViewController * self)
|
||||
|
|
Loading…
Reference in a new issue