example: make app static
authorStefan Kost <ensonic@users.sf.net>
Thu, 15 Apr 2010 10:08:01 +0000 (13:08 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 6 May 2010 05:22:36 +0000 (08:22 +0300)
tests/icles/playbin-text.c

index a986804..33f733d 100644 (file)
@@ -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)