diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-02-15 18:14:16 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-02-15 18:55:23 +0100 |
commit | fab02a497abf4b068797943c54c13f95358cf36e (patch) | |
tree | 0d30ee619761d6ab075f70ae411d2189b68bb3db /docs/design/part-progress.txt | |
parent | fd0efad9cbe33fe077f1bbf9e218e5bf0aaa2c1d (diff) |
design: mention timeout in the progress message
Diffstat (limited to 'docs/design/part-progress.txt')
-rw-r--r-- | docs/design/part-progress.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/design/part-progress.txt b/docs/design/part-progress.txt index 6ec73a95b..bb8fe6e1e 100644 --- a/docs/design/part-progress.txt +++ b/docs/design/part-progress.txt @@ -158,6 +158,12 @@ Messages - GST_PROGRESS_TYPE_CANCELED, GST_PROGRESS_TYPE_ERROR and 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. |