test: enlarge the appsrc buffer max size 55/58655/1 accepted/tizen/mobile/20160203.102257 accepted/tizen/tv/20160203.102313 accepted/tizen/wearable/20160203.102337 submit/tizen/20160203.054818
authorEunhae Choi <eunhae1.choi@samsung.com>
Tue, 2 Feb 2016 12:14:15 +0000 (21:14 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 2 Feb 2016 12:14:15 +0000 (21:14 +0900)
Change-Id: I94a3daa7a154dc0f8fee074fea0bdd8a4bc94248

test/legacy_player_es_push_test.c

index 6b51ef88acb16b1c6507a37d9d1e66dddaa3b024..ad76ff8b6e9cb7c254e28705aef7f503e70bfd37 100644 (file)
@@ -522,7 +522,7 @@ static int app_reset(bundle *b, void *data)
        media_format_set_video_width(ad->video_fmt, ES_DEFAULT_VIDEO_FORMAT_WIDTH);
        media_format_set_video_height(ad->video_fmt, ES_DEFAULT_VIDEO_FORMAT_HEIGHT);
 
-       player_set_media_stream_buffer_max_size(ad->player_handle, PLAYER_STREAM_TYPE_VIDEO, (unsigned long long)800*1024);
+       player_set_media_stream_buffer_max_size(ad->player_handle, PLAYER_STREAM_TYPE_VIDEO, (unsigned long long)3*1024*1024);
        player_set_media_stream_buffer_min_threshold(ad->player_handle, PLAYER_STREAM_TYPE_VIDEO, 50);
 
        ret = player_set_media_stream_buffer_status_cb_ex(ad->player_handle, PLAYER_STREAM_TYPE_VIDEO, _video_buffer_status_cb_ex, (void *)ad);