pwg: link to caps and qos chapters

This commit is contained in:
Wim Taymans 2012-10-16 11:54:54 +02:00
parent 626fcb3707
commit f354e12b09

View file

@ -200,7 +200,9 @@ gst_my_filter_sink_event (GstPad *pad, GstObject * parent, GstEvent * event)
<sect2 id="section-events-caps" xreflabel="Caps"> <sect2 id="section-events-caps" xreflabel="Caps">
<title>Caps</title> <title>Caps</title>
<para> <para>
WRITEME The CAPS event contains the format description of the following
buffers. See <xref linkend="chapter-negotiation"/> for more
information about negotiation.
</para> </para>
</sect2> </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)"> <sect2 id="section-events-qos" xreflabel="Quality Of Service (QOS)">
<title>Quality Of Service (QOS)</title> <title>Quality Of Service (QOS)</title>
<para> <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> </para>
</sect2> </sect2>