summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJi Yong Min <jiyong.min@samsung.com>2015-05-13 21:40:19 +0900
committerJi Yong Min <jiyong.min@samsung.com>2015-05-14 09:23:51 +0900
commit6ece5e54778f9a8bea3f23f3a932a884be3c9f87 (patch)
tree31416fd3ece796751014dab252673fc71b278240 /test
parent460b807ff06de0d470973db91c96cb8121e912e6 (diff)
downloadlibmedia-thumbnail-6ece5e54778f9a8bea3f23f3a932a884be3c9f87.tar.gz
libmedia-thumbnail-6ece5e54778f9a8bea3f23f3a932a884be3c9f87.tar.bz2
libmedia-thumbnail-6ece5e54778f9a8bea3f23f3a932a884be3c9f87.zip
The color space that is used by thumbnail server is changed to RGB, because gdk support RGB color space.
(Fix broken thumbnail issue) Change-Id: Id3b5dfa9df57e35a3785eb0b191b020cba995e95 Signed-off-by: jiyong.min <jiyong.min@samsung.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-thumb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-thumb.c b/test/test-thumb.c
index 2d0c191..5e37255 100755
--- a/test/test-thumb.c
+++ b/test/test-thumb.c
@@ -72,8 +72,8 @@ int main(int argc, char *argv[])
media_thumb_type thumb_type = MEDIA_THUMB_LARGE;
//media_thumb_type thumb_type = MEDIA_THUMB_SMALL;
- media_thumb_format thumb_format = MEDIA_THUMB_BGRA;
- //media_thumb_format thumb_format = MEDIA_THUMB_RGB888;
+ //media_thumb_format thumb_format = MEDIA_THUMB_BGRA;
+ media_thumb_format thumb_format = MEDIA_THUMB_RGB888;
int is_bgra = 1;
//int is_bgra = 0;