mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
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
This commit is contained in:
parent
7f8fb3861e
commit
cf3cbe76af
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue