mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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:
parent
e728c0e71a
commit
75b75826dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue