mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
gst/gstevent.c: Small doc update.
Original commit message from CVS: * gst/gstevent.c: Small doc update.
This commit is contained in:
parent
2124c0fded
commit
30bb9cee7e
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-11-15 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* gst/gstevent.c:
|
||||||
|
Small doc update.
|
||||||
|
|
||||||
2005-11-15 Andy Wingo <wingo@pobox.com>
|
2005-11-15 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* gst/gstelement.c (gst_element_set_base_time): Add debugging.
|
* gst/gstelement.c (gst_element_set_base_time): Add debugging.
|
||||||
|
|
|
@ -694,6 +694,12 @@ gst_event_parse_qos (GstEvent * event, gdouble * proportion,
|
||||||
* the position should not be updated. The currently configured playback
|
* the position should not be updated. The currently configured playback
|
||||||
* segment can be queried with #GST_QUERY_SEGMENT.
|
* segment can be queried with #GST_QUERY_SEGMENT.
|
||||||
*
|
*
|
||||||
|
* Note that updating the @cur position will actually move the current
|
||||||
|
* playback pointer to that new position. It is not possible to seek
|
||||||
|
* relative to the current playing position, to do this, pause the pipeline,
|
||||||
|
* get the current position and perform a GST_SEEK_TYPE_SET to the desired
|
||||||
|
* position.
|
||||||
|
*
|
||||||
* Returns: A new seek event.
|
* Returns: A new seek event.
|
||||||
*/
|
*/
|
||||||
GstEvent *
|
GstEvent *
|
||||||
|
|
Loading…
Reference in a new issue