]> code.delx.au - pulseaudio/commitdiff
proplist: explicitly mention a role 'test'
authorLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2010 15:21:43 +0000 (16:21 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2010 16:48:42 +0000 (17:48 +0100)
src/pulse/proplist.h

index e3f0af0729e7972716c3711c851500ae2d6849c9..5db3ada51d3950269ebd9c6b5af6111415918c44 100644 (file)
@@ -59,7 +59,7 @@ PA_C_DECL_BEGIN
 /** For streams: an XDG icon name for the media. e.g. "audio-x-mp3" */
 #define PA_PROP_MEDIA_ICON_NAME                "media.icon_name"
 
-/** For streams: logic role of this media. One of the strings "video", "music", "game", "event", "phone", "animation", "production", "a11y" */
+/** For streams: logic role of this media. One of the strings "video", "music", "game", "event", "phone", "animation", "production", "a11y", "test" */
 #define PA_PROP_MEDIA_ROLE                     "media.role"
 
 /** For event sound streams: XDG event sound name. e.g. "message-new-email" (Event sound streams are those with media.role set to "event") */