|
gstlal 1.13.0
|
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) | |
A replacement for gst-launch that allows seeks.
Definition in file gstlal_launch.
| int end_ns = opts.end * 1e9 |
Definition at line 59 of file gstlal_launch.
| gstlal_launch.end_seektype = Gst.SeekType.SET |
Definition at line 58 of file gstlal_launch.
| gstlal_launch.handler = simplehandler.Handler(mainloop, pipeline) |
Definition at line 74 of file gstlal_launch.
| gstlal_launch.help |
Definition at line 20 of file gstlal_launch.
| gstlal_launch.mainloop = GObject.MainLoop() |
Definition at line 42 of file gstlal_launch.
| gstlal_launch.opts |
Definition at line 23 of file gstlal_launch.
| gstlal_launch.parser |
Definition at line 17 of file gstlal_launch.
| gstlal_launch.pipeline = Gst.parse_launch(' '.join(rest)) |
Definition at line 43 of file gstlal_launch.
| gstlal_launch.rest |
Definition at line 23 of file gstlal_launch.
| int start_ns = opts.start * 1e9 |
Definition at line 52 of file gstlal_launch.
| gstlal_launch.start_seektype = Gst.SeekType.SET |
Definition at line 51 of file gstlal_launch.
| gstlal_launch.type |
Definition at line 20 of file gstlal_launch.