gstlal 1.13.0
Loading...
Searching...
No Matches
gstlal_launch File Reference

A replacement for gst-launch that allows seeks. More...

Go to the source code of this file.

Variables

 gstlal_launch.parser
 gstlal_launch.type
 gstlal_launch.help
 gstlal_launch.opts
 gstlal_launch.rest
 gstlal_launch.mainloop = GObject.MainLoop()
 gstlal_launch.pipeline = Gst.parse_launch(' '.join(rest))
 gstlal_launch.start_seektype = Gst.SeekType.SET
int gstlal_launch.start_ns = opts.start * 1e9
 gstlal_launch.end_seektype = Gst.SeekType.SET
int gstlal_launch.end_ns = opts.end * 1e9
 gstlal_launch.handler = simplehandler.Handler(mainloop, pipeline)

Detailed Description

A replacement for gst-launch that allows seeks.

Definition in file gstlal_launch.

Variable Documentation

◆ end_ns

int end_ns = opts.end * 1e9

Definition at line 59 of file gstlal_launch.

◆ end_seektype

gstlal_launch.end_seektype = Gst.SeekType.SET

Definition at line 58 of file gstlal_launch.

◆ handler

gstlal_launch.handler = simplehandler.Handler(mainloop, pipeline)

Definition at line 74 of file gstlal_launch.

◆ help

gstlal_launch.help

Definition at line 20 of file gstlal_launch.

◆ mainloop

gstlal_launch.mainloop = GObject.MainLoop()

Definition at line 42 of file gstlal_launch.

◆ opts

gstlal_launch.opts

Definition at line 23 of file gstlal_launch.

◆ parser

gstlal_launch.parser
Initial value:
= OptionParser(version='%prog 1.0', usage='%prog [options]',
description=__doc__)

Definition at line 17 of file gstlal_launch.

◆ pipeline

gstlal_launch.pipeline = Gst.parse_launch(' '.join(rest))

Definition at line 43 of file gstlal_launch.

◆ rest

gstlal_launch.rest

Definition at line 23 of file gstlal_launch.

◆ start_ns

int start_ns = opts.start * 1e9

Definition at line 52 of file gstlal_launch.

◆ start_seektype

gstlal_launch.start_seektype = Gst.SeekType.SET

Definition at line 51 of file gstlal_launch.

◆ type

gstlal_launch.type

Definition at line 20 of file gstlal_launch.