aboutsummaryrefslogtreecommitdiff
path: root/gst/gstbufferpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstbufferpool.c')
-rw-r--r--gst/gstbufferpool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstbufferpool.c b/gst/gstbufferpool.c
index 7f15608..2a4abbe 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.