summaryrefslogtreecommitdiff
path: root/gst/rtmp2/rtmp/rtmpmessage.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtmp2/rtmp/rtmpmessage.c')
-rw-r--r--gst/rtmp2/rtmp/rtmpmessage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtmp2/rtmp/rtmpmessage.c b/gst/rtmp2/rtmp/rtmpmessage.c
index c117d54d8..f59c09a7d 100644
--- a/gst/rtmp2/rtmp/rtmpmessage.c
+++ b/gst/rtmp2/rtmp/rtmpmessage.c
@@ -146,7 +146,7 @@ gst_rtmp_user_control_type_get_nick (GstRtmpUserControlType type)
GType
gst_rtmp_meta_api_get_type (void)
{
- static volatile GType type = 0;
+ static GType type = 0;
static const gchar *tags[] = {
NULL
};