[ Version ( deprecated = true , deprecated_since = "1.18" ) ]
public bool new_seamless_segment (int64 start, int64 stop, int64 time)
Warning: new_seamless_segment is deprecated since 1.18.
Prepare a new seamless segment for emission downstream.
Use new_segment
This function must only be called by derived sub-classes, and only from the GstBaseSrcClass::create
function, as the
stream-lock needs to be held.
The format for the new segment will be the current format of the source, as configured with set_format
this |
The source |
start |
The new start value for the segment |
stop |
Stop value for the new segment |
time |
The new time value for the start of the new segment |
|