<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im"><br>
> pl_newplay will resume playback if paused, and do nothing if the video is<br>
> currently playing. It will start playback only if video is stopped<br>
<br></div></blockquote><div class="im">I am hoping that it would replace play later, hence newplay
</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
> pl_play has been modified so that it no longer restarts playback if called<br>
> when the video is paused. It will still restart playback if the video is<br>
> currently playing<br>
<br>
</div>This is a bit confused description. The implementation seems to be race-prone.<br>
<br></blockquote><div>Didn't really understand how its race prone. The only difference from the original play code is that a check has been added, and avoids resetting the video if called while the video is paused.<br>
</div></div>