After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 166804 - [ladspa] bad timestamps
[ladspa] bad timestamps
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-09 15:48 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2006-08-23 18:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2005-02-09 15:48:22 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 ...
Comment 1 Ronald Bultje 2005-02-09 16:33:07 UTC
That means timestamps in ladspa are broken. Real is what it expects for a
perfect stream, buffer is what it got on the buffer.
Comment 2 Andy Wingo 2005-07-16 10:21:02 UTC
Renaming and confirming. Should be a small patch to ladspa, but it has to have
some serious refactoring for 0.9...
Comment 3 Jan Schmidt 2006-02-17 13:37:21 UTC
Andy, what's the deal with this - you ported ladpsa for 0.10, no?
Comment 4 Tim-Philipp Müller 2006-08-16 10:26:30 UTC
Is this still an issue with the current 0.10 version?