mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
pads: fix gst-inspect command formatting
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/145>
This commit is contained in:
parent
a404417a0d
commit
b299a89d4e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue