- Timestamp:
- Feb 22, 2009 12:00:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/aps-direct/pjsip/src/pjsua-lib/pjsua_media.c
r2468 r2469 2400 2400 } 2401 2401 2402 /* Normalize device ID with new convention about default device ID */ 2403 if (playback_dev == PJMEDIA_AUD_DEFAULT_CAPTURE_DEV) 2404 playback_dev = PJMEDIA_AUD_DEFAULT_PLAYBACK_DEV; 2405 2402 2406 /* Close existing sound port */ 2403 2407 close_snd_dev(); … … 2419 2423 status = pjmedia_aud_dev_default_param(capture_dev, ¶m); 2420 2424 if (status != PJ_SUCCESS) { 2425 pjsua_perror(THIS_FILE, "Error retrieving default audio " 2426 "device parameters", status); 2421 2427 return status; 2422 2428 }
Note: See TracChangeset
for help on using the changeset viewer.