Ignore:
Timestamp:
Sep 23, 2019 10:47:05 PM (5 years ago)
Author:
riza
Message:

Close #2232: Crash on Endpoint::libDestroy() when there is an active call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/media.hpp

    r6051 r6074  
    911911    void setPlaybackDev(int playback_dev) const PJSUA2_THROW(Error); 
    912912 
     913#if !DEPRECATED_FOR_TICKET_2232 
    913914    /** 
    914915     * Warning: deprecated, use enumDev2 instead. This function is not 
     
    921922     */ 
    922923    const AudioDevInfoVector &enumDev() PJSUA2_THROW(Error); 
     924#endif 
    923925 
    924926    /** 
     
    14661468 
    14671469private: 
     1470#if !DEPRECATED_FOR_TICKET_2232 
    14681471    AudioDevInfoVector           audioDevList; 
     1472#endif 
    14691473    AudioMedia                  *devMedia; 
    14701474 
     
    20692073    VideoDevInfo getDevInfo(int dev_id) const PJSUA2_THROW(Error); 
    20702074 
     2075#if !DEPRECATED_FOR_TICKET_2232 
    20712076    /** 
    20722077     * Warning: deprecated, use enumDev2() instead. This function is not 
     
    20782083     */ 
    20792084    const VideoDevInfoVector &enumDev() PJSUA2_THROW(Error); 
     2085#endif 
    20802086 
    20812087    /** 
     
    22762282 
    22772283private: 
     2284#if !DEPRECATED_FOR_TICKET_2232 
    22782285    VideoDevInfoVector videoDevList; 
     2286#endif 
    22792287 
    22802288    void clearVideoDevList(); 
Note: See TracChangeset for help on using the changeset viewer.