Show
Ignore:
Timestamp:
09/03/06 21:19:57 (6 years ago)
Author:
ath
Message:

Restore FmOutputAlsa, delete the old FmOutputOss? and fix some documentation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • fm_server/trunk/test/test_play_file.c

    r29 r111  
    4040        rgc_remote_object_call (pipeline, "run", NULL); 
    4141        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); 
    4343        g_usleep(100); 
    4444        //rgc_remote_object_call (input, "play", NULL); 
     
    7070        GValue *device_name = g_value_init_string ("default"); 
    7171        rgc_remote_object_new_async (output_created_cb, NULL, 
    72                             "FmOutputJack", "output", NULL); 
     72//                          "FmOutputJack", "output", NULL); 
     73                            "FmOutputAlsa", "output", NULL); 
    7374        g_value_destroy (device_name); 
    7475}