From a7f4d5716abffe266ee77f03983b35b5dfd64d68 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Wed, 19 Apr 2023 14:12:31 +0200 Subject: [PATCH] gst: Delete inoperative ARG_PLUGIN_SPEW Logic related with the option was deleted 20 years ago in commit: 086de421dc Part-of: --- .../application-development/appendix/checklist-element.md | 3 --- subprojects/gst-docs/markdown/tools/gst-inspect.md | 5 ----- subprojects/gstreamer/gst/gst.c | 8 -------- subprojects/gstreamer/po/it.po | 4 ---- subprojects/gstreamer/tools/gst-inspect-1.0.1 | 4 ---- subprojects/gstreamer/tools/gst-launch-1.0.1 | 4 ---- subprojects/gstreamer/tools/gst-typefind-1.0.1 | 4 ---- 7 files changed, 32 deletions(-) diff --git a/subprojects/gst-docs/markdown/application-development/appendix/checklist-element.md b/subprojects/gst-docs/markdown/application-development/appendix/checklist-element.md index 785f51ffc9..1b7f78899d 100644 --- a/subprojects/gst-docs/markdown/application-development/appendix/checklist-element.md +++ b/subprojects/gst-docs/markdown/application-development/appendix/checklist-element.md @@ -82,9 +82,6 @@ a list of all available options: - `--gst-debug-disable` disables debugging altogether. - - `--gst-plugin-spew` enables printout of errors while loading - GStreamer plugins. - ## Conversion plugins GStreamer contains a bunch of conversion plugins that most applications diff --git a/subprojects/gst-docs/markdown/tools/gst-inspect.md b/subprojects/gst-docs/markdown/tools/gst-inspect.md index 006af28588..53e5219be6 100644 --- a/subprojects/gst-docs/markdown/tools/gst-inspect.md +++ b/subprojects/gst-docs/markdown/tools/gst-inspect.md @@ -64,11 +64,6 @@ mechanisms. *GStreamer* info and debugging flags to set (list with --help) - **--gst-plugin-spew** - -*GStreamer* info flags to set Enable printout of errors while -loading *GStreamer* plugins -  **--gst-plugin-path=PATH** Add directories separated with ':' to the plugin search path diff --git a/subprojects/gstreamer/gst/gst.c b/subprojects/gstreamer/gst/gst.c index 74d6ae8cc1..4e34d0ccb9 100644 --- a/subprojects/gstreamer/gst/gst.c +++ b/subprojects/gstreamer/gst/gst.c @@ -180,7 +180,6 @@ enum ARG_DEBUG_COLOR_MODE, ARG_DEBUG_HELP, #endif - ARG_PLUGIN_SPEW, ARG_PLUGIN_PATH, ARG_PLUGIN_LOAD, ARG_SEGTRAP_DISABLE, @@ -271,10 +270,6 @@ gst_init_get_option_group (void) {"gst-debug-disable", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (gpointer) parse_goption_arg, N_("Disable debugging"), NULL}, #endif - {"gst-plugin-spew", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, - (gpointer) parse_goption_arg, - N_("Enable verbose plugin loading diagnostics"), - NULL}, {"gst-plugin-path", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) parse_goption_arg, N_("Colon-separated paths containing plugins"), N_("PATHS")}, @@ -987,8 +982,6 @@ parse_one_option (gint opt, const gchar * arg, GError ** err) gst_debug_help (); exit (0); #endif - case ARG_PLUGIN_SPEW: - break; case ARG_PLUGIN_PATH: #ifndef GST_DISABLE_REGISTRY if (!_priv_gst_disable_registry) @@ -1042,7 +1035,6 @@ parse_goption_arg (const gchar * opt, "--gst-debug-help", ARG_DEBUG_HELP}, #endif { - "--gst-plugin-spew", ARG_PLUGIN_SPEW}, { "--gst-plugin-path", ARG_PLUGIN_PATH}, { "--gst-plugin-load", ARG_PLUGIN_LOAD}, { "--gst-disable-segtrap", ARG_SEGTRAP_DISABLE}, { diff --git a/subprojects/gstreamer/po/it.po b/subprojects/gstreamer/po/it.po index 61e4aafc3f..e41904e26d 100644 --- a/subprojects/gstreamer/po/it.po +++ b/subprojects/gstreamer/po/it.po @@ -169,10 +169,6 @@ msgstr "" msgid "Disable debugging" msgstr "Disabilita debug" -# --gst-plugin-spew -msgid "Enable verbose plugin loading diagnostics" -msgstr "Abilita diagnostica prolissa del caricamento plugin" - # --gst-plugin-path=PERCORSI msgid "Colon-separated paths containing plugins" msgstr "Percorsi che contengono i plugin separati da due punti (:)" diff --git a/subprojects/gstreamer/tools/gst-inspect-1.0.1 b/subprojects/gstreamer/tools/gst-inspect-1.0.1 index 6299f4c1d6..97080a97dc 100644 --- a/subprojects/gstreamer/tools/gst-inspect-1.0.1 +++ b/subprojects/gstreamer/tools/gst-inspect-1.0.1 @@ -74,10 +74,6 @@ Useful in connection with external automatic plugin installation mechanisms. .B \-\-gst\-mask=FLAGS \fIGStreamer\fP info and debugging flags to set (list with \-\-help) .TP 8 -.B \-\-gst\-plugin\-spew -\fIGStreamer\fP info flags to set -Enable printout of errors while loading \fIGStreamer\fP plugins -.TP 8 .B \-\-gst\-plugin\-path=PATH Add directories separated with ':' to the plugin search path . diff --git a/subprojects/gstreamer/tools/gst-launch-1.0.1 b/subprojects/gstreamer/tools/gst-launch-1.0.1 index 8195768873..8e2dd7518c 100644 --- a/subprojects/gstreamer/tools/gst-launch-1.0.1 +++ b/subprojects/gstreamer/tools/gst-launch-1.0.1 @@ -128,10 +128,6 @@ Disables debugging. .B \-\-gst\-debug\-help Prints a list of available debug categories and their default debugging level. .TP 8 -.B \-\-gst\-plugin\-spew -\fIGStreamer\fP info flags to set -Enable printout of errors while loading \fIGStreamer\fP plugins -.TP 8 .B \-\-gst\-plugin\-path=PATH Add directories separated with ':' to the plugin search path .TP 8 diff --git a/subprojects/gstreamer/tools/gst-typefind-1.0.1 b/subprojects/gstreamer/tools/gst-typefind-1.0.1 index b5bf0b7f9d..c1f6886554 100644 --- a/subprojects/gstreamer/tools/gst-typefind-1.0.1 +++ b/subprojects/gstreamer/tools/gst-typefind-1.0.1 @@ -25,10 +25,6 @@ Print help synopsis and available FLAGS .B \-\-gst\-mask=FLAGS \fIGStreamer\fP info and debugging flags to set (list with \-\-help) .TP 8 -.B \-\-gst\-plugin\-spew -\fIGStreamer\fP info flags to set -Enable printout of errors while loading \fIGStreamer\fP plugins -.TP 8 .B \-\-gst\-plugin\-path=PATH Add directories separated with ':' to the plugin search path .