mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
libs/controller: Set default gst debugging category.
This commit is contained in:
parent
f5f63434ab
commit
53b09c392a
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
|||
#include "gstinterpolationcontrolsource.h"
|
||||
#include "gstinterpolationcontrolsourceprivate.h"
|
||||
|
||||
#define GST_CAT_DEFAULT controller_debug
|
||||
GST_DEBUG_CATEGORY_EXTERN (GST_CAT_DEFAULT);
|
||||
|
||||
static void gst_interpolation_control_source_init (GstInterpolationControlSource
|
||||
* self);
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue