summaryrefslogtreecommitdiff
path: root/gst/videoscale/gstvideoscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videoscale/gstvideoscale.c')
-rw-r--r--gst/videoscale/gstvideoscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoscale/gstvideoscale.c b/gst/videoscale/gstvideoscale.c
index f73950c36..ff080628c 100644
--- a/gst/videoscale/gstvideoscale.c
+++ b/gst/videoscale/gstvideoscale.c
@@ -161,7 +161,7 @@ static GstCaps *
gst_video_scale_get_capslist (void)
{
static GstCaps *caps = NULL;
- static volatile gsize inited = 0;
+ static gsize inited = 0;
if (g_once_init_enter (&inited)) {
caps = gst_static_caps_get (&gst_video_scale_format_caps);