From: Sjoerd Simons Date: Fri, 26 Jul 2013 14:15:24 +0000 (+0200) Subject: query: Clarify the estimated-total documentation X-Git-Tag: 1.1.4~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf3cbe76afe72a30d83aaaaeed49dff42f86d72f;p=platform%2Fupstream%2Fgstreamer.git query: Clarify the estimated-total documentation Tweak the documentation slightly to clarify that the estimated-total in a a Buffering query the total remaining time of a download, not the total time for the complete download. Also indicate the unit used. https://bugzilla.gnome.org/show_bug.cgi?id=704934 --- diff --git a/gst/gstquery.c b/gst/gstquery.c index 31be0dc..5f21be9 100644 --- a/gst/gstquery.c +++ b/gst/gstquery.c @@ -1174,7 +1174,8 @@ gst_query_parse_buffering_stats (GstQuery * query, * @format: the format to set for the @start and @stop values * @start: the start to set * @stop: the stop to set - * @estimated_total: estimated total amount of download time + * @estimated_total: estimated total amount of download time remaining in + * miliseconds * * Set the available query result fields in @query. */ @@ -1203,7 +1204,7 @@ gst_query_set_buffering_range (GstQuery * query, GstFormat format, * @start: (out) (allow-none): the start to set, or NULL * @stop: (out) (allow-none): the stop to set, or NULL * @estimated_total: (out) (allow-none): estimated total amount of download - * time, or NULL + * time remaining in miliseconds, or NULL * * Parse an available query, writing the format into @format, and * other results into the passed parameters, if the respective parameters