From: Stéphane Cerveau Date: Thu, 27 Jan 2022 15:28:48 +0000 (+0100) Subject: autodetect: fix debug init category X-Git-Tag: 1.20.0~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1911800610cb07017fa60293cf0f1d9a1377029;p=platform%2Fupstream%2Fgstreamer.git autodetect: fix debug init category Since the split of elements, the debug category was default for autodetect. Part-of: --- 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