mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
ios playback: initialize slider min/max values at zero at first
This commit is contained in:
parent
5188475abd
commit
49c92a9752
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@
|
||||||
|
|
||||||
is_local_media = [uri hasPrefix:@"file://"];
|
is_local_media = [uri hasPrefix:@"file://"];
|
||||||
is_playing_desired = NO;
|
is_playing_desired = NO;
|
||||||
|
time_slider.minimumValue = 0;
|
||||||
|
time_slider.maximumValue = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)viewDidDisappear:(BOOL)animated
|
- (void)viewDidDisappear:(BOOL)animated
|
||||||
|
|
Loading…
Reference in a new issue