Ignore:
Timestamp:
Mar 26, 2015 10:06:45 AM (9 years ago)
Author:
nanang
Message:

Re #1790: Misc fixes on renderer viewing in pjsua CLI app sample, e.g: handle NULL surface, handle video disabled, cleanup unused codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/android/jni/pjsua_app_callback.cpp

    r5014 r5030  
    4646static void on_call_media_state(pjsua_call_id call_id) 
    4747{ 
     48#if PJMEDIA_HAS_VIDEO 
    4849    pjsua_call_info call_info; 
    4950    unsigned mi; 
    50     pj_bool_t has_error = PJ_FALSE; 
    5151 
    5252    pjsua_call_get_info(call_id, &call_info); 
     
    6868        } 
    6969    } 
     70#endif 
    7071     
    7172    /* Forward to original callback */ 
Note: See TracChangeset for help on using the changeset viewer.