Skip to content

Commit

Permalink
Merge pull request #14 from yzrsng/master
Browse files Browse the repository at this point in the history
fix bug that does not work action, "Video - Play foo Second" perfectly
  • Loading branch information
kitone committed Sep 25, 2018
2 parents 5e9525c + 53dfe7c commit 50d8af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vp/gstplayer.cc
Expand Up @@ -150,6 +150,7 @@ void GstPlayer::play_segment(const SubtitleTime &start,

if (seek(start.totalmsecs, end.totalmsecs, flags))
update_pipeline_state_and_timeout();
set_pipeline_state(Gst::STATE_PLAYING);
}

// Sets the pipeline state to paused.
Expand Down

0 comments on commit 50d8af9

Please sign in to comment.