validate: scenarios: set need clock sync for switching subtitle track
authoreunhae choi <eunhae1.choi@samsung.com>
Wed, 16 Sep 2015 08:12:17 +0000 (17:12 +0900)
committerThibault Saunier <tsaunier@gnome.org>
Wed, 16 Sep 2015 08:59:03 +0000 (10:59 +0200)
commit9e1cea6c4b9a070fe1e8b65f9a5b21fd14746a4a
tree06b96047e94b148737f7a9a0e46911eeb02d8c95
parent82f6ef48e98663660fcda49d21eb2e64f8e2a013
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.

https://bugzilla.gnome.org/show_bug.cgi?id=755101
validate/data/scenarios/switch_subtitle_track.scenario
validate/data/scenarios/switch_subtitle_track_while_paused.scenario