mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
GstSegment: Fix doc description string last_stop->position
This commit is contained in:
parent
dc86e65265
commit
1f1e4fc30c
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ gst_segment_free (GstSegment * segment)
|
|||
* @segment: a #GstSegment structure.
|
||||
* @format: the format of the segment.
|
||||
*
|
||||
* The start/last_stop positions are set to 0 and the stop/duration
|
||||
* The start/position fields are set to 0 and the stop/duration
|
||||
* fields are set to -1 (unknown). The default rate of 1.0 and no
|
||||
* flags are set.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue