Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1349 closed defect (fixed)

Crash if pjsua is shutdown without turning off preview

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-2.0-alpha
Component: pjsua-lib Version: 2.0-dev-branch
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Tested with quitting vidgui without turning off preview.

Change History (2)

comment:1 Changed 13 years ago by ming

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

(In [3722]) Fixed #1349:
It seems that QTCaptureSession's stopRunning only posts a message to stop the input worker thread so we need to make sure the message is processed if it is called from the main thread.

comment:2 Changed 13 years ago by ming

(In [3723]) Re #1349: Fixed a potential problem when stopping the video port. We should stop the clock first then stop the stream.

Note: See TracTickets for help on using tickets.