summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-controller-1.0.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/gstreamer-controller-1.0.vapi')
-rw-r--r--vapi/gstreamer-controller-1.0.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/gstreamer-controller-1.0.vapi b/vapi/gstreamer-controller-1.0.vapi
index 889249955..7b2b72649 100644
--- a/vapi/gstreamer-controller-1.0.vapi
+++ b/vapi/gstreamer-controller-1.0.vapi
@@ -91,7 +91,7 @@ namespace Gst {
public GLib.Sequence<Gst.Controller.ControlPoint?> values;
[CCode (has_construct_function = false)]
protected TimedValueControlSource ();
- public unowned GLib.SequenceIter find_control_point_iter (Gst.ClockTime timestamp);
+ public unowned GLib.SequenceIter? find_control_point_iter (Gst.ClockTime timestamp);
public GLib.List<weak Gst.TimedValue?> get_all ();
public int get_count ();
public bool @set (Gst.ClockTime timestamp, double value);