From 25a11b83e1516526155f252f308081e0afac530d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 7 Jun 2007 17:22:47 +0000 Subject: [PATCH] gst/gstutils.c: Small docs addition. Original commit message from CVS: * gst/gstutils.c: Small docs addition. --- ChangeLog | 5 +++++ gst/gstutils.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fa563958ac..9a68d61d0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-07 Tim-Philipp Müller + + * gst/gstutils.c: + Small docs addition. + 2007-06-07 Stefan Kost * README: diff --git a/gst/gstutils.c b/gst/gstutils.c index f7b32d0a5a..cdb9dea7c5 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -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