From 80973c8ddc7eb62bf8f907a1ea69ca2026c38923 Mon Sep 17 00:00:00 2001 From: raster Date: Sun, 28 Oct 2007 03:59:23 +0000 Subject: [PATCH] handle exists too - and it gets written! git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32179 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/emotion_gstreamer.c | 4 +++- src/modules/emotion_xine.c | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/modules/emotion_gstreamer.c b/src/modules/emotion_gstreamer.c index a5a061d..e35177c 100644 --- a/src/modules/emotion_gstreamer.c +++ b/src/modules/emotion_gstreamer.c @@ -220,7 +220,9 @@ static Emotion_Video_Module em_module = em_speed_set, /* speed_set */ em_speed_get, /* speed_get */ em_eject, /* eject */ - em_meta_get /* meta_get */ + em_meta_get, /* meta_get */ + + NULL /* handle */ }; static unsigned char diff --git a/src/modules/emotion_xine.c b/src/modules/emotion_xine.c index 9e32454..41624af 100644 --- a/src/modules/emotion_xine.c +++ b/src/modules/emotion_xine.c @@ -1463,7 +1463,7 @@ _em_get_pos_len(Emotion_Xine_Video *ev) pthread_mutex_unlock(&(ev->get_pos_len_mutex)); } -const static Emotion_Video_Module em_module = +static Emotion_Video_Module em_module = { em_init, /* init */ em_shutdown, /* shutdown */ @@ -1519,7 +1519,9 @@ const static Emotion_Video_Module em_module = em_speed_set, /* speed_set */ em_speed_get, /* speed_get */ em_eject, /* eject */ - em_meta_get /* meta_get */ + em_meta_get, /* meta_get */ + + NULL /* handle */ }; unsigned char -- 2.7.4