Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/src/modules


Modified Files:
        emotion_gstreamer.c emotion_xine.c 


Log Message:


handle exists too - and it gets written!

===================================================================
RCS file: /cvs/e/e17/libs/emotion/src/modules/emotion_gstreamer.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- emotion_gstreamer.c 1 Sep 2007 17:51:40 -0000       1.25
+++ emotion_gstreamer.c 28 Oct 2007 03:59:23 -0000      1.26
@@ -220,7 +220,9 @@
    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
===================================================================
RCS file: /cvs/e/e17/libs/emotion/src/modules/emotion_xine.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- emotion_xine.c      18 Jul 2007 05:13:19 -0000      1.38
+++ emotion_xine.c      28 Oct 2007 03:59:23 -0000      1.39
@@ -1463,7 +1463,7 @@
    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 @@
      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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to