emotion: Use the GStreamer 1.x module instead of the 0.10 one in the border example application

This commit is contained in:
Sebastian Dröge 2014-01-17 09:32:45 +01:00
parent 1ba3426405
commit c64b2fba9b
1 changed files with 1 additions and 1 deletions

View File

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