bufferpool: fix docs
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 4 Apr 2013 14:39:23 +0000 (16:39 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 4 Apr 2013 14:40:22 +0000 (16:40 +0200)
gst/gstbufferpool.c

index 7f1560899daa3f820cf8425e351ce826eb247f70..2a4abbe823d7fb86e76c10da4824c4f5818025aa 100644 (file)
@@ -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.