Make the global App variable static
authorAntonio Ospite <ao2@ao2.it>
Fri, 29 Sep 2017 09:22:36 +0000 (11:22 +0200)
committerAntonio Ospite <ao2@ao2.it>
Tue, 3 Oct 2017 11:28:01 +0000 (13:28 +0200)
gst-aseq-appsrc.c

index b6d38d0..2fd617f 100644 (file)
@@ -62,7 +62,7 @@ struct _App
   guint64 tick;
 };
 
-App s_app;
+static App s_app;
 
 static int
 init_seq (App * app)