aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-video-src.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-video-src.c')
-rw-r--r--src/empathy-video-src.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/empathy-video-src.c b/src/empathy-video-src.c
index 5c865daaa..15d8f79e1 100644
--- a/src/empathy-video-src.c
+++ b/src/empathy-video-src.c
@@ -24,6 +24,9 @@
#include <gst/interfaces/colorbalance.h>
+#define DEBUG_FLAG EMPATHY_DEBUG_VOIP
+#include <libempathy/empathy-debug.h>
+
#include "empathy-video-src.h"
G_DEFINE_TYPE(EmpathyGstVideoSrc, empathy_video_src, GST_TYPE_BIN)
@@ -143,7 +146,7 @@ empathy_video_src_init (EmpathyGstVideoSrc *obj)
}
str = gst_caps_to_string (caps);
- g_debug ("Current video src caps are : %s", str);
+ DEBUG ("Current video src caps are : %s", str);
g_free (str);
if ((element = empathy_gst_add_to_bin (GST_BIN (obj),