From 4a7ecd70a476f48901391e2011490c21a1bd41a2 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Mon, 22 Jul 2024 14:29:40 +0200 Subject: add video device support --- include/astal/wireplumber/endpoint.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/astal/wireplumber/endpoint.h') diff --git a/include/astal/wireplumber/endpoint.h b/include/astal/wireplumber/endpoint.h index 391fafc..dcf6601 100644 --- a/include/astal/wireplumber/endpoint.h +++ b/include/astal/wireplumber/endpoint.h @@ -16,7 +16,10 @@ typedef enum { ASTAL_WP_MEDIA_CLASS_AUDIO_SPEAKER, ASTAL_WP_MEDIA_CLASS_AUDIO_RECORDER, ASTAL_WP_MEDIA_CLASS_AUDIO_STREAM, - ASTAL_WP_MEDIA_CLASS_AUDIO_DEVICE, + ASTAL_WP_MEDIA_CLASS_VIDEO_SOURCE, + ASTAL_WP_MEDIA_CLASS_VIDEO_SINK, + ASTAL_WP_MEDIA_CLASS_VIDEO_RECORDER, + ASTAL_WP_MEDIA_CLASS_VIDEO_STREAM, } AstalWpMediaClass; void astal_wp_endpoint_update_volume(AstalWpEndpoint *self); -- cgit v1.2.3