Opened 8 years ago

Closed 8 years ago

#1948 closed defect (fixed)

Modify async dispatch to synchronous on Mac and iOS video device implementation

Reported by: ming Owned by: ming
Priority: normal Milestone: release-2.6
Component: pjmedia-videodev Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Using asynchronous dispatch to the main queue may cause application to use objects prematurely (such as using UIView before it's initialized). This ticket will fix it by doing the dispatch synchronously instead.

Change History (1)

comment:1 Changed 8 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

In 5406:

Fixed #1948: Modify async dispatch to synchronous on Mac and iOS video device implementation

Thanks to Marc Etcheverry for the patch.

Note: See TracTickets for help on using tickets.