summaryrefslogtreecommitdiff
path: root/gst-libs/gst/audio/gstnonstreamaudiodecoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/audio/gstnonstreamaudiodecoder.c')
-rw-r--r--gst-libs/gst/audio/gstnonstreamaudiodecoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/audio/gstnonstreamaudiodecoder.c b/gst-libs/gst/audio/gstnonstreamaudiodecoder.c
index ca8afce6a..f98ddb014 100644
--- a/gst-libs/gst/audio/gstnonstreamaudiodecoder.c
+++ b/gst-libs/gst/audio/gstnonstreamaudiodecoder.c
@@ -339,7 +339,7 @@ gst_nonstream_audio_decoder_subsong_mode_get_type (void)
GType
gst_nonstream_audio_decoder_get_type (void)
{
- static volatile gsize nonstream_audio_decoder_type = 0;
+ static gsize nonstream_audio_decoder_type = 0;
if (g_once_init_enter (&nonstream_audio_decoder_type)) {
GType type_;