raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=069a1b169a7233aee28e5f5e396b0a24ed65f2b0

commit 069a1b169a7233aee28e5f5e396b0a24ed65f2b0
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu May 29 14:30:34 2014 +0900

    use gstreamer1 emotion module now for video as its rather stable
    
    this also fixes T1290
---
 src/bin/e_widget_filepreview.c  | 2 +-
 src/modules/teamwork/e_mod_tw.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_widget_filepreview.c b/src/bin/e_widget_filepreview.c
index 50e28e3..1863fad 100644
--- a/src/bin/e_widget_filepreview.c
+++ b/src/bin/e_widget_filepreview.c
@@ -333,7 +333,7 @@ _e_wid_fprev_preview_video_widgets(E_Widget_Data *wd)
 
    wd->o_preview_preview = e_widget_preview_add(evas, 4, 4);
    em = o = 
emotion_object_add(e_widget_preview_evas_get(wd->o_preview_preview));
-   emotion_object_init(o, "vlc");
+   emotion_object_init(o, "gstreamer1");
    emotion_object_file_set(o, wd->path);
    emotion_object_play_set(o, EINA_TRUE);
    evas_object_size_hint_aspect_set(o, EVAS_ASPECT_CONTROL_BOTH, wd->w, wd->h);
diff --git a/src/modules/teamwork/e_mod_tw.c b/src/modules/teamwork/e_mod_tw.c
index 257ee5e..07bd467 100644
--- a/src/modules/teamwork/e_mod_tw.c
+++ b/src/modules/teamwork/e_mod_tw.c
@@ -905,7 +905,7 @@ tw_show_video(Evas_Object *prev, const char *uri)
    Evas_Object *o;
 
    o = emotion_object_add(e_livethumb_evas_get(prev));
-   emotion_object_init(o, "vlc");
+   emotion_object_init(o, "gstreamer1");
    emotion_object_file_set(o, uri);
    emotion_object_play_set(o, EINA_TRUE);
    evas_object_smart_callback_add(o, "frame_decode", tw_video_opened_cb, prev);

-- 


Reply via email to