From b299a89d4efd9f1cdf97952d1ae632877cb840c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arthur=20Crippa=20B=C3=BArigo?= Date: Sat, 27 Feb 2021 18:32:28 +0000 Subject: [PATCH] pads: fix gst-inspect command formatting Part-of: --- markdown/application-development/basics/pads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/application-development/basics/pads.md b/markdown/application-development/basics/pads.md index 2b3ecf8..1d229d6 100644 --- a/markdown/application-development/basics/pads.md +++ b/markdown/application-development/basics/pads.md @@ -41,7 +41,7 @@ stream in the Ogg stream. Likewise, it will delete the pad when the stream ends. This principle is very useful for demuxer elements, for example. -Running gst-inspect oggdemux will show that the element has only one +Running `gst-inspect-1.0 oggdemux` will show that the element has only one pad: a sink pad called 'sink'. The other pads are “dormant”. You can see this in the pad template because there is an “Exists: Sometimes” property. Depending on the type of Ogg file you play, the pads will be -- 2.7.4