relaunching b/s bug fix
authorChangsun Lee <cs78.lee@samsung.com>
Sat, 19 Jan 2013 09:19:56 +0000 (18:19 +0900)
committerChangsun Lee <cs78.lee@samsung.com>
Sat, 19 Jan 2013 09:19:56 +0000 (18:19 +0900)
Change-Id: If0b5e83f906cfbb48c9cd46af37b0ac0cd9ca99e

packaging/org.tizen.video-player.spec
src/video-player.c

index b58591d..da4d8a6 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.video-player
 Summary:    Video & streaming player
-Version:    0.5.131
+Version:    0.5.132
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    Flora
index a8b7957..8b4944a 100755 (executable)
@@ -1,14 +1,14 @@
 /*
  * To apply the Flora License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
- * 
+ *
  *    Copyright [2012] [JongDong Lee <jongdong.lee@samsung.com>, ChangSun Lee <cs78.lee@samsung.com>]
- * 
+ *
  *    Licensed under the Flora License, Version 1.0 (the "License");
  *    you may not use this file except in compliance with the License.
  *    You may obtain a copy of the License at
- * 
+ *
  *        http://www.tizenopensource.org/license
- * 
+ *
  *    Unless required by applicable law or agreed to in writing, software
  *    distributed under the License is distributed on an "AS IS" BASIS,
  *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -286,7 +286,7 @@ static void appPause(void *pUserData)
                        nTmpPlayerType == MP_VIDEO_PLAYER_MMS)
        {
                VideoLogInfo("Pause application at video player.");
-               pAppData->VideoAppCtrlCallbackFunc.VideoAppCtrlStopByAppPause(pAppData);
+               pAppData->VideoAppCtrlCallbackFunc.VideoAppCtrlExit(pAppData);
        }
        else if(nTmpPlayerType == MP_STREAMING_PLAYER)
        {
@@ -294,7 +294,7 @@ static void appPause(void *pUserData)
                pAppData->VideoAppCtrlCallbackFunc.VideoAppCtrlExit(pAppData);
        }
 
-               pAppData->VideoAppCtrlCallbackFunc.VideoAppCtrlHideLayout(pAppData);
+       pAppData->VideoAppCtrlCallbackFunc.VideoAppCtrlHideLayout(pAppData);
 
        MpUtilDeletePopupHandle();