Changeset 111 for fm_server/trunk/test/test_simple.c
- Timestamp:
- 09/03/06 21:19:57 (6 years ago)
- Files:
-
- 1 modified
-
fm_server/trunk/test/test_simple.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fm_server/trunk/test/test_simple.c
r90 r111 34 34 rgc_remote_object_call (pipeline, "activate", NULL); 35 35 rgc_remote_object_call (pipeline, "run", NULL); 36 rgc_remote_object_call (output, "connect_to_hw_ports", NULL);36 // rgc_remote_object_call (output, "connect_to_hw_ports", NULL); 37 37 38 38 sleep (200); … … 92 92 GValue *device_name = g_value_init_string ("default"); 93 93 rgc_remote_object_new_async (output_created_cb, NULL, 94 "FmOutputJack", "output", NULL); 94 // "FmOutputJack", "output", NULL); 95 "FmOutputAlsa", "output", NULL); 95 96 g_value_destroy (device_name); 96 97 }
