handle exists too - and it gets written!

SVN revision: 32179
This commit is contained in:
Carsten Haitzler 2007-10-28 03:59:23 +00:00
parent f553a7fab5
commit 42ee3df2f6
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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