mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Copy Sintel trailer testing videos from mediastreamer to linphone
This commit is contained in:
parent
b9839d4c57
commit
897781c3ef
5 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ static void play_file(const char *filename, bool_t unsupported_format, const cha
|
|||
BC_ASSERT_EQUAL(res, 0, int, "%d");
|
||||
if(res == -1) goto fail;
|
||||
|
||||
BC_ASSERT_TRUE(wait_for_eof(&eof, &time, 100, 13000));
|
||||
BC_ASSERT_TRUE(wait_for_eof(&eof, &time, 100, linphone_player_get_duration(player) * 1.05));
|
||||
|
||||
linphone_player_close(player);
|
||||
|
||||
|
|
@ -71,7 +71,7 @@ static void play_file(const char *filename, bool_t unsupported_format, const cha
|
|||
}
|
||||
|
||||
static void playing_test(void) {
|
||||
char *filename = bc_tester_res("sounds/hello_opus_h264.mkv");
|
||||
char *filename = bc_tester_res("sounds/sintel_trailer_opus_h264.mkv");
|
||||
const char *audio_mime = "opus";
|
||||
const char *video_mime = "h264";
|
||||
play_file(filename, !linphone_local_player_matroska_supported(), audio_mime, video_mime);
|
||||
|
|
|
|||
Binary file not shown.
BIN
tester/sounds/sintel_trailer_opus_h264.mkv
Normal file
BIN
tester/sounds/sintel_trailer_opus_h264.mkv
Normal file
Binary file not shown.
BIN
tester/sounds/sintel_trailer_opus_vp8.mkv
Normal file
BIN
tester/sounds/sintel_trailer_opus_vp8.mkv
Normal file
Binary file not shown.
BIN
tester/sounds/sintel_trailer_pcmu_h264.mkv
Normal file
BIN
tester/sounds/sintel_trailer_pcmu_h264.mkv
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue