gmrender-resurrect icon indicating copy to clipboard operation
gmrender-resurrect copied to clipboard

The progress bar of music player will not synchronize after seeking

Open countrysideboy opened this issue 9 years ago • 0 comments

Some music players do not query the position all the time,when I change the progress bar,the music players transport seek command and gmrender reply a seekresponse,then the progress bar freeze until a lastchange notify is given by gmrender.

Gmrender reply a lastchange notify(such as TransportState val= PLAYING) after seekresponse will fix this bug.

The gst_element_seek function pause then play the song,but if my current state is pausing,the gmrender will play the song after seeking without sync the state.

countrysideboy avatar Jun 09 '15 07:06 countrysideboy