Skip to content
Snippets Groups Projects
Commit 7a2d4d19 authored by Rebecca Ewing's avatar Rebecca Ewing
Browse files

gstlal_latency.c: Dont unset gap flag, Patrick

parent b441e17a
No related branches found
No related tags found
No related merge requests found
Pipeline #69687 passed
......@@ -115,8 +115,6 @@ static GstFlowReturn transform_ip(GstBaseTransform *trans, GstBuffer *buf)
GSTLALLatency *element = GSTLAL_LATENCY(trans);
gboolean silent = element->silent;
GST_BUFFER_FLAG_UNSET(buf, GST_BUFFER_FLAG_GAP);
GstDateTime *current_gst_time = gst_date_time_new_now_utc();
gchar *current_utc_time = gst_date_time_to_iso8601_string(current_gst_time);
......
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