From ecf473768f829266a293c74232e3b9fbdce93bf1 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 25 Sep 2011 13:00:03 +0200 Subject: Add gstreamer option group to cmdline options --- src/cmumble.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmumble.c b/src/cmumble.c index f7b7214..0410f4b 100644 --- a/src/cmumble.c +++ b/src/cmumble.c @@ -268,6 +268,7 @@ int main(int argc, char **argv) context = g_option_context_new ("command line mumble client"); g_option_context_add_main_entries (context, entries, "cmumble"); + g_option_context_add_group(context, gst_init_get_option_group()); if (!g_option_context_parse (context, &argc, &argv, &error)) { g_print("option parsing failed: %s\n", error->message); -- cgit