Segment.isEqual

Checks for two segments being equal. Equality here is defined as perfect equality, including floating point values.

class Segment
bool
isEqual

Parameters

s1 gst.segment.Segment

a #GstSegment structure.

Return Value

Type: bool

true if the segments are equal, false otherwise.