From 16e1f6e89d9ee15b0506b0e17e3598ffebffb10a Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 18 Aug 2005 16:15:28 +0000 Subject: [PATCH] docs/pwg/advanced-types.xml: Hack long paragraph into 2 chunks as a workaround for buggy jadetex version in sid and b... Original commit message from CVS: * docs/pwg/advanced-types.xml: Hack long paragraph into 2 chunks as a workaround for buggy jadetex version in sid and breezy that loops infinitely and eats all RAM. --- ChangeLog | 7 +++++++ docs/pwg/advanced-types.xml | 26 +++++++++++++++----------- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 639b8db1fc..dc3a60b656 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-18 Jan Schmidt + + * docs/pwg/advanced-types.xml: + Hack long paragraph into 2 chunks as a workaround for buggy + jadetex version in sid and breezy that loops infinitely and + eats all RAM. + 2005-08-18 Jan Schmidt * check/gst/gstevents.c: (GST_START_TEST), (event_probe), diff --git a/docs/pwg/advanced-types.xml b/docs/pwg/advanced-types.xml index 3f2f77c14d..50ad26da3d 100644 --- a/docs/pwg/advanced-types.xml +++ b/docs/pwg/advanced-types.xml @@ -308,8 +308,8 @@ plugin_init (GstPlugin *plugin) - audio/x-raw-float - + audio/x-raw-float + Unstructured and uncompressed raw floating-point audio data. endianness @@ -332,19 +332,23 @@ plugin_init (GstPlugin *plugin) - buffer-frames - integer - Any + buffer-frames + integer + Any The number of frames per buffer. The reason for this property is that the element does not need to reuse buffers or use data spanned over multiple buffers, so this property - when used - rightly - will decrease latency. Note that some people think that - this property is very ugly, whereas others think it is vital for - the use of &GStreamer; in professional audio applications. The - special value zero is reserved and implies that size is variable - between buffers. - + rightly - will decrease latency. + + + + + Note that some people think that this property is very ugly, + whereas others think it is vital for the use of &GStreamer; in + proffessional audio applications. The special value zero is + reserved and implies that size is variable between buffers. +