kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=0217da6c1f96215171f74317926f33fa841635d8
commit 0217da6c1f96215171f74317926f33fa841635d8 Author: Kai Huuhko <kai.huu...@gmail.com> Date: Sat Sep 3 22:37:19 2016 +0300 Emotion: Change default module_name to gstreamer1 --- efl/emotion/efl.emotion.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efl/emotion/efl.emotion.pyx b/efl/emotion/efl.emotion.pyx index 99d39d0..bd38d98 100644 --- a/efl/emotion/efl.emotion.pyx +++ b/efl/emotion/efl.emotion.pyx @@ -201,7 +201,7 @@ cdef class Emotion(evasObject): def __cinit__(self, *a, **ka): self._emotion_callbacks = {} - def __init__(self, Canvas canvas not None, module_name="gstreamer", + def __init__(self, Canvas canvas not None, module_name="gstreamer1", module_params=None, **kwargs): """Emotion(...) --