From 71fe16fd1cae6e9cfeecbb68d6a055d0b6505a06 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 27 Jun 2019 00:41:03 +0000 Subject: [PATCH] doc: Minor typo fixes. --- docs/gst-validate-config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/gst-validate-config.md b/docs/gst-validate-config.md index fc2488815c..a4bcea268b 100644 --- a/docs/gst-validate-config.md +++ b/docs/gst-validate-config.md @@ -6,14 +6,14 @@ short-description: GstValidate configuration # GstValidate Configuration GstValidate comes with some possible configuration files -to setup its plugins and core behaviour, The config format is very similar +to setup its plugins and core behaviour. The config format is very similar to the [scenario](gst-validate-scenarios.md) file format. You can check the [ssim plugin](plugins/ssim.md) and the [validate flow plugin](plugins/validateflow.md) for examples. -## Core settings parametters +## Core settings parameters Config name should be `core`. @@ -57,7 +57,7 @@ an `config::latency-too-high` issue. Default: `GST_CLOCK_TIME_NONE` - disabled -The maximum number of dropped buffer, a `config::too-many-buffers-dropped` issue will be reported +The maximum number of dropped buffers, a `config::too-many-buffers-dropped` issue will be reported if that limit is reached. ## Variables