Ignore:
Timestamp:
Mar 22, 2006 11:59:11 AM (18 years ago)
Author:
bennylp
Message:

Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API.

File:
1 edited

Legend:

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

    r342 r350  
    204204     * This will implicitly initialize PJMEDIA too. 
    205205     */ 
    206     status = pjmedia_endpt_create(&cp.factory, &med_endpt); 
     206    status = pjmedia_endpt_create(&cp.factory, NULL, 1, &med_endpt); 
    207207    PJ_ASSERT_RETURN(status == PJ_SUCCESS, 1); 
    208208 
Note: See TracChangeset for help on using the changeset viewer.