Skip to content

Commit 44190e6

Browse files
committed
fix: fixed pulseaudio compilation issue
1 parent dd25d6a commit 44190e6

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
@@ -113,7 +113,7 @@ gst_jamesdsp_init(Gstjamesdsp *self) {
113113
memset(self->dsp, 0, sizeof(JamesDSPLib));
114114

115115
// TODO: Add benchmark toggle support to pulse version...
116-
JamesDSPGlobalMemoryAllocation(0);
116+
JamesDSPGlobalMemoryAllocation();
117117
JamesDSPInit(self->dsp, 128, 48000);
118118

119119
self->enable = FALSE;

0 commit comments

Comments
 (0)