From d273d0c156fe6421a14821e1ddebbcc213432b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 6 Dec 2013 19:27:04 -0500 Subject: [PATCH] videocodecframe: Correct function name in doc --- gst-libs/gst/video/gstvideoutils.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gst-libs/gst/video/gstvideoutils.h b/gst-libs/gst/video/gstvideoutils.h index 29a2c9af9c..1bbd010aee 100644 --- a/gst-libs/gst/video/gstvideoutils.h +++ b/gst-libs/gst/video/gstvideoutils.h @@ -207,10 +207,11 @@ typedef enum * @input_buffer: the input #GstBuffer that created this frame. The buffer is owned * by the frame and references to the frame instead of the buffer should * @output_buffer: the output #GstBuffer. Implementations should set this either - * directly, or by using the @gst_video_decoder_alloc_output_frame() or - * @gst_video_decoder_alloc_output_buffer() methods. The buffer is owned - * by the frame and references to the frame instead of the buffer should - * be kept. + * directly, or by using the + * @gst_video_decoder_allocate_output_frame() or + * @gst_video_decoder_allocate_output_buffer() methods. The buffer is + * owned by the frame and references to the frame instead of the + * buffer should be kept. * @deadline: Running time when the frame will be used. * @events: Events that will be pushed downstream before this frame is pushed. *