diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-21 16:21:43 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-21 17:48:42 +0100 |
commit | 7098d60b302c94f560ea1014b5079a346ba843b2 (patch) | |
tree | 2aee0030eec86cf54f274e08bf7c2b70739d35aa /src | |
parent | 534def2d2b5d62c3ce85672d82d58223c7ea054d (diff) |
proplist: explicitly mention a role 'test'
Diffstat (limited to 'src')
-rw-r--r-- | src/pulse/proplist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h index e3f0af07..5db3ada5 100644 --- a/src/pulse/proplist.h +++ b/src/pulse/proplist.h @@ -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") */ |