Opened 14 years ago
Closed 14 years ago
#1171 closed defect (fixed)
Setting default codec parameter issues (thanks Arie Velthoen for the report)
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.8.10 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The original report can be found here.
Issues reported:
- codec description pool in codec manager is released before the new setting is copied, this causes problem when the new setting contains data (e.g: fmtp strings) that is allocated using that pool,
- dec_fmtp is copied twice, one of them should be enc_fmtp instead.
Change History (1)
comment:1 Changed 14 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3380]) Fix #1171, fixed issues in pjmedia_codec_mgr_set_default_param():