Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/src/modules


Modified Files:
        emotion_gstreamer.c emotion_gstreamer.h 


Log Message:
Fix recent emotion_gstreamer breakage...someone forgot to update the
function proto & change the module.init call :)

===================================================================
RCS file: /cvs/e/e17/libs/emotion/src/modules/emotion_gstreamer.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- emotion_gstreamer.c 13 Mar 2007 02:30:14 -0000      1.20
+++ emotion_gstreamer.c 13 Mar 2007 11:43:21 -0000      1.21
@@ -1257,7 +1257,7 @@
    if (!module)
       return 0;
 
-   if (!em_module.init(obj, video))
+   if (!em_module.init(obj, video, opt))
       return 0;
 
    *module = &em_module;
===================================================================
RCS file: /cvs/e/e17/libs/emotion/src/modules/emotion_gstreamer.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- emotion_gstreamer.h 21 May 2006 11:13:05 -0000      1.7
+++ emotion_gstreamer.h 13 Mar 2007 11:43:21 -0000      1.8
@@ -72,9 +72,9 @@
   unsigned char     audio_mute : 1;
 };
 
-unsigned char module_open  (Evas_Object           *obj,
-                            Emotion_Video_Module **module,
-                            void                 **video);
+unsigned char module_open(Evas_Object *obj,
+           Emotion_Video_Module **module,
+           void **video, Emotion_Module_Options *opt);
 
 void          module_close (Emotion_Video_Module  *module,
                             void                  *video);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to