mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 10:00:41 +00:00
14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gst-play-1.0
|
|
|
|
> Play media files using the playbin Gstreamer element.
|
|
> More information: <https://manned.org/gst-play-1.0>.
|
|
|
|
- Play a media file:
|
|
|
|
`gst-play-1.0 {{file1|directory1|uri1 file2|directory2|uri2 ...}}`
|