raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=807a136305611c46f9a5da19c327910e28a7c9c8

commit 807a136305611c46f9a5da19c327910e28a7c9c8
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed Sep 3 16:57:01 2014 +0900

    emotion - gst 0.10 - fix build after volume change/fix
---
 src/modules/emotion/gstreamer/emotion_gstreamer.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/emotion/gstreamer/emotion_gstreamer.c 
b/src/modules/emotion/gstreamer/emotion_gstreamer.c
index 8472056..8250675 100644
--- a/src/modules/emotion/gstreamer/emotion_gstreamer.c
+++ b/src/modules/emotion/gstreamer/emotion_gstreamer.c
@@ -1722,6 +1722,8 @@ Eina_Bool
 _emotion_gstreamer_video_pipeline_parse(Emotion_Gstreamer_Video *ev,
                                         Eina_Bool force)
 {
+   gboolean      mute = 0;
+   gdouble       vol = 0.0;
    gboolean res;
    int i;
 
@@ -1787,8 +1789,6 @@ 
_emotion_gstreamer_video_pipeline_parse(Emotion_Gstreamer_Video *ev,
         GstQuery     *query;
         const GValue *val;
         gchar        *str;
-        gboolean      mute = 0;
-        gdouble       vol = 0.0;
         
         gdouble length_time = 0.0;
         gint width;

-- 


Reply via email to