diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2010-03-02 11:25:31 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2010-03-08 11:16:56 +0100 |
commit | ce1e9f76e34c98303109c32f0b13c26f1903b05f (patch) | |
tree | 4b21c6414c14ee9fccb6a5804d6ffb956f164d9d /docs | |
parent | 656a68304e3f342963f88a8734a19cf589b33499 (diff) |
docs: update keyframe force event
Add field to send all headers.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/design/draft-keyframe-force.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/design/draft-keyframe-force.txt b/docs/design/draft-keyframe-force.txt index c1d408a03..8dd0f012e 100644 --- a/docs/design/draft-keyframe-force.txt +++ b/docs/design/draft-keyframe-force.txt @@ -50,6 +50,10 @@ Implementation: event. (G_TYPE_UINT64)"running-time" : the running time of the stream when the event was triggered. + (G_TYPE_BOOLEAN)"all-headers" : Send all headers, including those in + the caps or those sent at the start of + the stream. + .... : optional other data fields. Note that this event is purely informational, no element is required to |