[gstreamer-bugs] [Bug 545807] audio has audible crack when strting the pipeline

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Aug 7 04:32:37 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=545807

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #2 from Stefan Kost (gstreamer, gtkdoc dev)  2008-08-07 11:32 UTC -------
GST_DEBUG="*:2,*audio*:4" gst-launch-0.10 2>&1 audiotestsrc num-buffers=40 !
alsasink | grep -o "running: .*$"

end/bin have discontinuities, but that probably rounding for output


GST_DEBUG="*:2,*audio*:4" gst-launch-0.10 2>&1 audiotestsrc num-buffers=40 !
alsasink | grep -o "rendering .*$"

GST_DEBUG="*:2,*audio*:4" gst-launch-0.10 2>&1 audiotestsrc num-buffers=30 !
alsasink buffer-time=100000 | grep -o " time .*$"

looks really continous


GST_DEBUG="*:2,*audio*:4" gst-launch-0.10 2>&1 audiotestsrc num-buffers=30 !
alsasink buffer-time=100000 | grep -o " align .*$"
 align with prev sample, ABS (1) < 22050
 align with prev sample, ABS (1) < 22050
 ...


GST_DEBUG="*:2,*audio*:4" gst-launch-0.10 2>&1 audiotestsrc num-buffers=30 !
alsasink buffer-time=100000 | grep -o "sync.*$"
sync_play:<alsasink0> ringbuffer may start now
sync_latency:<alsasink0> we are not slaved
sync-offset 0, render-delay 0:00:00.000000000, ts-offset 0
sync-offset 0:00:00.000000000
sync after discont
sync-offset 0, render-delay 0:00:00.000000000, ts-offset 0
sync-offset 0:00:00.000000000
sync-offset 0, render-delay 0:00:00.000000000, ts-offset 0
sync-offset 0:00:00.000000000
...

I am running out for what to lock for :/


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=545807.




More information about the Gstreamer-bugs mailing list