Opened 16 years ago

Closed 16 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)

Ticket 459.patch (733 bytes) - added by nanang 16 years ago.
Put PJMEDIA_CLOCK_NO_ASYNC checking in pjmedia_clock_create()

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by nanang

Put PJMEDIA_CLOCK_NO_ASYNC checking in pjmedia_clock_create()

comment:1 Changed 16 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.