mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
query: buffering time left is in milliseconds
This commit is contained in:
parent
d2ad127dcd
commit
67a575ba08
1 changed files with 3 additions and 2 deletions
|
@ -1109,7 +1109,7 @@ gst_query_parse_buffering_percent (GstQuery * query, gboolean * busy,
|
|||
* @mode: a buffering mode
|
||||
* @avg_in: the average input rate
|
||||
* @avg_out: the average output rate
|
||||
* @buffering_left: amount of buffering time left
|
||||
* @buffering_left: amount of buffering time left in milliseconds
|
||||
*
|
||||
* Configures the buffering stats values in @query.
|
||||
*/
|
||||
|
@ -1136,7 +1136,8 @@ gst_query_set_buffering_stats (GstQuery * query, GstBufferingMode mode,
|
|||
* @mode: (out) (allow-none): a buffering mode, or NULL
|
||||
* @avg_in: (out) (allow-none): the average input rate, or NULL
|
||||
* @avg_out: (out) (allow-none): the average output rat, or NULLe
|
||||
* @buffering_left: (out) (allow-none): amount of buffering time left, or NULL
|
||||
* @buffering_left: (out) (allow-none): amount of buffering time left in
|
||||
* milliseconds, or NULL
|
||||
*
|
||||
* Extracts the buffering stats values from @query.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue