videoutils: improve doc

This commit is contained in:
Sreerenj Balachandran 2012-05-22 15:24:36 +03:00 committed by Sebastian Dröge
parent 8054c66194
commit a19ae16b5a

View file

@ -205,8 +205,6 @@ typedef enum
* @output_buffer: the output #GstBuffer. Implementations should set this either * @output_buffer: the output #GstBuffer. Implementations should set this either
* directly, or by using the @gst_video_decoder_alloc_output_frame() or * directly, or by using the @gst_video_decoder_alloc_output_frame() or
* @gst_video_decoder_alloc_output_buffer() methods. * @gst_video_decoder_alloc_output_buffer() methods.
* @n_fields: number of fields in the frame (default 2). Decoders can change
* this if the frame contains a different number of fields.
* @deadline: Running time when the frame will be used. * @deadline: Running time when the frame will be used.
* @events: Events that will be pushed downstream before this frame is pushed. * @events: Events that will be pushed downstream before this frame is pushed.
* *