gst/gstevent.c: Small doc update.

Original commit message from CVS:
* gst/gstevent.c:
Small doc update.
This commit is contained in:
Wim Taymans 2005-11-15 18:34:28 +00:00
parent 2124c0fded
commit 30bb9cee7e
2 changed files with 11 additions and 0 deletions

View file

@ -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>
* gst/gstelement.c (gst_element_set_base_time): Add debugging.

View file

@ -694,6 +694,12 @@ gst_event_parse_qos (GstEvent * event, gdouble * proportion,
* the position should not be updated. The currently configured playback
* 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.
*/
GstEvent *