mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
example: make app static
This commit is contained in:
parent
f22b115804
commit
2c28b4e3f0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue