projects
/
platform
/
core
/
api
/
player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a69f740
)
fix build error
37/83437/1
accepted/tizen/ivi/20160812.010631
accepted/tizen/mobile/20160812.010653
accepted/tizen/tv/20160812.010608
accepted/tizen/wearable/20160812.010539
submit/tizen/20160811.023523
author
NAMJEONGYOON
<just.nam@samsung.com>
Thu, 11 Aug 2016 01:03:16 +0000
(10:03 +0900)
committer
NAMJEONGYOON
<just.nam@samsung.com>
Thu, 11 Aug 2016 01:03:16 +0000
(10:03 +0900)
Change-Id: I8cea332571d8cb1149b8b90b1e6ffec9bc69978c
test/player_test.c
patch
|
blob
|
history
diff --git
a/test/player_test.c
b/test/player_test.c
index 8c899e18094e7d7d8074d70da2974ee3b82f3dbe..557617eb807881e2882b152bdcb03baf9bcf5093 100644
(file)
--- a/
test/player_test.c
+++ b/
test/player_test.c
@@
-1168,11
+1168,15
@@
static void _player_get_progressive_download_status()
static void _player_enable_tsurf_pool(void)
{
+#ifndef TIZEN_TV
bool enabled = FALSE;
player_is_enabled_tsurf_pool(g_player[0], &enabled);
g_print("tbm surface pool will be %s", (enabled) ? "disabled" : "enabled");
player_enable_tsurf_pool(g_player[0], !enabled);
+#else
+ g_print("not support at TV profile");
+#endif
}
static void set_next_uri(char * uri)