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

itacac: removed unused members from GSTLALItacac

parent 47181c8f
No related branches found
No related tags found
No related merge requests found
......@@ -501,7 +501,6 @@ static GstFlowReturn push_gap(GSTLALItacac *itacac, guint samps) {
GST_BUFFER_OFFSET_END(srcbuf) = itacac->next_output_offset + samps;
GST_BUFFER_PTS(srcbuf) = itacac->next_output_timestamp + itacac->difftime;
GST_BUFFER_DURATION(srcbuf) = (GstClockTime) gst_util_uint64_scale_int_round(GST_SECOND, samps, itacac->rate);
itacac->test++;
return gst_aggregator_finish_buffer(GST_AGGREGATOR(itacac), srcbuf);
......@@ -1581,7 +1580,6 @@ static void gstlal_itacac_init(GSTLALItacac *itacac)
{
itacac->rate = 0;
itacac->channels = 0;
itacac->test = 0;
itacac->difftime = 0;
......
......@@ -138,9 +138,7 @@ typedef struct {
GstClockTime next_output_timestamp;
GstClockTimeDiff difftime;
gboolean EOS;
GMutex snr_lock;
gboolean waiting;
guint test;
GSTLALItacacPad *H1_itacacpad, *K1_itacacpad, *L1_itacacpad, *V1_itacacpad;
} GSTLALItacac;
......
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