Update Gstreamer media_player component configuration (#7244)

This commit is contained in:
Klaas Schoute 2018-10-29 22:48:52 +01:00 committed by Fabian Affolter
parent bbe54a82db
commit 0b3f98f0bd

View File

@ -23,10 +23,16 @@ media_player:
- platform: gstreamer
```
Configuration variables:
- **name** (*Optional*): Name the player.
- **pipeline** (*Optional*): `gst` pipeline description.
{% configuration %}
name:
description: Name of the media player.
required: false
type: string
pipeline:
description: A `gst` pipeline description.
required: false
type: string
{% endconfiguration %}
Only the `music` media type is supported.