commit | ffdee92318231a139c56696a57afaa82a1ddb2a7 | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Tue Jan 03 16:38:12 2012 -0800 |
committer | James Dong <jdong@google.com> | Tue Jan 03 16:48:41 2012 -0800 |
tree | 7141d476c20c385744f50357b5764f1585b836bf | |
parent | 4087565526d15a95b0492c585e363581303389ed [diff] |
Fixed a broken rtsp test case The original cts test case had an incorrect requirement that onVideoSizeChanged() callback must be received before streaming or playback can be started. For http live streaming or RTSP streaming, the video size can only be received sometimes after the video streaming has started. As a result, the failed test case never triggered the streaming of the rtsp videos. Change-Id: Icca4dd216b8b99993882a7bf11b80503909f47c3 related-to-bug: 5790219