From 66fb9166a47e6c130bc78cb1579a02369d16ba6b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 3 Feb 2012 11:37:21 +0100 Subject: [PATCH] dataprotocol: don't define default Category 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/gdp/dataprotocol.c b/gst/gdp/dataprotocol.c index c19fd9aa43..c85952ad53 100644 --- a/gst/gdp/dataprotocol.c +++ b/gst/gdp/dataprotocol.c @@ -78,7 +78,6 @@ /* debug category */ GST_DEBUG_CATEGORY_STATIC (data_protocol_debug); -#define GST_CAT_DEFAULT data_protocol_debug /* helper macros */