example: make app static

This commit is contained in:
Stefan Kost 2010-04-15 13:08:01 +03:00
parent f22b115804
commit 2c28b4e3f0

View file

@ -38,7 +38,7 @@ struct _App
GMainLoop *loop; GMainLoop *loop;
}; };
App s_app; static App s_app;
static gboolean static gboolean
bus_message (GstBus * bus, GstMessage * message, App * app) bus_message (GstBus * bus, GstMessage * message, App * app)