video: fix doc warning
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>
Mon, 26 Oct 2020 07:59:34 +0000 (08:59 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>
Mon, 9 Nov 2020 11:55:57 +0000 (11:55 +0000)
@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>

gst-libs/gst/video/gstvideodecoder.h

index 579a79dc724cda0e52f46ff851567c345929fb56..cc3f8566a387cdab3b934780d5b1c4e2653806b6 100644 (file)
@@ -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