DOT-Files/Gentoo/gentooamd/home/user/.tldrc/tldr/pages/common/gst-launch-1.0-fakesink.md

14 lines
436 B
Markdown
Raw Normal View History

# gst-launch-1.0 fakesink
> Dummy sink that swallows everything.
> Useful for testing what part of a pipeline is breaking.
> More information: <https://gstreamer.freedesktop.org/documentation/coreelements/fakesink.html>.
- Consume data from a pipeline without outputting it:
`gst-launch-1.0 {{pipeline}} ! fakesink`
- Print information on the received data:
`gst-launch-1.0 {{[-v|--verbose]}} {{pipeline}} ! fakesink silent=false`