LOGD("ENTER");
#ifdef TIZEN_FEATURE_EVAS_RENDERER
if (CALLBACK_INFO(pc) && EVAS_INFO(pc)->support_video) {
- if (EVAS_HANDLE(pc) && EVAS_INFO(pc)->visible == EVAS_VISIBLE_NONE) {
+ if (EVAS_HANDLE(pc) && (EVAS_INFO(pc)->visible == EVAS_VISIBLE_NONE
+ || EVAS_INFO(pc)->visible == EVAS_VISIBLE_TRUE)) {
ret = mm_evas_renderer_set_visible(EVAS_HANDLE(pc), true);
if (ret != MM_ERROR_NONE) {
LOGE("mm_evas_renderer_set_visible err 0x%x", ret);
#ifdef TIZEN_FEATURE_EVAS_RENDERER
if (CALLBACK_INFO(pc) && EVAS_HANDLE(pc) &&
- EVAS_INFO(pc)->support_video && (EVAS_INFO(pc)->visible == EVAS_VISIBLE_TRUE)) {
+ EVAS_INFO(pc)->support_video && (EVAS_INFO(pc)->visible == EVAS_VISIBLE_NONE
+ || EVAS_INFO(pc)->visible == EVAS_VISIBLE_TRUE)) {
ret = mm_evas_renderer_set_visible(EVAS_HANDLE(pc), false);
if (ret != MM_ERROR_NONE) {
LOGE("mm_evas_renderer_set_visible err 0x%x", ret);