Changeset 2862


Ignore:
Timestamp:
Aug 11, 2009 6:34:03 PM (15 years ago)
Author:
nanang
Message:

Misc fix (ticket #915): Fixed bug of a wrong check variable used in writing playback_lat setting in pjsua app (thanks Wolfgang Fritz for the fix).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r2859 r2862  
    17921792        pj_strcat2(&cfg, line); 
    17931793    } 
    1794     if (config->playback_dev != PJMEDIA_SND_DEFAULT_PLAY_LATENCY) { 
     1794    if (config->playback_lat != PJMEDIA_SND_DEFAULT_PLAY_LATENCY) { 
    17951795        pj_ansi_sprintf(line, "--playback-lat %d\n", config->playback_lat); 
    17961796        pj_strcat2(&cfg, line); 
Note: See TracChangeset for help on using the changeset viewer.