summaryrefslogtreecommitdiff
path: root/include/astal/wireplumber/endpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astal/wireplumber/endpoint.h')
-rw-r--r--include/astal/wireplumber/endpoint.h5
1 files changed, 4 insertions, 1 deletions
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);