Opened 17 years ago
Closed 17 years ago
#459 closed defect (fixed)
pjmedia_clock_create() should not create thread when PJMEDIA_CLOCK_NO_ASYNC is given (thanks Alberto Takeshi Mayama)
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.9.0 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Creating pjmedia_clock always create background thread,
regardless the PJMEDIA_CLOCK_NO_ASYNC options set or not.
Attachments (1)
Change History (2)
Changed 17 years ago by nanang
comment:1 Changed 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from Instantiation of synchronous pjmedia_clock should not create thread (thanks Alberto Takeshi Mayama) to pjmedia_clock_create() should not create thread when PJMEDIA_CLOCK_NO_ASYNC is given (thanks Alberto Takeshi Mayama)
Patch committed in r1747. Thanks.
Note: See
TracTickets for help on using
tickets.
Put PJMEDIA_CLOCK_NO_ASYNC checking in pjmedia_clock_create()