From 42ee3df2f60f3bb32865190869b803170f46feb3 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 28 Oct 2007 03:59:23 +0000 Subject: [PATCH] handle exists too - and it gets written! SVN revision: 32179 --- legacy/emotion/src/modules/emotion_gstreamer.c | 4 +++- legacy/emotion/src/modules/emotion_xine.c | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/legacy/emotion/src/modules/emotion_gstreamer.c b/legacy/emotion/src/modules/emotion_gstreamer.c index a5a061d649..e35177c3d7 100644 --- a/legacy/emotion/src/modules/emotion_gstreamer.c +++ b/legacy/emotion/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/legacy/emotion/src/modules/emotion_xine.c b/legacy/emotion/src/modules/emotion_xine.c index 9e324542e4..41624af87f 100644 --- a/legacy/emotion/src/modules/emotion_xine.c +++ b/legacy/emotion/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