Skip to content

Commit 69e9f3c

Browse files
committed
fix: compilation error on newer GCC versions:
1 parent 29bea15 commit 69e9f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio/pulseaudio/wrapper/gstjamesdsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ gst_jamesdsp_class_init(GstjamesdspClass *klass) {
9090
"Tim Schneeberger <[email protected]>");
9191

9292
caps = gst_caps_from_string(ALLOWED_CAPS);
93-
gst_audio_filter_class_add_pad_templates(GST_JAMESDSP_CLASS (klass), caps);
93+
gst_audio_filter_class_add_pad_templates((GstAudioFilterClass*) GST_JAMESDSP_CLASS (klass), caps);
9494
gst_caps_unref(caps);
9595

9696
audioself_class->setup = GST_DEBUG_FUNCPTR (gst_jamesdsp_setup);

0 commit comments

Comments
 (0)