example: make app static
This commit is contained in:
parent
f22b115804
commit
2c28b4e3f0
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user