mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
discoverer: remove unused 'silent' command line option
This commit is contained in:
parent
8222ba16c8
commit
2a6a450001
1 changed files with 0 additions and 3 deletions
|
@ -27,7 +27,6 @@
|
|||
#include <gst/pbutils/pbutils.h>
|
||||
|
||||
static gboolean async = FALSE;
|
||||
static gboolean silent = FALSE;
|
||||
static gboolean show_toc = FALSE;
|
||||
static gboolean verbose = FALSE;
|
||||
|
||||
|
@ -536,8 +535,6 @@ main (int argc, char **argv)
|
|||
GOptionEntry options[] = {
|
||||
{"async", 'a', 0, G_OPTION_ARG_NONE, &async,
|
||||
"Run asynchronously", NULL},
|
||||
{"silent", 's', 0, G_OPTION_ARG_NONE, &silent,
|
||||
"Don't output the information structure", NULL},
|
||||
{"timeout", 't', 0, G_OPTION_ARG_INT, &timeout,
|
||||
"Specify timeout (in seconds, default 10)", "T"},
|
||||
/* {"elem", 'e', 0, G_OPTION_ARG_NONE, &elem_seek, */
|
||||
|
|
Loading…
Reference in a new issue