dataprotocol: don't define default Category
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 3 Feb 2012 10:37:21 +0000 (11:37 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 11 Sep 2012 00:54:44 +0000 (01:54 +0100)
Since we now include this into the unit tests directly, don't define the default
category macro because it conflicts with check.

gst/gdp/dataprotocol.c

index c19fd9aa434ac4981eabf6e9bfa8e03e65faaac8..c85952ad53cec88b91e428b0ea91aa7f466e4b89 100644 (file)
@@ -78,7 +78,6 @@
 
 /* debug category */
 GST_DEBUG_CATEGORY_STATIC (data_protocol_debug);
-#define GST_CAT_DEFAULT data_protocol_debug
 
 /* helper macros */