Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gstlal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Duncan Macleod
gstlal
Commits
54f140e3
Commit
54f140e3
authored
5 years ago
by
Cody Messick
Browse files
Options
Downloads
Patches
Plain Diff
itacac: removed out-dated FIXMEs
parent
7bab1f80
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gstlal-inspiral/gst/lal/gstlal_itacac.c
+1
-2
1 addition, 2 deletions
gstlal-inspiral/gst/lal/gstlal_itacac.c
with
1 addition
and
2 deletions
gstlal-inspiral/gst/lal/gstlal_itacac.c
+
1
−
2
View file @
54f140e3
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment