Opened 16 years ago
Closed 16 years ago
#730 closed defect (fixed)
Wrong jitter buffer parameters set by the stream
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | major | Milestone: | release-1.1 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The stream should convert the jitter buffer parameters in the pjmedia_stream_info when calling pjmedia_jbuf_set_adaptive(). The parameters in pjmedia_stream_info are in milliseconds, while pjmedia_jbuf_set_adaptive() expect values in counts.
Change History (3)
comment:1 Changed 16 years ago by bennylp
comment:2 Changed 16 years ago by nanang
In r2477: Fixed stream to convert units of jitter buffer params, from msecs (in stream info) to frame counts (for jitter buffer).
comment:3 Changed 16 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Duplicated to 1.0.x branch in ticket #731