mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
Comment typo
This commit is contained in:
parent
06092ab217
commit
df3c6e3d3e
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ public class Tutorial4 extends Activity implements SurfaceHolder.Callback, OnSee
|
|||
public void onProgressChanged(SeekBar sb, int progress, boolean fromUser) {
|
||||
if (fromUser == false) return;
|
||||
desired_position = progress;
|
||||
// If this is a local file, allow scrub seeking, this is, seek soon as the slider is moved.
|
||||
// If this is a local file, allow scrub seeking, this is, seek as soon as the slider is moved.
|
||||
if (is_local_media) nativeSetPosition(desired_position);
|
||||
updateTimeWidget();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue