validate:ssim: fix gst-validate tool name in the example

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3974>
This commit is contained in:
Ruben Gonzalez 2023-02-15 20:51:29 +01:00 committed by GStreamer Marge Bot
parent e728c0e71a
commit 75b75826dc

View file

@ -83,5 +83,5 @@ Save that content in a file called check_agingtv_ssim.config
## Launch the pipeline
``` shell
GST_VALIDATE_CONFIG=check_agingtv_ssim.config gst-validate-1.0-debug uridecodebin uri=file://a/file ! videoconvert ! agingtv name=my_agingtv ! videoconvert ! autovideosink
GST_VALIDATE_CONFIG=check_agingtv_ssim.config gst-validate-1.0 uridecodebin uri=file://a/file ! videoconvert ! agingtv name=my_agingtv ! videoconvert ! autovideosink
```