From 89b193c0a966e9330f01231b710d49009a009449 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Wed, 22 Jun 2016 21:44:35 -0400 Subject: [PATCH] webrtcdsp: Style fix --- ext/webrtcdsp/gstwebrtcdsp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;