summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video/video-multiview.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/video/video-multiview.c')
-rw-r--r--gst-libs/gst/video/video-multiview.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/video/video-multiview.c b/gst-libs/gst/video/video-multiview.c
index 2a6d04881..107728db0 100644
--- a/gst-libs/gst/video/video-multiview.c
+++ b/gst-libs/gst/video/video-multiview.c
@@ -28,7 +28,7 @@
GType
gst_video_multiview_flagset_get_type (void)
{
- static volatile GType type = 0;
+ static GType type = 0;
if (g_once_init_enter (&type)) {
GType _type = gst_flagset_register (GST_TYPE_VIDEO_MULTIVIEW_FLAGS);
@@ -405,7 +405,7 @@ gst_video_multiview_guess_half_aspect (GstVideoMultiviewMode mv_mode,
GType
gst_video_multiview_meta_api_get_type (void)
{
- static volatile GType type = 0;
+ static GType type = 0;
static const gchar *tags[] =
{ GST_META_TAG_VIDEO_STR, GST_META_TAG_MEMORY_STR,
NULL