Skip to content

Commit 558cd6e

Browse files
committed
Fix compile error on Ubuntu 22.04
1 parent 00c123b commit 558cd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gst-zed-meta/gstzedmeta.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GType gst_zed_src_meta_api_get_type()
5050
{
5151
GST_TRACE( "gst_zed_src_meta_api_get_type");
5252

53-
static volatile GType type;
53+
static GType type;
5454

5555
static const gchar *tags[] =
5656
{ /*GST_META_TAG_VIDEO_STR, GST_META_TAG_VIDEO_SIZE_STR,

0 commit comments

Comments
 (0)