[Bug 660170] alsasrc: broken timestamps lead to alsasrc ! audiorate endless loop

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 26 17:24:50 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=660170
  GStreamer | gst-plugins-base | git

--- Comment #7 from Brian G. Marete <bgmarete at gmail.com> 2011-09-27 00:24:49 UTC ---
Thanks Vincent. Your patch now makes the pipeline referenced above work
normally. That is: gst-launch alsasrc ! audiorate ! filesink location=/dev/null
works.

But now this:
gst-launch alsasrc device=hw:0,0 ! audiorate ! filesink location=/dev/null 
results in the following message:

New clock: GstAudioSrcClock
WARNING: from element /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: Can't record
audio fast enough
Additional debug info:
gstbaseaudiosrc.c(840): gst_base_audio_src_create ():
/GstPipeline:pipeline0/GstAlsaSrc:alsasrc0:
Dropped 88576 samples. This is most likely because downstream can't keep up and
is consuming samples too slowly.

and directing the output to a file shows the original problem (too many samples
too quickly).

In other words, the problem remains even with your patch if the `device'
parameter is used.

Perhaps this is unrelated to the original problem that this bug was opened for?

Thanks!

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list