Displaying 2 results from an estimated 2 matches for "streamdecoderpriv".
2004 Sep 10
4
xmms-plugin problems
Hi,
i'm using xmms-plugin from flac-0.9, i found following problems.
Back-seeking cause, that .flac is not played all. It's caused by
StreamDecoderPrivate variable samples_decoded and function
stream_decoder_frame_sync_, which compare it against whole length of stream.
I don't know what is meaning of this varible (samples decoded from last reset
or for whole life of decoder). So i samples_decoded set to 0 in
stream_decoder_reset. Against strea...
2004 Sep 10
0
xmms-plugin problems
Thanks for the info, feedback below...
--- Miroslav Lichvar <mirator@upcase.inf.upol.cz> wrote:
> i'm using xmms-plugin from flac-0.9, i found following problems.
>
> Back-seeking cause, that .flac is not played all. It's caused by
> StreamDecoderPrivate variable samples_decoded and function
> stream_decoder_frame_sync_, which compare it against whole length of
> stream.
ok, I made the fix, plus there was another place that variable was
being set incorrectly. both fixes are in CVS now.
> Second problem: Visual plugins are slow. It...