autodetect: fix debug init category

Since the split of elements, the debug category
was default for autodetect.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1590>
This commit is contained in:
Stéphane Cerveau 2022-01-27 16:28:48 +01:00 committed by GStreamer Marge Bot
parent 0bcefa7350
commit d191180061

View file

@ -21,6 +21,7 @@
#define __GST_AUTO_DETECT_H__
#include <gst/gst.h>
#include "gstautodetectelements.h"
G_BEGIN_DECLS