diff --git a/gst-libs/gst/audio/gstaudioencoder.c b/gst-libs/gst/audio/gstaudioencoder.c index c96d665aa4..66795ca850 100644 --- a/gst-libs/gst/audio/gstaudioencoder.c +++ b/gst-libs/gst/audio/gstaudioencoder.c @@ -62,9 +62,10 @@ * * * If codec processing results in encoded data, subclass should call - * @gst_audio_encoder_finish_frame to have encoded data pushed - * downstream. Alternatively, it might also call to indicate dropped - * (non-encoded) samples. + * gst_audio_encoder_finish_frame() to have encoded data pushed + * downstream. Alternatively, it might also call + * gst_audio_encoder_finish_frame() (with a NULL buffer and some number of + * dropped samples) to indicate dropped (non-encoded) samples. * * * Just prior to actually pushing a buffer downstream, @@ -140,7 +141,7 @@ * * * Accept data in @handle_frame and provide encoded results to - * @gst_audio_encoder_finish_frame. + * gst_audio_encoder_finish_frame(). * * *