mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +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
f6cab316cc
commit
66fb9166a4
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