proplist: Add PA_PROP_MEDIA_FOCUS_ID definition 48/118748/2 accepted/tizen/3.0/common/20170320.130440 accepted/tizen/3.0/ivi/20170320.080516 accepted/tizen/3.0/mobile/20170320.074950 accepted/tizen/3.0/tv/20170320.075845 accepted/tizen/3.0/wearable/20170320.080131 submit/tizen_3.0/20170317.034449
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 14 Mar 2017 01:29:08 +0000 (10:29 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 14 Mar 2017 03:49:09 +0000 (12:49 +0900)
[Version] 5.0-111
[Profile] Common
[Issue Type] new define

Change-Id: I400886ea08a7422cf7596b0e3cb73af45d153c65
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/pulseaudio.spec
src/pulse/proplist.h

index ae825c4..2a89cad 100644 (file)
@@ -11,7 +11,7 @@
 Name:             pulseaudio
 Summary:          Improved Linux sound server
 Version:          5.0
-Release:          110
+Release:          111
 Group:            Multimedia/Audio
 License:          LGPL-2.1+
 URL:              http://pulseaudio.org
index ca09959..0dac82f 100644 (file)
@@ -86,9 +86,10 @@ PA_C_DECL_BEGIN
 #define PA_PROP_MEDIA_PARENT_ID                "media.parent_id"
 #define PA_PROP_MEDIA_TIZEN_VOLUME_TYPE        "media.tizen_volume_type"
 #define PA_PROP_MEDIA_TIZEN_VOLUME_GAIN_TYPE   "media.tizen_volume_gain_type"
-#define PA_PROP_MEDIA_TIZEN_GAIN_TYPE          "media.tizen_gain_type" // It will be deprecated.
+#define PA_PROP_MEDIA_TIZEN_GAIN_TYPE          "media.tizen_gain_type" /* It will be deprecated.*/
 #define PA_PROP_MEDIA_TIZEN_AUDIO_LATENCY      "media.tizen_audio_latency"
 #define PA_PROP_MEDIA_FOCUS_STATUS             "media.focus_status"
+#define PA_PROP_MEDIA_FOCUS_ID                 "media.focus_id"  /* It is used only for session backward compatibilty and will be deprecated. */
 #define PA_PROP_BUFFER_ATTR_MAXLENGTH          "buffer.attr.maxlength"
 #define PA_PROP_BUFFER_ATTR_TLENGTH            "buffer.attr.tlength"
 #define PA_PROP_BUFFER_ATTR_MINREQ             "buffer.attr.minreq"