emotion - gst 0.10 - fix build after volume change/fix

This commit is contained in:
Carsten Haitzler 2014-09-03 16:57:01 +09:00
parent ffa9ad7daf
commit 807a136305
1 changed files with 2 additions and 2 deletions

View File

@ -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;