summaryrefslogtreecommitdiff
path: root/src/include/mm_player_priv.h
diff options
context:
space:
mode:
authorHyongtaek Lim <hyongtaek.lim@samsung.com>2015-09-23 14:10:15 +0900
committerHyongtaek Lim <hyongtaek.lim@samsung.com>2015-09-23 15:29:16 +0900
commit16e5c116c19156a1a26e292c9275f49c7e1b9a97 (patch)
tree153ad35c8163310a68d1e7ba5e50d1580cc6d4fb /src/include/mm_player_priv.h
parent590fc598f6ac2f130faae6fd5a7282b4ea85a60f (diff)
downloadlibmm-player-16e5c116c19156a1a26e292c9275f49c7e1b9a97.tar.gz
libmm-player-16e5c116c19156a1a26e292c9275f49c7e1b9a97.tar.bz2
libmm-player-16e5c116c19156a1a26e292c9275f49c7e1b9a97.zip
Change logging function to LOGX
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com> Change-Id: I5a7cca105a37d0d3b6b6aed7a096cc73e7eb55d5
Diffstat (limited to 'src/include/mm_player_priv.h')
-rw-r--r--src/include/mm_player_priv.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/include/mm_player_priv.h b/src/include/mm_player_priv.h
index 99f621e..6f1a359 100644
--- a/src/include/mm_player_priv.h
+++ b/src/include/mm_player_priv.h
@@ -31,7 +31,6 @@
#include <glib.h>
#include <gst/gst.h>
#include <mm_attrs.h>
-#include <mm_debug.h>
#include <math.h>
#include <sys/stat.h>
#include <unistd.h>
@@ -50,17 +49,22 @@
/*===========================================================================================
| |
| GLOBAL DEFINITIONS AND DECLARATIONS FOR MODULE |
-| |
+| |
========================================================================================== */
/*---------------------------------------------------------------------------
| 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
-#define MM_PLAYER_CAST(x_player) ((mm_player_t *)(x_player))
+#define MM_PLAYER_CAST(x_player) ((mm_player_t *)(x_player))
/**
* @x_player: MMHandleType of player
*