Enlightenment CVS committal Author : doursse Project : e17 Module : libs/emotion
Dir : e17/libs/emotion/src/modules Modified Files: emotion_gstreamer.c Log Message: fix warnings =================================================================== RCS file: /cvs/e/e17/libs/emotion/src/modules/emotion_gstreamer.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- emotion_gstreamer.c 21 May 2006 10:23:15 -0000 1.13 +++ emotion_gstreamer.c 21 May 2006 10:26:09 -0000 1.14 @@ -1036,7 +1036,6 @@ double vol) { Emotion_Gstreamer_Video *ev; - Emotion_Audio_Sink *asink; GstElement *volume; ev = (Emotion_Gstreamer_Video *)video; @@ -1062,7 +1061,7 @@ ev = (Emotion_Gstreamer_Video *)video; volume = gst_bin_get_by_name (GST_BIN (ev->pipeline), "volume"); - if (!volume) return; + if (!volume) return 0.0; g_object_get (G_OBJECT (volume), "volume", &vol, NULL); gst_object_unref (volume); ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs