forked from platypush/platypush
12 lines
201 B
YAML
12 lines
201 B
YAML
manifest:
|
|
events: {}
|
|
install:
|
|
apt:
|
|
- python3-gi
|
|
- python3-gst-1.0
|
|
pacman:
|
|
- gst-python
|
|
- python-gobject
|
|
|
|
package: platypush.plugins.media.gstreamer
|
|
type: plugin
|