search for: close_audio

Displaying 2 results from an estimated 2 matches for "close_audio".

2000 Sep 24
4
Possible memory leak / xmms input plugin
Hi list, It seems that when playing several OggVorbis files under xmms, there is a memory leak. It's a rather annoying problem because when you have a playlist of 100+ files, xmms will at the end eat something like 100M or more.. Such a memory leak have been reported inside xmms-1.2.2 code and I could see it playing Ogg files and mp3 files ; upgrading to 1.2.3 solves the problem with mp3
2004 Sep 10
0
http streaming in the xmms plugin
...;open_audio(file_info_.sample_format, file_info_.sample_rate, file_info_.channels) == 0) { audio_error_ = true; ! decoder_func_table_ -> safe_decoder_finish(decoder_); return; } *************** *** 277,283 **** pthread_join(decode_thread_, NULL); } flac_ip.output->close_audio(); ! safe_decoder_finish_(decoder_); } } --- 366,372 ---- pthread_join(decode_thread_, NULL); } flac_ip.output->close_audio(); ! decoder_func_table_ -> safe_decoder_finish (decoder_); } } *************** *** 288,298 **** void FLAC_XMMS__seek(int time) {...