Opened 15 years ago
Closed 15 years ago
#944 closed defect (fixed)
Miscellaneous fixes to pjmedia_test
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.4 |
Component: | unit-tests | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
- Assertion in pjmedia tests's MIPS test with iLBC codec due to ptime mismatch:
- The MIPS test assumes that iLBC will work with mode 20 since it is initialized with mode 20, but actually the codec works at mode 30 since the initialization is missing encoding ptime parameter (hence iLBC correctly assumes that default mode should be used)
Change History (1)
comment:1 Changed 15 years ago by bennylp
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from Assertion in pjmedia tests's MIPS test with iLBC codec due to ptime mismatch to Miscellaneous fixes to pjmedia_test
Note: See
TracTickets for help on using
tickets.
In r2882: