Skip to content

Commit

Permalink
Upgrade gstreamer-player to 1.1.2 (#17568)
Browse files Browse the repository at this point in the history
* Upgrade gstreamer-player to 1.1.2

* Updated requirements for gstreamer-player properly.
  • Loading branch information
partofthething authored and MartinHjelmare committed Oct 19, 2018
1 parent f7bc449 commit e343f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/gstreamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from homeassistant.const import CONF_NAME, EVENT_HOMEASSISTANT_STOP, STATE_IDLE
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['gstreamer-player==1.1.0']
REQUIREMENTS = ['gstreamer-player==1.1.2']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ gps3==0.33.3
greenwavereality==0.5.1

# homeassistant.components.media_player.gstreamer
gstreamer-player==1.1.0
gstreamer-player==1.1.2

# homeassistant.components.ffmpeg
ha-ffmpeg==1.9
Expand Down

0 comments on commit e343f55

Please sign in to comment.