mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-08 01:11:28 +08:00
change ulong over to GstClockTime
This commit is contained in:
@@ -41,5 +41,5 @@ func (cs *InterpolationControlSource) SetInterpolationMode(mode InterpolationMod
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (cs *InterpolationControlSource) SetTimedValue(time ClockTime, value float64) bool {
|
func (cs *InterpolationControlSource) SetTimedValue(time ClockTime, value float64) bool {
|
||||||
return gobool(C.gst_timed_value_control_source_set(C.toGstTimedValueControlSource(cs.Unsafe()), C.ulong(time), C.double(value)))
|
return gobool(C.gst_timed_value_control_source_set(C.toGstTimedValueControlSource(cs.Unsafe()), C.GstClockTime(time), C.double(value)))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user