mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
video: fix doc warning
@mode has been renamed to gst_video_decoder_set_interlaced_output_state() but not in the header file, raising a doc warning. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/894>
This commit is contained in:
parent
cb9799e942
commit
b005d472f7
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ GstVideoCodecState *gst_video_decoder_set_output_state (GstVideoDecoder *decoder
|
|||
|
||||
GST_VIDEO_API
|
||||
GstVideoCodecState *gst_video_decoder_set_interlaced_output_state (GstVideoDecoder *decoder,
|
||||
GstVideoFormat fmt, GstVideoInterlaceMode mode,
|
||||
GstVideoFormat fmt, GstVideoInterlaceMode interlace_mode,
|
||||
guint width, guint height, GstVideoCodecState *reference);
|
||||
|
||||
GST_VIDEO_API
|
||||
|
|
Loading…
Reference in a new issue