mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
6b1e5cdd12
commit
efac7d15ee
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue