From befafccf3515d25e328a387718ebd3ec3b2a8508 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Thu, 16 Apr 2015 10:03:05 -0300 Subject: [PATCH] video: add missing part of documentation text --- gst-libs/gst/video/gstvideoutils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/video/gstvideoutils.h b/gst-libs/gst/video/gstvideoutils.h index e3851032d7..84399d4ba4 100644 --- a/gst-libs/gst/video/gstvideoutils.h +++ b/gst-libs/gst/video/gstvideoutils.h @@ -206,6 +206,7 @@ typedef enum * @distance_from_sync: Distance in frames from the last synchronization point. * @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 + * be kept. * @output_buffer: the output #GstBuffer. Implementations should set this either * directly, or by using the * @gst_video_decoder_allocate_output_frame() or