#1175 closed defect (fixed)
Miscellaneous fixes for 1.10
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.10 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This is placeholder ticket for miscellaneous/minor fixes on this release.
Change History (13)
comment:1 Changed 14 years ago by ming
comment:2 Changed 14 years ago by ming
(In [3413]) Re #1174: fixed crash when pjsua is restarted, causing inClientData to be invalid since AudioSessionInitialize? can only be called once.
Re #1175: cleaning up interruption and audio route handling in coreaudio for iOS. In the case of interruption, there is no need to reinstantiate the audio unit (a simple restart will do), while for audio route change, nothing needs to be done.
comment:3 Changed 14 years ago by nanang
comment:4 Changed 14 years ago by nanang
comment:5 Changed 14 years ago by bennylp
In r3421:
- fixed realclean and distclean target for Python makefile
comment:6 Changed 14 years ago by bennylp
comment:7 Changed 14 years ago by ming
(In [3443]) Misc (re #1175) (thanks to Seth Hinze for the patch):
- uri_test: Fixes a divide by zero error when the benchmark is run on a really fast machine.
- presence: Fixes a compiler warning about potential referencing of an uninitialized variable.
- echo_speex: Allow for compilation when PJMEDIA_HAS_SPEEX_AEC is not defined.
comment:8 Changed 14 years ago by ming
comment:9 Changed 14 years ago by ming
comment:10 Changed 14 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:11 Changed 14 years ago by bennylp
comment:12 Changed 14 years ago by nanang
comment:13 Changed 14 years ago by nanang
Note: See
TracTickets for help on using
tickets.
(In [3411]) Re #1175: Modified default core audio unit used on iOS from VPIO to RemoteIO. To use VPIO, application needs to specify a nonzero value for the PJMEDIA_AUD_DEV_CAP_EC capability.