apply log tag to the all the files in mm player 49/53049/1 accepted/tizen/mobile/20151202.230055 accepted/tizen/tv/20151202.230112 accepted/tizen/wearable/20151202.230134 submit/tizen/20151202.053847
authorEunhae Choi <eunhae1.choi@samsung.com>
Tue, 1 Dec 2015 08:38:24 +0000 (17:38 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 1 Dec 2015 08:38:24 +0000 (17:38 +0900)
Change-Id: Iaf992f8e96ca260b75f0df8b5f575bcb8d84c036

src/include/mm_player_ini.h
src/include/mm_player_priv.h
src/include/mm_player_utils.h
src/server/mm_player_capture.c

index c8ebe4d..9e10c4f 100644 (file)
        extern "C" {
 #endif
 
+#ifdef LOG_TAG
+#undef LOG_TAG
+#endif
+#define LOG_TAG "MM_PLAYER"
 
 #define MM_PLAYER_INI_DEFAULT_PATH     "/usr/etc/mmfw_player.ini"
 #define MM_PLAYER_INI_DEFAULT_AUDIOEFFECT_PATH "/usr/etc/mmfw_player_audio_effect.ini"
index f9ec9ce..a0d6e38 100644 (file)
 |    GLOBAL #defines:                                                                                                          |
 ---------------------------------------------------------------------------*/
 
-#ifdef LOG_TAG
-#undef LOG_TAG
-#endif
-#define LOG_TAG "MM_PLAYER"
-
 #define MM_PLAYER_IMGB_MPLANE_MAX      4
 #define MM_PLAYER_STREAM_COUNT_MAX     3
 
index f67981d..d81199b 100644 (file)
        extern "C" {
 #endif
 
+#ifdef LOG_TAG
+#undef LOG_TAG
+#endif
+#define LOG_TAG "MM_PLAYER"
+
 /* general */
 #ifndef ARRAY_SIZE
 #define ARRAY_SIZE(arr)                (sizeof(arr) / sizeof((arr)[0]))
index 3061ada..b67141b 100644 (file)
@@ -29,7 +29,6 @@
 #include "mm_player_utils.h"
 #include "mm_player_capture.h"
 #include "mm_player_priv.h"
-#include "mm_player_utils.h"
 
 #include <mm_util_imgp.h>
 #include <gst/video/video-info.h>