Skip to content
Snippets Groups Projects

tools:discoverer: Remove short name for use-cache

Merged Jimmy Ohn requested to merge JimmyOhn/gst-plugins-base:discoverer_minor_patch into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -637,7 +637,7 @@ main (int argc, char **argv)
GOptionEntry options[] = {
{"async", 'a', 0, G_OPTION_ARG_NONE, &async,
"Run asynchronously", NULL},
{"use-cache", 'a', 0, G_OPTION_ARG_NONE, &use_cache,
{"use-cache", 0, 0, G_OPTION_ARG_NONE, &use_cache,
"Use GstDiscovererInfo from our cache.", NULL},
{"print-cache-dir", 0, 0, G_OPTION_ARG_NONE, &print_cache_dir,
"Print the directory of the discoverer cache.", NULL},
Loading