From ff0deeed9a197f04087a4aba221f5505555456e3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 4 Apr 2013 16:39:23 +0200 Subject: [PATCH] bufferpool: fix docs --- gst/gstbufferpool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstbufferpool.c b/gst/gstbufferpool.c index d67912bd6d..0ac3490074 100644 --- a/gst/gstbufferpool.c +++ b/gst/gstbufferpool.c @@ -412,8 +412,8 @@ do_stop (GstBufferPool * pool) * @pool: a #GstBufferPool * @active: the new active state * - * Control the active state of @pool. When the pool is active, new calls to - * gst_buffer_pool_acquire_buffer() will return with GST_FLOW_FLUSHING. + * Control the active state of @pool. When the pool is inactive, new calls to + * gst_buffer_pool_acquire_buffer() will return with #GST_FLOW_FLUSHING. * * Activating the bufferpool will preallocate all resources in the pool based on * the configuration of the pool.