Coverage report: /home/ellis/comp/core/ffi/gstreamer/pipeline.lisp
Kind | Covered | All | % |
expression | 0 | 5 | 0.0 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
;;; pipeline.lisp --- Gst Pipelines
6
(in-package :gstreamer)
8
(define-alien-type gst-pipeline
11
(fixed-clock (* gst-clock))
12
(stream-time gst-clock-time)
13
(delay gst-clock-time)
15
(%gst-reserved (array gpointer #.+gst-padding+))))
17
(defar gst-pipeline-get-type gtype)
18
(defar gst-pipeline-new (* gst-element) (name c-string))
19
(defar gst-pipeline-get-bus (* gst-bus) (pipeline (* gst-pipeline)))