GNOME Bugzilla – Bug 744085
pulsesrc: criticals with very large latency-time values
Last modified: 2018-01-22 11:53:01 UTC
gst-launch-1.0 pulsesrc latency-time=1000000000 ! fakesinkSetting pipeline to PLAYING ... ** (gst-launch-1.0:14896): CRITICAL **: gst_audio_format_fill_silence: assertion 'dest != NULL' failed New clock: GstPulseSrcClock ** (gst-launch-1.0:14896): CRITICAL **: gst_audio_ring_buffer_read: assertion 'buf->memory != NULL' failed (Yes, I realise latency-time is not in nanoseconds, still..)
Might be wrong, but I thought this assert was popping when latency-time is bigger (or not a multiple) or buffer-time, could that be ? (also seen on another source)
Doesn't seem to happen any more.