From 2c28b4e3f04dab03c5e575939af2b4971dfb6944 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 15 Apr 2010 13:08:01 +0300 Subject: [PATCH] example: make app static --- tests/icles/playbin-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/icles/playbin-text.c b/tests/icles/playbin-text.c index a986804..33f733d 100644 --- 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) -- 2.7.4