summaryrefslogtreecommitdiff
path: root/gst/rtmp2/rtmp/amf.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtmp2/rtmp/amf.c')
-rw-r--r--gst/rtmp2/rtmp/amf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtmp2/rtmp/amf.c b/gst/rtmp2/rtmp/amf.c
index 69c376803..f103b91c5 100644
--- a/gst/rtmp2/rtmp/amf.c
+++ b/gst/rtmp2/rtmp/amf.c
@@ -38,7 +38,7 @@ static GBytes *empty_bytes;
static void
init_static (void)
{
- static volatile gsize done = 0;
+ static gsize done = 0;
if (g_once_init_enter (&done)) {
empty_bytes = g_bytes_new_static ("", 0);
GST_DEBUG_CATEGORY_INIT (gst_rtmp_amf_debug_category, "rtmpamf", 0,