Ignore:
Timestamp:
Jun 22, 2006 6:51:50 PM (18 years ago)
Author:
bennylp
Message:

Modify all applications because of changed in WAV port API (removed user_data from argument)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/streamutil.c

    r531 r541  
    375375                    stream_port->info.clock_rate; 
    376376        status = pjmedia_wav_player_port_create(pool, play_file, wav_ptime, 
    377                                                 0, -1, NULL, &play_file_port); 
     377                                                0, -1, &play_file_port); 
    378378        if (status != PJ_SUCCESS) { 
    379379            app_perror(THIS_FILE, "Unable to use file", status); 
Note: See TracChangeset for help on using the changeset viewer.