gst-launch-1.0-{identity, fakesink}: add verbose flag (#22001)

This commit is contained in:
Managor
2026-04-16 08:26:54 +03:00
committed by GitHub
parent f0202ed189
commit 7a1014d7a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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`
+1 -1
View File
@@ -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}}`