Ignore:
Timestamp:
Mar 29, 2019 1:52:59 AM (5 years ago)
Author:
ming
Message:

Fixed #2187: Avoid starting video capture if the setting vid_out_auto_transmit is false

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h

    r5939 r5961  
    411411    pj_bool_t                    preview_running;/**< Preview is started*/ 
    412412    pj_bool_t                    is_native;     /**< Preview is by dev  */ 
     413    pj_bool_t                    cap_started;   /**< Has the capture 
     414                                                     been started?      */ 
    413415} pjsua_vid_win; 
    414416 
Note: See TracChangeset for help on using the changeset viewer.