diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-10-16 11:54:54 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-10-16 11:54:54 +0200 |
commit | f354e12b0979993ba9215fa947fd3a65239dda1f (patch) | |
tree | dae31db1dc634c9ab5bd559380fa9cc433f57f7d /docs/pwg | |
parent | 626fcb3707ffa9bcbaa96ac6cedf4fbc9e476dbc (diff) |
pwg: link to caps and qos chapters
Diffstat (limited to 'docs/pwg')
-rw-r--r-- | docs/pwg/advanced-events.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/pwg/advanced-events.xml b/docs/pwg/advanced-events.xml index 5d10d5522..997d5b364 100644 --- a/docs/pwg/advanced-events.xml +++ b/docs/pwg/advanced-events.xml @@ -200,7 +200,9 @@ gst_my_filter_sink_event (GstPad *pad, GstObject * parent, GstEvent * event) <sect2 id="section-events-caps" xreflabel="Caps"> <title>Caps</title> <para> - WRITEME + The CAPS event contains the format description of the following + buffers. See <xref linkend="chapter-negotiation"/> for more + information about negotiation. </para> </sect2> @@ -378,7 +380,9 @@ gst_my_filter_sink_event (GstPad *pad, GstObject * parent, GstEvent * event) <sect2 id="section-events-qos" xreflabel="Quality Of Service (QOS)"> <title>Quality Of Service (QOS)</title> <para> - WRITEME + The QOS event contains a report about the current real-time + performance of the stream. See more info in + <xref linkend="chapter-advanced-qos"/>. </para> </sect2> |