gst/gstutils.c: Small docs addition.

Original commit message from CVS:
* gst/gstutils.c:
Small docs addition.
This commit is contained in:
Tim-Philipp Müller 2007-06-07 17:22:47 +00:00
parent 08dc9b5d41
commit 25a11b83e1
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-06-07 Tim-Philipp Müller <tim at centricular dot net>
* gst/gstutils.c:
Small docs addition.
2007-06-07 Stefan Kost <ensonic@users.sf.net>
* README:

View file

@ -1970,7 +1970,8 @@ gst_element_query_convert (GstElement * element, GstFormat src_format,
* gst_element_seek_simple
* @element: a #GstElement to seek on
* @format: a #GstFormat to execute the seek in, such as #GST_FORMAT_TIME
* @seek_flags: seek options
* @seek_flags: seek options; playback applications will usually want to use
* GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT here
* @seek_pos: position to seek to (relative to the start); if you are doing
* a seek in #GST_FORMAT_TIME this value is in nanoseconds -
* multiply with #GST_SECOND to convert seconds to nanoseconds or