summaryrefslogtreecommitdiff
path: root/tools/gst-discoverer.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-08-17 22:54:13 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-08-17 23:32:17 +0100
commit2a6a450001f3470678464690911d20bc49963542 (patch)
tree1af8a2572b3935001c9157c76973b6afaa46baca /tools/gst-discoverer.c
parent8222ba16c8f671dc03e24e7b60e3e703046e58c1 (diff)
downloadgstreamer-plugins-base-2a6a450001f3470678464690911d20bc49963542.tar.gz
discoverer: remove unused 'silent' command line option
Diffstat (limited to 'tools/gst-discoverer.c')
-rw-r--r--tools/gst-discoverer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/gst-discoverer.c b/tools/gst-discoverer.c
index 021d70f41..4ad26d7d7 100644
--- a/tools/gst-discoverer.c
+++ b/tools/gst-discoverer.c
@@ -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, */