Ignore:
Timestamp:
Dec 9, 2011 5:15:39 AM (13 years ago)
Author:
ming
Message:

Re #1420: Create a pool for the event manager so subscriber doesn't need to supply its own pool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/aviplay.c

    r3893 r3905  
    402402 
    403403        /* subscribe events */ 
    404         pjmedia_event_subscribe(NULL, pool, &avi_event_cb, &avi_port, 
     404        pjmedia_event_subscribe(NULL, &avi_event_cb, &avi_port, 
    405405                                renderer); 
    406406 
Note: See TracChangeset for help on using the changeset viewer.