summaryrefslogtreecommitdiff
path: root/gst/rtmp2/rtmp/rtmpchunkstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtmp2/rtmp/rtmpchunkstream.c')
-rw-r--r--gst/rtmp2/rtmp/rtmpchunkstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtmp2/rtmp/rtmpchunkstream.c b/gst/rtmp2/rtmp/rtmpchunkstream.c
index 1cdd68b26..d3471e76b 100644
--- a/gst/rtmp2/rtmp/rtmpchunkstream.c
+++ b/gst/rtmp2/rtmp/rtmpchunkstream.c
@@ -31,7 +31,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_rtmp_chunk_stream_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_chunk_stream_debug_category,
"rtmpchunkstream", 0, "debug category for rtmp chunk streams");