]> www.infradead.org Git - pidgin-chime.git/commitdiff
Remove volatile from gst_meta_xcbimage_api_get_type()
authorDavid Woodhouse <dwmw@amazon.co.uk>
Sun, 12 Nov 2023 18:42:19 +0000 (13:42 -0500)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Sun, 12 Nov 2023 19:06:41 +0000 (14:06 -0500)
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
gst-xcbimagesrc/xcbimageutil.c

index e0df6904fa41516c41e595e478f28a061df02808..c9ab1be19d4b9f204a80108becd5dc702991be28 100644 (file)
@@ -29,7 +29,7 @@
 GType
 gst_meta_xcbimage_api_get_type (void)
 {
-  static volatile GType type;
+  static GType type;
   static const gchar *tags[] = { "memory", NULL };
 
   if (g_once_init_enter (&type)) {