GNOME Bugzilla – Bug 166804
[ladspa] bad timestamps
Last modified: 2006-08-23 18:48:19 UTC
gst-launch-0.8 --gst-debug="*:3" ladspa-noise-source-white Amplitude=0.5 ! audio/x-raw-float,rate=11025 ! buffer-frames-convert ! audioconvert ! osssink sync=false gstosssink.c(450):gst_osssink_chain:<osssink0> need sync: real 0:00:00.278095237, buffer: 0:00:00.046439908 ... it also happens when using rate=44100 or sync=yes. using alsasink show a similar behaviour, so the real culprit might be the ladspa element ...
That means timestamps in ladspa are broken. Real is what it expects for a perfect stream, buffer is what it got on the buffer.
Renaming and confirming. Should be a small patch to ladspa, but it has to have some serious refactoring for 0.9...
Andy, what's the deal with this - you ported ladpsa for 0.10, no?
Is this still an issue with the current 0.10 version?