videocodecframe: Correct function name in doc

This commit is contained in:
Olivier Crête 2013-12-06 19:27:04 -05:00
parent 779e360352
commit d273d0c156

View file

@ -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.
*