summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Crippa Búrigo <arthurcburigo@gmail.com>2021-02-27 18:32:28 +0000
committerTim-Philipp Müller <tim@centricular.com>2021-03-03 18:59:35 +0000
commitb299a89d4efd9f1cdf97952d1ae632877cb840c5 (patch)
treea4b084e3829a636f1483192d0f34aaa83dd20d56
parenta404417a0df5eebe3a70093d3cc37dbad0a3941d (diff)
pads: fix gst-inspect command formatting
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/145>
-rw-r--r--markdown/application-development/basics/pads.md2
1 files changed, 1 insertions, 1 deletions
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