From e2fd56a8c382b14c6d0c038a69597a2b19a35bc4 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 2 Oct 2012 16:47:05 +0200 Subject: [PATCH] manual: move section around --- docs/manual/advanced-dataaccess.xml | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/manual/advanced-dataaccess.xml b/docs/manual/advanced-dataaccess.xml index ec04ed0e48..6f5fd50c28 100644 --- a/docs/manual/advanced-dataaccess.xml +++ b/docs/manual/advanced-dataaccess.xml @@ -672,22 +672,22 @@ main (int argc, char *argv[]) + - - Forcing a format - - Sometimes you'll want to set a specific format, for example a video - size and format or an audio bitsize and number of channels. You can - do this by forcing a specific GstCaps on - the pipeline, which is possible by using - filtered caps. You can set a filtered caps on - a link by using the capsfilter element in between the - two elements, and specifying a GstCaps as - caps property on this element. It will then - only allow types matching that specified capability set for - negotiation. See also . - - + + Forcing a format + + Sometimes you'll want to set a specific format, for example a video + size and format or an audio bitsize and number of channels. You can + do this by forcing a specific GstCaps on + the pipeline, which is possible by using + filtered caps. You can set a filtered caps on + a link by using the capsfilter element in between the + two elements, and specifying a GstCaps as + caps property on this element. It will then + only allow types matching that specified capability set for + negotiation. See also . +