projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f22b115
)
example: make app static
author
Stefan Kost
<ensonic@users.sf.net>
Thu, 15 Apr 2010 10:08:01 +0000
(13:08 +0300)
committer
Stefan Kost
<ensonic@users.sf.net>
Thu, 6 May 2010 05:22:36 +0000
(08:22 +0300)
tests/icles/playbin-text.c
patch
|
blob
|
history
diff --git
a/tests/icles/playbin-text.c
b/tests/icles/playbin-text.c
index
a986804
..
33f733d
100644
(file)
--- a/
tests/icles/playbin-text.c
+++ b/
tests/icles/playbin-text.c
@@
-38,7
+38,7
@@
struct _App
GMainLoop *loop;
};
-App s_app;
+
static
App s_app;
static gboolean
bus_message (GstBus * bus, GstMessage * message, App * app)