Opened 13 years ago
Closed 13 years ago
#1480 closed defect (fixed)
Wav player not rewinding after resetting the position to zero (thanks Han Rui and Alejandro Orellana for the feedback)
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.14 |
Component: | pjmedia | Version: | common |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
There is a bug in pjmedia_wav_player_port_set_pos(), the read buffer pointer is not reset after buffer gets updated. This may only noticeable on small wav files (sized around buffer size).
Change History (1)
comment:1 Changed 13 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [4030]) Fix #1480: update read buffer pointer after updating buffer in pjmedia_wav_player_port_set_pos().