Skip to content
Snippets Groups Projects
Commit 54f140e3 authored by Cody Messick's avatar Cody Messick
Browse files

itacac: removed out-dated FIXMEs

parent 7bab1f80
No related branches found
No related tags found
No related merge requests found
......@@ -1164,8 +1164,7 @@ static GstFlowReturn process(GSTLALItacac *itacac) {
// Check if the samples are gap, and flush up to samples_left_in_window of them if so
if(gapsamps > 0) {
// FIXME wtf does the FIXME below mean?, that cant be right, i think its leftover from an early version of the code
itacacpad->last_gap = TRUE; // FIXME This will not work for case where each itacac has multiple sinkpads
itacacpad->last_gap = TRUE;
outsamps = gapsamps > samples_left_in_window ? samples_left_in_window : gapsamps;
gst_audioadapter_flush_samples(itacacpad->adapter, outsamps);
samples_left_in_window -= outsamps;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment