From: raster Date: Sun, 28 Oct 2007 03:59:23 +0000 (+0000) Subject: handle exists too - and it gets written! X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~425 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80973c8ddc7eb62bf8f907a1ea69ca2026c38923;p=profile%2Fivi%2Femotion.git 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 --- 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