From 8e400a56346f4ea7065a95b02185a5de488c35d0 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 3 Jun 2020 18:49:53 -0400 Subject: [PATCH] doc: Fix wrong link to GstVideoDirectionMethod --- gst/vaapi/gstvaapipostproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/vaapi/gstvaapipostproc.c b/gst/vaapi/gstvaapipostproc.c index 3fc58c6a7c..4afb869596 100644 --- a/gst/vaapi/gstvaapipostproc.c +++ b/gst/vaapi/gstvaapipostproc.c @@ -2507,7 +2507,7 @@ gst_vaapipostproc_class_init (GstVaapiPostprocClass * klass) * GstVaapiPostproc:video-direction: * * The video-direction to use, expressed as an enum value. See - * #GstVideoDirectionMethod. + * #GstVideoDirection. */ filter_op = find_filter_op (filter_ops, GST_VAAPI_FILTER_OP_VIDEO_DIRECTION); if (filter_op)