From 83e92d6298f3be3833b8cd844b97597d41e22265 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 3 Apr 2024 16:55:56 +0200 Subject: Wrapped GstAudioFilter (for #1397) --- src/wrapped/wrappedgstaudio.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/wrapped') diff --git a/src/wrapped/wrappedgstaudio.c b/src/wrapped/wrappedgstaudio.c index 952100ad..943d2fa7 100644 --- a/src/wrapped/wrappedgstaudio.c +++ b/src/wrapped/wrappedgstaudio.c @@ -32,6 +32,7 @@ typedef size_t (*LFv_t)(); #define ADDED_FUNCTIONS() \ GO(gst_audio_decoder_get_type, LFv_t) \ + GO(gst_audio_filter_get_type, LFv_t) \ #include "generated/wrappedgstaudiotypes.h" @@ -42,7 +43,8 @@ typedef size_t (*LFv_t)(); return -1; #define CUSTOM_INIT \ - SetGstAudioDecoderID(my->gst_audio_decoder_get_type()); + SetGstAudioDecoderID(my->gst_audio_decoder_get_type()); \ + SetGstAudioFilterID(my->gst_audio_filter_get_type()); #ifdef ANDROID #define NEEDED_LIBS "libgstreamer-1.0.so" -- cgit 1.4.1