mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 12:21:17 +00:00
design: mention timeout in the progress message
This commit is contained in:
parent
fd0efad9cb
commit
fab02a497a
1 changed files with 6 additions and 0 deletions
|
@ -158,6 +158,12 @@ Messages
|
||||||
- GST_PROGRESS_TYPE_CANCELED, GST_PROGRESS_TYPE_ERROR and
|
- GST_PROGRESS_TYPE_CANCELED, GST_PROGRESS_TYPE_ERROR and
|
||||||
GST_PROGRESS_TYPE_COMPLETE always have a 100% value.
|
GST_PROGRESS_TYPE_COMPLETE always have a 100% value.
|
||||||
|
|
||||||
|
- "timeout", G_TYPE_INT in milliseconds
|
||||||
|
|
||||||
|
The timeout of the async operation. -1 if unknown/unlimited..
|
||||||
|
This field can be interesting to the application when it wants to display
|
||||||
|
some sort of progress indication.
|
||||||
|
|
||||||
- ....
|
- ....
|
||||||
|
|
||||||
Depending on the code, more fields can be put here.
|
Depending on the code, more fields can be put here.
|
||||||
|
|
Loading…
Reference in a new issue