diff options
author | kotontrion <[email protected]> | 2025-04-08 16:50:46 +0200 |
---|---|---|
committer | noname <[email protected]> | 2025-04-25 01:19:20 +1000 |
commit | 1ec006528ba74570cec00c7e80fce7329b38a043 (patch) | |
tree | d76ed4e6304c64d6143f06dacc08b6be00a0fa05 /lib/wireplumber | |
parent | 2d0d2508da4422fd33efb97cf5e3c22d068fcc0d (diff) |
AstalWp: fix Video recorders property annotation
Diffstat (limited to 'lib/wireplumber')
-rw-r--r-- | lib/wireplumber/src/video.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |