Skip to content
Snippets Groups Projects
Commit 5fa2f017 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal_inspiral: aesthetics

parent fe22f923
No related branches found
No related tags found
No related merge requests found
......@@ -757,7 +757,7 @@ for output_file_number, (svd_bank, output_filename, likelihood_namedtuple, zero_
print >>sys.stderr, "setting pipeline state to paused ..."
if pipeline.set_state(Gst.State.PAUSED) != Gst.StateChangeReturn.SUCCESS:
raise RuntimeError("pipeline did not enter paused state")
datasource.pipeline_seek_for_gps(pipeline, detectors.seg[0], detectors.seg[1])
datasource.pipeline_seek_for_gps(pipeline, *detectors.seg)
if options.verbose:
print >>sys.stderr, "setting pipeline state to playing ..."
if pipeline.set_state(Gst.State.PLAYING) != Gst.StateChangeReturn.SUCCESS:
......
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