Skip to content
Snippets Groups Projects
Commit d61e9095 authored by Chad Hanna's avatar Chad Hanna
Browse files

hoftcache.py: remove seekevent

parent 28198dc1
No related branches found
No related tags found
No related merge requests found
......@@ -161,8 +161,7 @@ def mkbasicsrc(pipeline, gw_data_source_info, instrument, verbose = False):
src = pipeparts.mkqueue(pipeline, src, max_size_bytes = 0, max_size_buffers = 0, max_size_time = Gst.SECOND * 64)
# seek the pipeline
# FIXME: remove
datasource.do_seek(pipeline, gw_data_source_info.seekevent)
pipeline_seek_for_gps(pipeline, gw_data_source_info.seg[0], gw_data_source_info.seg[1])
return src
......
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