diff --git a/ext/webrtcdsp/gstwebrtcdsp.cpp b/ext/webrtcdsp/gstwebrtcdsp.cpp index b79b118b03..a5ed2f189f 100644 --- a/ext/webrtcdsp/gstwebrtcdsp.cpp +++ b/ext/webrtcdsp/gstwebrtcdsp.cpp @@ -175,7 +175,7 @@ struct _GstWebrtcDsp /* Protected by the stream lock */ GstClockTime timestamp; GstAdapter *adapter; - webrtc::AudioProcessing * apm; + webrtc::AudioProcessing * apm; /* Protected by the object lock */ gchar *probe_name;