mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
13 lines
321 B
YAML
13 lines
321 B
YAML
|
---
|
||
|
- name: Ensure GStreamer is installed
|
||
|
apt: pkg={{ item }} state=present
|
||
|
with_items:
|
||
|
- python3-gi
|
||
|
- python-gi
|
||
|
- gstreamer1.0-tools
|
||
|
- gir1.2-gstreamer-1.0
|
||
|
- gir1.2-gst-plugins-base-1.0
|
||
|
- gstreamer1.0-plugins-good
|
||
|
- gstreamer1.0-plugins-bad
|
||
|
- gstreamer1.0-plugins-ugly
|
||
|
- gstreamer1.0-libav
|