diff options
author | Yossi Kantor <yossi.kantor@samsung.com> | 2014-03-26 18:01:36 +0200 |
---|---|---|
committer | Daniel Zaoui <daniel.zaoui@samsung.com> | 2014-04-02 15:56:14 +0300 |
commit | 70b39368e61e6740e741f8ff34bb0c1bddbaaacd (patch) | |
tree | 499532c919e7e9229499a095bd8783590117bd41 /src/tests/ecore/ecore_test_ecore_audio.c | |
parent | 2c8bc8df52d7d5774475e01c4c296145c1581f13 (diff) |
Eolian: Integration of Ecore Audio Out
Diffstat (limited to 'src/tests/ecore/ecore_test_ecore_audio.c')
-rw-r--r-- | src/tests/ecore/ecore_test_ecore_audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/ecore/ecore_test_ecore_audio.c b/src/tests/ecore/ecore_test_ecore_audio.c index e21452c..d628384 100644 --- a/src/tests/ecore/ecore_test_ecore_audio.c +++ b/src/tests/ecore/ecore_test_ecore_audio.c | |||
@@ -77,7 +77,7 @@ START_TEST(ecore_test_ecore_audio_obj_pulse) | |||
77 | ecore_timer_add(0.3, _seek_vol, in); | 77 | ecore_timer_add(0.3, _seek_vol, in); |
78 | 78 | ||
79 | eo_do(in, eo_event_callback_add(ECORE_AUDIO_IN_EVENT_IN_STOPPED, _finished_cb, NULL)); | 79 | eo_do(in, eo_event_callback_add(ECORE_AUDIO_IN_EVENT_IN_STOPPED, _finished_cb, NULL)); |
80 | eo_do(out, eo_event_callback_add(ECORE_AUDIO_EV_OUT_PULSE_CONTEXT_FAIL, _failed_cb, &pulse_context_failed)); | 80 | eo_do(out, eo_event_callback_add(ECORE_AUDIO_OUT_PULSE_EVENT_CONTEXT_FAIL, _failed_cb, &pulse_context_failed)); |
81 | 81 | ||
82 | eo_do(out, ecore_audio_obj_out_input_attach(in, &ret)); | 82 | eo_do(out, ecore_audio_obj_out_input_attach(in, &ret)); |
83 | fail_if(!ret); | 83 | fail_if(!ret); |