handle exists too - and it gets written!
authorraster <raster>
Sun, 28 Oct 2007 03:59:23 +0000 (03:59 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 28 Oct 2007 03:59:23 +0000 (03:59 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32179 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/emotion_gstreamer.c
src/modules/emotion_xine.c

index a5a061d..e35177c 100644 (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
index 9e32454..41624af 100644 (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