forked from pool/pulseaudio
3e82242fc9
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=a41c182c62abf2480b0be2b95493c211
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From ddabaa3b0f7b95e2cf5279f5be74769905af8496 Mon Sep 17 00:00:00 2001
|
|
From: Lennart Poettering <lennart@poettering.net>
|
|
Date: Sun, 21 Feb 2010 16:21:43 +0100
|
|
Subject: [PATCH] proplist: explicitly mention a role 'test'
|
|
|
|
---
|
|
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 8dff8df..6283177 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") */
|
|
--
|
|
1.6.0.2
|
|
|