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_simple.c

    r90 r111  
    3434        rgc_remote_object_call (pipeline, "activate", NULL); 
    3535        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); 
    3737 
    3838        sleep (200); 
     
    9292        GValue *device_name = g_value_init_string ("default"); 
    9393        rgc_remote_object_new_async (output_created_cb, NULL, 
    94                             "FmOutputJack", "output", NULL); 
     94//                          "FmOutputJack", "output", NULL); 
     95                            "FmOutputAlsa", "output", NULL); 
    9596        g_value_destroy (device_name); 
    9697}