projects
/
gst-aseq-appsrc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d579e64
)
Make the global App variable static
author
Antonio Ospite <ao2@ao2.it>
Fri, 29 Sep 2017 09:22:36 +0000
(11:22 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Tue, 3 Oct 2017 11:28:01 +0000
(13:28 +0200)
gst-aseq-appsrc.c
patch
|
blob
|
history
diff --git
a/gst-aseq-appsrc.c
b/gst-aseq-appsrc.c
index
b6d38d0
..
2fd617f
100644
(file)
--- 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)