From 1964e092825b7d2fccb01cbe5064efc2cfd187d5 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Fri, 29 Sep 2017 11:22:36 +0200
Subject: [PATCH 1/1] Make the global App variable static

---
 gst-aseq-appsrc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gst-aseq-appsrc.c b/gst-aseq-appsrc.c
index b6d38d0..2fd617f 100644
--- a/gst-aseq-appsrc.c
+++ b/gst-aseq-appsrc.c
@@ -62,7 +62,7 @@ struct _App
   guint64 tick;
 };
 
-App s_app;
+static App s_app;
 
 static int
 init_seq (App * app)
-- 
2.1.4