forked from platypush/platypush
media.gstreamer added to the list of compatible media plugins
This commit is contained in:
parent
f3a9dc4ef5
commit
9e6c40d393
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class MediaPlugin(Plugin):
|
||||||
}
|
}
|
||||||
|
|
||||||
_supported_media_plugins = {'media.mplayer', 'media.omxplayer', 'media.mpv',
|
_supported_media_plugins = {'media.mplayer', 'media.omxplayer', 'media.mpv',
|
||||||
'media.vlc', 'media.chromecast'}
|
'media.vlc', 'media.chromecast', 'media.gstreamer'}
|
||||||
|
|
||||||
_supported_media_types = ['file', 'torrent', 'youtube']
|
_supported_media_types = ['file', 'torrent', 'youtube']
|
||||||
_default_search_timeout = 60 # 60 seconds
|
_default_search_timeout = 60 # 60 seconds
|
||||||
|
|
Loading…
Reference in a new issue