summaryrefslogtreecommitdiff
path: root/gst/gstbufferpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstbufferpool.h')
-rw-r--r--gst/gstbufferpool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstbufferpool.h b/gst/gstbufferpool.h
index 5427cb12e..38c59e2a1 100644
--- a/gst/gstbufferpool.h
+++ b/gst/gstbufferpool.h
@@ -146,8 +146,8 @@ struct _GstBufferPool {
* is not set on the buffer. If #GST_BUFFER_FLAG_TAG_MEMORY is set, the
* buffer will be freed with @free_buffer.
* @free_buffer: free a buffer. The default implementation unrefs the buffer.
- * @flush_start: enter the flushing state. Since: 1.4
- * @flush_stop: leave the flushign state. Since: 1.4
+ * @flush_start: enter the flushing state. (Since 1.4)
+ * @flush_stop: leave the flushign state. (Since 1.4)
*
* The GstBufferPool class.
*/