Received buffer in future for all audio files for specific system
On playing any file which contains an audio stream, I get the warning message "received buffer in the future", continuously. This can be tracked to src/input/decoder.c in function DecoderPlayAudio()
I put some debug output and found that at the call DecoderFixTs()[decoder.c line 1196] > input_clock_ConvertTS() > ClockStreamToSystem()[clock.c line 433] is causing the TS to be too high in function input_clock_ConvertTS(), thereby causing the TS validity test to fail[clock.c line 449] and thereby setting the reference *pi_ts0 to TS_INVALID( or 0 ), which sets of b_reject = true( decoder.c line 1205 )
Video has no problems. The version that I get from the package manager has no problems Only my git build has this issue.
This is on my new system which is a AMD Turion X2 M500 processor, with 4 GB of RAM on Ubuntu 10.04.