Lines Matching refs:proplist
84 static pa_proplist *proplist = NULL;
452 if (!(stream = pa_stream_new_with_proplist(c, NULL, &sample_spec, &channel_map, proplist))) {
808 proplist = pa_proplist_new();
850 pa_proplist_sets(proplist, PA_PROP_APPLICATION_NAME, t) < 0) {
865 pa_proplist_sets(proplist, PA_PROP_MEDIA_NAME, t) < 0) {
963 pa_proplist_setp(proplist, t) < 0) {
1130 pa_proplist_update(proplist, PA_UPDATE_MERGE, sfp);
1144 if (!pa_proplist_contains(proplist, PA_PROP_APPLICATION_NAME)) {
1148 pa_proplist_sets(proplist, PA_PROP_APPLICATION_NAME, t);
1154 if (!pa_proplist_contains(proplist, PA_PROP_MEDIA_NAME)) {
1158 (t = pa_proplist_gets(proplist, PA_PROP_APPLICATION_NAME)))
1159 pa_proplist_sets(proplist, PA_PROP_MEDIA_NAME, t);
1161 if (!pa_proplist_contains(proplist, PA_PROP_MEDIA_NAME)) {
1201 if (!(context = pa_context_new_with_proplist(mainloop_api, NULL, proplist))) {
1259 if (proplist)
1260 pa_proplist_free(proplist);