summaryrefslogtreecommitdiff
path: root/gst/gdp
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2013-02-11 12:34:24 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2013-02-11 12:34:24 +0000
commite63027f1989eacfa945feb20a7a72af3cc6114c6 (patch)
tree3941c01f8f3a478dc5eb601242538c2afcbff16b /gst/gdp
parent632f2ac1c63d9e0ea1f51c3aaea07ab81727df4e (diff)
downloadgstreamer-plugins-bad-e63027f1989eacfa945feb20a7a72af3cc6114c6.tar.gz
gdp: actually log generic dataprotocol stuff to gdp category
Diffstat (limited to 'gst/gdp')
-rw-r--r--gst/gdp/dataprotocol.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/gdp/dataprotocol.c b/gst/gdp/dataprotocol.c
index 36703d3e5..19ea5e3b8 100644
--- a/gst/gdp/dataprotocol.c
+++ b/gst/gdp/dataprotocol.c
@@ -78,6 +78,9 @@
/* debug category */
GST_DEBUG_CATEGORY_STATIC (data_protocol_debug);
+#ifndef GST_CAT_DEFAULT
+#define GST_CAT_DEFAULT data_protocol_debug
+#endif
/* helper macros */