docs: manual: fix formatting

advanced-dataaccess.xml:1210: element listitem: validity error : Element
listitem content does not follow the DTD, expecting (...),
got (para CDATA para )
      </listitem>
This commit is contained in:
Tim-Philipp Müller 2016-02-20 10:13:38 +00:00
parent 6b1e5cdd12
commit efac7d15ee

View file

@ -1196,6 +1196,7 @@ main (int argc, char **argv)
down the element sink pad(s) and by waiting that the EOS leaves
the elements (with an event probe).
</para>
<para>
If you do not do this, you will lose the data which is buffered
by the unlinked element. This can result in a simple frame loss
(one or more video frames, several milliseconds of audio). However
@ -1203,8 +1204,8 @@ main (int argc, char **argv)
from the pipeline, you risk getting a corrupted file which could not be
played properly, as some relevant metadata (header, seek/index tables, internal
sync tags) will not be stored or updated properly.
</para>
<para>
See also <xref linkend="section-dynamic-changing"/>.
</para>
</listitem>