mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
videoutils: improve doc
This commit is contained in:
parent
8054c66194
commit
a19ae16b5a
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue