Opened 13 years ago
Closed 13 years ago
#1502 closed defect (fixed)
WAV player with NO_LOOP option still plays samples from start in the last frame (thanks Dmitry Dudkin for the patch)
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.14.2 |
Component: | pjmedia | Version: | common |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
In fill_buffer(), after encountering EOF the rest of the buffer is zeroed, but then it is overridden with the start of WAV data (rewinding).
Original report can be found here.
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 [4116]) Fix #1502: break the fill_buffer() loop on EOF when PJMEDIA_FILE_NO_LOOP option is set.