From 2d663880af2ea28570374acb88aa178d112ae952 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Wed, 22 Nov 2023 11:45:38 +0100 Subject: [PATCH] debug: delete reference to gstdump script It's an interesting script from @thiblahute my-devtools repository[1], but no official. [1] https://github.com/thiblahute/my-devtools Part-of: --- subprojects/gst-plugins-base/gst/debugutils/gstfakevideodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-base/gst/debugutils/gstfakevideodec.c b/subprojects/gst-plugins-base/gst/debugutils/gstfakevideodec.c index cebb2f1607..3e8b1a3d17 100644 --- a/subprojects/gst-plugins-base/gst/debugutils/gstfakevideodec.c +++ b/subprojects/gst-plugins-base/gst/debugutils/gstfakevideodec.c @@ -53,7 +53,7 @@ * ### False decoding encoded framers * * ``` - * $ GST_PLUGIN_FEATURE_RANK=fakevideodec:1000 gstdump gst-launch-1.0 playbin3 uri=file:///path/to/video + * $ GST_PLUGIN_FEATURE_RANK=fakevideodec:1000 gst-launch-1.0 playbin3 uri=file:///path/to/video * * ``` * Since: 1.24