Comment #2 on issue 16768 by phthoruth: [HTML5-Video] layout test fails because "ended" event is not triggered when video plays to end http://code.google.com/p/chromium/issues/detail?id=16768
There are a number of issues relating to end of file. The pipeline gets into a bad state. One issue is the UI doesn't update. Videos in the test matrix are muxed with 500ms audio packets. The time bar stops 500 ms short of the end. This is especially evident on the 'still' frame which is 1 second of audio, so the time only goes half way. A work around is to mux the audio at a finer level. Once we fix the end of file issue, the UI should just work. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
