public void set_auto_flush_bus (bool auto_flush);
public bool set_clock (Gst.Clock clock);
public void set_delay (Gst.ClockTime delay);
- public void use_clock (Gst.Clock clock);
+ public void use_clock (Gst.Clock? clock);
public bool auto_flush_bus { get; set; }
public uint64 delay { get; set; }
}
[GIR (name = "NetTimeProvider")]
public class TimeProvider : Gst.Object {
[CCode (has_construct_function = false)]
- public TimeProvider (Gst.Clock clock, string address, int port);
+ public TimeProvider (Gst.Clock clock, string? address, int port);
[NoAccessorMethod]
public bool active { get; set; }
[NoAccessorMethod]
flow_get_name skip // parent="Gst.FlowReturn" name="get_name"
// Upstream
-Query
- .parse_nth_allocation_param.allocator unowned=false
-Structure
- .copy unowned=false
+Pipeline
+ .use_clock.clock nullable