mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
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.
This commit is contained in:
parent
48b190c7be
commit
1dfb84e3c5
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@
|
||||||
|
|
||||||
/* debug category */
|
/* debug category */
|
||||||
GST_DEBUG_CATEGORY_STATIC (data_protocol_debug);
|
GST_DEBUG_CATEGORY_STATIC (data_protocol_debug);
|
||||||
#define GST_CAT_DEFAULT data_protocol_debug
|
|
||||||
|
|
||||||
/* helper macros */
|
/* helper macros */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue