Changeset 111 for fm_server/trunk/test/test_play_file.c
- Timestamp:
- 09/03/06 21:19:57 (6 years ago)
- Files:
-
- 1 modified
-
fm_server/trunk/test/test_play_file.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fm_server/trunk/test/test_play_file.c
r29 r111 40 40 rgc_remote_object_call (pipeline, "run", NULL); 41 41 g_usleep(100); 42 rgc_remote_object_call (output, "connect_to_hw_ports", NULL);42 // rgc_remote_object_call (output, "connect_to_hw_ports", NULL); 43 43 g_usleep(100); 44 44 //rgc_remote_object_call (input, "play", NULL); … … 70 70 GValue *device_name = g_value_init_string ("default"); 71 71 rgc_remote_object_new_async (output_created_cb, NULL, 72 "FmOutputJack", "output", NULL); 72 // "FmOutputJack", "output", NULL); 73 "FmOutputAlsa", "output", NULL); 73 74 g_value_destroy (device_name); 74 75 }
