Remove evas_object_image_data_set()
authorEonseokLee <eonseok.lee@samsung.com>
Tue, 7 May 2013 02:54:42 +0000 (11:54 +0900)
committerEonseokLee <eonseok.lee@samsung.com>
Tue, 7 May 2013 02:54:42 +0000 (11:54 +0900)
Change-Id: Ife306d4120a5b6ea0bd6e369584606949b53f891
Signed-off-by: EonseokLee <eonseok.lee@samsung.com>
src/FMedia_PlayerImpl.cpp

index 52aa95e..50f4c35 100644 (file)
@@ -717,14 +717,6 @@ _PlayerImpl::Close(void)
                        SysLogException(NID_MEDIA, r == E_SUCCESS, "Failed to perform player_unset_buffering_cb operation with 0x%x", ret);
                }
        }
-
-       if (__hCanvas)
-       {
-               if (__handleType == _BufferInfoImpl::HANDLE_TYPE_VE_SURFACE)
-               {
-                        evas_object_image_data_set((Evas_Object*)__hCanvas, NULL);
-               }
-       }
                
        __isStreamingContent = false;
        return r;