mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 17:59:21 +00:00
Fix Player/Playing test for Android
This commit is contained in:
parent
8846ca4780
commit
7563118143
1 changed files with 3 additions and 1 deletions
|
|
@ -84,7 +84,9 @@ static void play_file(const char *filename, bool_t unsupported_format) {
|
|||
}
|
||||
|
||||
static void playing_test(void) {
|
||||
play_file("/home/francois/Téléchargements/test_linphone.mkv", !linphone_local_player_matroska_supported());
|
||||
const char *filename = ms_strdup_printf("%s/sounds/hello_opus_h264.mkv", liblinphone_tester_file_prefix);
|
||||
play_file(filename, !linphone_local_player_matroska_supported());
|
||||
ms_free(filename);
|
||||
}
|
||||
|
||||
test_t player_tests[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue