summaryrefslogtreecommitdiff
path: root/gst/rtmp2/rtmp/rtmphandshake.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtmp2/rtmp/rtmphandshake.c')
-rw-r--r--gst/rtmp2/rtmp/rtmphandshake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtmp2/rtmp/rtmphandshake.c b/gst/rtmp2/rtmp/rtmphandshake.c
index 0d821c3d8..10d0b3698 100644
--- a/gst/rtmp2/rtmp/rtmphandshake.c
+++ b/gst/rtmp2/rtmp/rtmphandshake.c
@@ -34,7 +34,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_rtmp_handshake_debug_category);
static void
init_debug (void)
{
- static volatile gsize done = 0;
+ static gsize done = 0;
if (g_once_init_enter (&done)) {
GST_DEBUG_CATEGORY_INIT (gst_rtmp_handshake_debug_category, "rtmphandshake",
0, "debug category for the rtmp connection handshake");