From d1911800610cb07017fa60293cf0f1d9a1377029 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Cerveau?= Date: Thu, 27 Jan 2022 16:28:48 +0100 Subject: [PATCH] autodetect: fix debug init category Since the split of elements, the debug category was default for autodetect. Part-of: --- subprojects/gst-plugins-good/gst/autodetect/gstautodetect.h | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/gst-plugins-good/gst/autodetect/gstautodetect.h b/subprojects/gst-plugins-good/gst/autodetect/gstautodetect.h index 09592ff..3f54c14 100644 --- a/subprojects/gst-plugins-good/gst/autodetect/gstautodetect.h +++ b/subprojects/gst-plugins-good/gst/autodetect/gstautodetect.h @@ -21,6 +21,7 @@ #define __GST_AUTO_DETECT_H__ #include +#include "gstautodetectelements.h" G_BEGIN_DECLS -- 2.7.4