slomo pushed a commit to branch master.

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

commit c2f4967699f302aed897e4c00c21887c2e4dbb8e
Author: Sebastian Dröge <[email protected]>
Date:   Sun Jan 12 19:26:08 2014 +0100

    emotion gstreamer1: Use GST_PLAY_FLAG_VIS instead of the corresponding 
integer
---
 src/modules/emotion/gstreamer1/emotion_gstreamer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/emotion/gstreamer1/emotion_gstreamer.c 
b/src/modules/emotion/gstreamer1/emotion_gstreamer.c
index e0ec537..7791f65 100644
--- a/src/modules/emotion/gstreamer1/emotion_gstreamer.c
+++ b/src/modules/emotion/gstreamer1/emotion_gstreamer.c
@@ -1564,7 +1564,7 @@ _emotion_gstreamer_video_pipeline_parse(Emotion_Gstreamer 
*ev,
 
         g_object_set(G_OBJECT(ev->pipeline), "vis-plugin", vis, NULL);
         g_object_get(G_OBJECT(ev->pipeline), "flags", &flags, NULL);
-        flags |= 0x00000008;
+        flags |= GST_PLAY_FLAG_VIS;
         g_object_set(G_OBJECT(ev->pipeline), "flags", flags, NULL);
      }
 

-- 


Reply via email to