Skip to content
Snippets Groups Projects
Commit 14437249 authored by Aaron Viets's avatar Aaron Viets Committed by Patrick Godwin
Browse files

lal_dqtukey: unset gap flag on all output buffers

parent 4627afb2
No related branches found
No related tags found
No related merge requests found
......@@ -384,6 +384,7 @@ static void set_metadata(GSTLALDQTukey *element, GstBuffer *buf, guint64 outsamp
GST_BUFFER_FLAG_SET(buf, GST_BUFFER_FLAG_DISCONT);
element->need_discont = FALSE;
}
GST_BUFFER_FLAG_UNSET(buf, GST_BUFFER_FLAG_GAP);
}
......
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