From 1ec006528ba74570cec00c7e80fce7329b38a043 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Tue, 8 Apr 2025 16:50:46 +0200 Subject: AstalWp: fix Video recorders property annotation --- lib/wireplumber/src/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/wireplumber/src') diff --git a/lib/wireplumber/src/video.c b/lib/wireplumber/src/video.c index 175a007..ca7aa0c 100644 --- a/lib/wireplumber/src/video.c +++ b/lib/wireplumber/src/video.c @@ -398,7 +398,7 @@ static void astal_wp_video_class_init(AstalWpVideoClass *class) { g_param_spec_pointer("sinks", "sinks", "sinks", G_PARAM_READABLE); /** - * AstalWpVideo:recorder: (type GList(AstalWpEndpoint)) (transfer container) + * AstalWpVideo:recorders: (type GList(AstalWpEndpoint)) (transfer container) * * A list of AstalWpEndpoint objects */ -- cgit v1.2.3