Ignore:
Timestamp:
Sep 17, 2015 3:44:17 AM (9 years ago)
Author:
ming
Message:

Re #1882 (misc): Related to r4852 and r4857, fixed problem in reopening sound device after setting it to null device

Thanks to Fredrik Hansson for the report and patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_aud.c

    r4982 r5179  
    19411941    if (pjsua_var.cap_dev == capture_dev && 
    19421942        pjsua_var.play_dev == playback_dev && 
    1943         pjsua_var.snd_is_on) 
     1943        pjsua_var.snd_is_on && !pjsua_var.no_snd) 
    19441944    { 
    19451945        PJ_LOG(4, (THIS_FILE, "No changes in capture and playback devices")); 
Note: See TracChangeset for help on using the changeset viewer.