GNOME Bugzilla – Bug 755101
validate: scenarios: sometimes failure with changing subtitle track scenarios
Last modified: 2015-09-16 08:59:59 UTC
The validate checking with switching subtitle track scenarios has failed sometimes. I've attached log at below urls. fail : http://ur1.ca/nsqzf pass : http://ur1.ca/nsqzo
Created attachment 311439 [details] [review] validate: scenarios: set need clock sync for switching subtitle track As soon as the track is changed, the pipeline state is set to NULL by execution 'stop' action even if there is a 'playback-time' with 5sec. If the AV sink is not synchronized, audio fakesink and video fakesink has different position value. When the validate request the position information of pipeline to do 'stop' action, the audio fakesink response of the position query with the bigger value than 5sec. It causes 'fail' of the switching subtitle track scenarios.
Attachment 311439 [details] pushed as 9e1cea6 - validate: scenarios: set need clock sync for switching subtitle track