slomo pushed a commit to branch master.

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

commit c64b2fba9bbfd2b4f8f76e20edc51f1a658882d6
Author: Sebastian Dröge <[email protected]>
Date:   Fri Jan 17 09:32:45 2014 +0100

    emotion: Use the GStreamer 1.x module instead of the 0.10 one in the border 
example application
---
 src/examples/emotion/emotion_border_example.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/emotion/emotion_border_example.c 
b/src/examples/emotion/emotion_border_example.c
index 393a1c7..695b507 100644
--- a/src/examples/emotion/emotion_border_example.c
+++ b/src/examples/emotion/emotion_border_example.c
@@ -25,7 +25,7 @@ _create_emotion_object(Evas *e)
 {
    Evas_Object *em = emotion_object_add(e);
 
-   emotion_object_init(em, "gstreamer");
+   emotion_object_init(em, "gstreamer1");
 
    evas_object_smart_callback_add(
        em, "playback_started", _playback_started_cb, NULL);

-- 


Reply via email to