mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
gst-app-maker: convert to 1.0
This commit is contained in:
parent
c8cbe98d90
commit
be07743a9e
1 changed files with 0 additions and 2 deletions
|
@ -145,8 +145,6 @@ main (int argc, char *argv[])
|
|||
GstReplace *replace;
|
||||
GMainLoop *main_loop;
|
||||
|
||||
if (!g_thread_supported ()) g_thread_init(NULL);
|
||||
|
||||
context = g_option_context_new ("- FIXME");
|
||||
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
|
||||
g_option_context_add_group (context, gst_init_get_option_group ());
|
||||
|
|
Loading…
Reference in a new issue