157
149
play = gst_element_factory_make ("playbin", "playbin");
158
150
g_object_set (G_OBJECT (play), "uri", soundfile, NULL);
160
154
bus = gst_pipeline_get_bus (GST_PIPELINE (play));
161
156
if (g_key_file_get_boolean(loaded_alarms, name, "ConstantSoundEnabled", NULL))
163
158
count_play = g_key_file_get_integer(loaded_alarms, name, "ConstantSoundValue", NULL);