Make the global App variable static
[gst-aseq-appsrc.git] / gst-aseq-appsrc.c
index b6d38d0..2fd617f 100644 (file)
@@ -62,7 +62,7 @@ struct _App
   guint64 tick;
 };
 
   guint64 tick;
 };
 
-App s_app;
+static App s_app;
 
 static int
 init_seq (App * app)
 
 static int
 init_seq (App * app)