mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
gst/gstsegment.c: Small doc fix.
Original commit message from CVS: * gst/gstsegment.c: Small doc fix.
This commit is contained in:
parent
7366c4e49f
commit
1a6e50f5ca
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-05-17 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/gstsegment.c:
|
||||
Small doc fix.
|
||||
|
||||
2007-05-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstplugin.c: (gst_plugin_load_file):
|
||||
|
|
|
@ -62,9 +62,9 @@
|
|||
*
|
||||
* For elements that perform seeks, the current segment should be updated with the
|
||||
* gst_segment_set_seek() and the values from the seek event. This method will update
|
||||
* all the segment fields. The last_pos field will contain the new playback position.
|
||||
* all the segment fields. The last_stop field will contain the new playback position.
|
||||
* If the cur_type was different from GST_SEEK_TYPE_NONE, playback continues from
|
||||
* the last_pos position, possibly with updated flags or rate.
|
||||
* the last_stop position, possibly with updated flags or rate.
|
||||
*
|
||||
* For elements that want to use #GstSegment to track the playback region, use
|
||||
* gst_segment_set_newsegment() to update the segment fields with the information from
|
||||
|
@ -80,7 +80,7 @@
|
|||
* gst_segment_to_stream_time() can be used to convert a timestamp and the segment
|
||||
* info to stream time (which is always between 0 and the duration of the stream).
|
||||
*
|
||||
* Last reviewed on 2006-05-03 (0.10.6)
|
||||
* Last reviewed on 2007-05-17 (0.10.13)
|
||||
*/
|
||||
|
||||
static GstSegment *
|
||||
|
|
Loading…
Reference in a new issue