Skip to content

Commit ec5e811

Browse files
aaronwolenfabaff
authored andcommitted
List Python3 version of Gstreamer bindings (home-assistant#2246)
On Raspian Jessie `python-gst-1.0` installs Gstreamer with Python2.7 bindings. Relevant discussion [here](https://community.home-assistant.io/t/snapcast-tts/10824).
1 parent 14240cc commit ec5e811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/media_player.gstreamer.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ And then install the following system dependencies:
3737
Debian/Ubuntu/Rasbian:
3838

3939
```bash
40-
sudo apt-get install python-gst-1.0 \
40+
sudo apt-get install python3-gst-1.0 \
4141
gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 \
4242
gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly \
4343
gstreamer1.0-tools

0 commit comments

Comments
 (0)