From efac7d15ee55aec45725a638cf9689d6a83bb6a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 20 Feb 2016 10:13:38 +0000 Subject: [PATCH] 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 ) --- docs/manual/advanced-dataaccess.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/advanced-dataaccess.xml b/docs/manual/advanced-dataaccess.xml index 99a80d8..69f7b96 100644 --- a/docs/manual/advanced-dataaccess.xml +++ b/docs/manual/advanced-dataaccess.xml @@ -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). + 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. + - See also . -- 2.7.4