summaryrefslogtreecommitdiff
path: root/gst-libs/gst/audio/streamvolume.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/audio/streamvolume.c')
-rw-r--r--gst-libs/gst/audio/streamvolume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/audio/streamvolume.c b/gst-libs/gst/audio/streamvolume.c
index cdcacc1b1..72a845ac0 100644
--- a/gst-libs/gst/audio/streamvolume.c
+++ b/gst-libs/gst/audio/streamvolume.c
@@ -66,7 +66,7 @@ gst_stream_volume_class_init (GstStreamVolumeInterface * iface)
GType
gst_stream_volume_get_type (void)
{
- static volatile gsize type = 0;
+ static gsize type = 0;
if (g_once_init_enter (&type)) {
GType tmp;
static const GTypeInfo info = {