#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
comment:2 Changed 13 years ago by ming
Note: See
TracTickets for help on using
tickets.
(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.