summaryrefslogtreecommitdiff
path: root/sys/wasapi2/gstwasapi2client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sys/wasapi2/gstwasapi2client.cpp')
-rw-r--r--sys/wasapi2/gstwasapi2client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/wasapi2/gstwasapi2client.cpp b/sys/wasapi2/gstwasapi2client.cpp
index 390bedf2c..666b92969 100644
--- a/sys/wasapi2/gstwasapi2client.cpp
+++ b/sys/wasapi2/gstwasapi2client.cpp
@@ -277,7 +277,7 @@ struct _GstWasapi2Client
GType
gst_wasapi2_client_device_class_get_type (void)
{
- static volatile GType class_type = 0;
+ static GType class_type = 0;
static const GEnumValue types[] = {
{GST_WASAPI2_CLIENT_DEVICE_CLASS_CAPTURE, "Capture", "capture"},
{GST_WASAPI2_CLIENT_DEVICE_CLASS_RENDER, "Render", "render"},