Opened 12 years ago

Closed 12 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 12 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

(In [4030]) Fix #1480: update read buffer pointer after updating buffer in pjmedia_wav_player_port_set_pos().

Note: See TracTickets for help on using tickets.