Opened 16 years ago
Closed 16 years ago
#744 closed defect (fixed)
Jitter buffer does not discard duplicate frame if it is currently empty (thanks Mårten Wikström for the report)
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.1 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
If the jitter buffer is currently empty, it will accept a new frame even though it is a duplicate of previous frame.
The corresponding ticket for 1.0 branch is ticket #745.
Change History (2)
comment:1 Changed 16 years ago by bennylp
- Description modified (diff)
comment:2 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2485