Opened 5 years ago

Closed 5 years ago

#2236 closed defect (fixed)

Exception in iOS Video Toolbox H264 due to UI API called on background thread

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

Description

Call stack:

Main Thread Checker: UI API called on a background thread: -[UIApplication applicationState]
...
0x0000000104872ed0 vtool_codec_encode_begin + 328
0x0000000104ad0564 pjmedia_vid_codec_encode_begin + 104
0x0000000104acf83c put_frame + 448
...

Thanks to Sergey Zagoruyko for the report.

Change History (1)

comment:1 Changed 5 years ago by nanang

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

In 6078:

Fix #2236: Fixed exception in iOS Video Toolbox H264 due to UI API called on background thread.

Note: See TracTickets for help on using tickets.