diff --git a/libs/gst/base/gstcollectpads.c b/libs/gst/base/gstcollectpads.c index 13c0be56fb..f3d0af903f 100644 --- a/libs/gst/base/gstcollectpads.c +++ b/libs/gst/base/gstcollectpads.c @@ -55,7 +55,7 @@ * * * Data can also be dequeued in byte units using the gst_collect_pads_available(), - * gst_collect_pads_read() and gst_collect_pads_flush() calls. + * gst_collect_pads_read_buffer() and gst_collect_pads_flush() calls. * * * Elements should call gst_collect_pads_start() and gst_collect_pads_stop() in