mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
gdp: actually log generic dataprotocol stuff to gdp category
This commit is contained in:
parent
632f2ac1c6
commit
e63027f198
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@
|
|||
|
||||
/* debug category */
|
||||
GST_DEBUG_CATEGORY_STATIC (data_protocol_debug);
|
||||
#ifndef GST_CAT_DEFAULT
|
||||
#define GST_CAT_DEFAULT data_protocol_debug
|
||||
#endif
|
||||
|
||||
/* helper macros */
|
||||
|
||||
|
|
Loading…
Reference in a new issue