From 2633ecf4f1b1802c59daff83504be162566f9ab3 Mon Sep 17 00:00:00 2001 From: Zhang Wanming Date: Fri, 31 Dec 2010 16:50:17 +0800 Subject: [PATCH] docs: fix typo Signed-off-by: Zhang Wanming --- docs/random/ensonic/draft-bufferpools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/random/ensonic/draft-bufferpools.txt b/docs/random/ensonic/draft-bufferpools.txt index 617fe18e14..e03669ba23 100644 --- a/docs/random/ensonic/draft-bufferpools.txt +++ b/docs/random/ensonic/draft-bufferpools.txt @@ -66,7 +66,7 @@ for the negotiated format. The bufferpool could be a helper GObject (like we use GstAdapter). If would manage a collection of GstBuffers. For each buffer t tracks wheter its in use or -available. The bufferpool in gst-plgin-good/sys/v4l2/gstv4l2bufferpool might be +available. The bufferpool in gst-plugin-good/sys/v4l2/gstv4l2bufferpool might be a starting point.