mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
pulsesrc: set maxlength always to -1
This commit is contained in:
parent
1a89388f97
commit
19233e9671
1 changed files with 1 additions and 1 deletions
|
@ -930,7 +930,7 @@ gst_pulsesrc_prepare (GstAudioSrc * asrc, GstRingBufferSpec * spec)
|
|||
|
||||
pa_threaded_mainloop_lock (pulsesrc->mainloop);
|
||||
|
||||
buf_attr.maxlength = spec->segtotal * spec->segsize * 2;
|
||||
buf_attr.maxlength = -1;
|
||||
buf_attr.tlength = -1;
|
||||
buf_attr.prebuf = 0;
|
||||
buf_attr.minreq = -1;
|
||||
|
|
Loading…
Reference in a new issue