From 710270c37b585495bf24711099d0342abd88aec3 Mon Sep 17 00:00:00 2001 From: Aaron Wolen Date: Mon, 13 Mar 2017 10:32:47 -0400 Subject: [PATCH] List Python3 version of Gstreamer bindings 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). --- source/_components/media_player.gstreamer.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.gstreamer.markdown b/source/_components/media_player.gstreamer.markdown index 5b50029da7aa..c77e8c404961 100644 --- a/source/_components/media_player.gstreamer.markdown +++ b/source/_components/media_player.gstreamer.markdown @@ -37,7 +37,7 @@ And then install the following system dependencies: Debian/Ubuntu/Rasbian: ```bash -sudo apt-get install python-gst-1.0 \ +sudo apt-get install python3-gst-1.0 \ gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 \ gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly \ gstreamer1.0-tools