Skip to content

Commit

Permalink
Fix default playback speed in video view
Browse files Browse the repository at this point in the history
  • Loading branch information
protyposis committed Aug 21, 2016
1 parent 73351d9 commit 2abf38d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public void setVideoSource(MediaSource source) {
mTargetState = STATE_IDLE;
mSource = source;
mSeekWhenPrepared = 0;
mPlaybackSpeedWhenPrepared = 1;
openVideo();
requestLayout();
invalidate();
Expand Down

0 comments on commit 2abf38d

Please sign in to comment.