discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=357fd48ff841152b0286981f43f9775200312ff4

commit 357fd48ff841152b0286981f43f9775200312ff4
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Feb 25 15:04:51 2016 -0500

    remove emotion_init/shutdown from e_video
    
    this already happens during regular startup
---
 src/bin/e_video.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/e_video.c b/src/bin/e_video.c
index e913473..77dff90 100644
--- a/src/bin/e_video.c
+++ b/src/bin/e_video.c
@@ -163,7 +163,6 @@ vidimg_video_add(Evas_Object *obj, const char *file)
    Evas_Object *o;
    Vidimg *vi;
 
-   emotion_init();
    o = emotion_object_add(evas_object_evas_get(obj));
    if (!emotion_object_init(o, "gstreamer1"))
      {
@@ -208,7 +207,6 @@ vidimg_release(Evas_Object *o)
         if (vi->offtimer) ecore_timer_del(vi->offtimer);
         free(vi);
         evas_object_del(src);
-        emotion_shutdown();
      }
 }
 

-- 


Reply via email to