summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video/video-anc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/video/video-anc.c')
-rw-r--r--gst-libs/gst/video/video-anc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/video/video-anc.c b/gst-libs/gst/video/video-anc.c
index 4748c5091..638266d06 100644
--- a/gst-libs/gst/video/video-anc.c
+++ b/gst-libs/gst/video/video-anc.c
@@ -932,7 +932,7 @@ gst_video_vbi_encoder_write_line (GstVideoVBIEncoder * encoder, guint8 * data)
GType
gst_video_caption_meta_api_get_type (void)
{
- static volatile GType type = 0;
+ static GType type = 0;
if (g_once_init_enter (&type)) {
static const gchar *tags[] = { NULL };
@@ -1135,7 +1135,7 @@ gst_video_caption_type_to_caps (GstVideoCaptionType type)
GType
gst_video_afd_meta_api_get_type (void)
{
- static volatile GType type = 0;
+ static GType type = 0;
if (g_once_init_enter (&type)) {
static const gchar *tags[] = {
@@ -1274,7 +1274,7 @@ gst_buffer_add_video_afd_meta (GstBuffer * buffer, guint8 field,
GType
gst_video_bar_meta_api_get_type (void)
{
- static volatile GType type = 0;
+ static GType type = 0;
if (g_once_init_enter (&type)) {
static const gchar *tags[] = {