test: enlarge the appsrc buffer max size 56/58656/2 accepted/tizen/ivi/20160218.023941 accepted/tizen/mobile/20160203.102204 accepted/tizen/tv/20160203.102219 accepted/tizen/wearable/20160203.102240 submit/tizen/20160203.054748 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000003
authorEunhae Choi <eunhae1.choi@samsung.com>
Tue, 2 Feb 2016 12:14:41 +0000 (21:14 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 2 Feb 2016 12:15:56 +0000 (21:15 +0900)
Change-Id: I07798bb2094232e877adbb51e58116ca6ec3f0a9

client/test/player_es_push_test.c

index 3872f37..4407024 100644 (file)
@@ -520,7 +520,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);