mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
gst-launch-1.0-{identity, fakesink}: add verbose flag (#22001)
This commit is contained in:
@@ -10,4 +10,4 @@
|
||||
|
||||
- Print information on the received data:
|
||||
|
||||
`gst-launch-1.0 {{pipeline}} ! fakesink silent=false`
|
||||
`gst-launch-1.0 {{[-v|--verbose]}} {{pipeline}} ! fakesink silent=false`
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
|
||||
- Print information on the passed through data:
|
||||
|
||||
`gst-launch-1.0 {{source}} ! identity silent=false ! {{sink}}`
|
||||
`gst-launch-1.0 {{[-v|--verbose]}} {{source}} ! identity silent=false ! {{sink}}`
|
||||
|
||||
Reference in New Issue
Block a user