From: Wim Taymans Date: Fri, 3 Feb 2012 10:37:21 +0000 (+0100) Subject: dataprotocol: don't define default Category X-Git-Tag: 1.19.3~511^2~6841 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1dfb84e3c5749f85b25d2fc6e7419b809df06d09;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/gst/gdp/dataprotocol.c b/gst/gdp/dataprotocol.c index c19fd9a..c85952a 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 */