/* if stand_alone is true, not show */
if ((ec->comp_data->sub.data && ec->comp_data->sub.data->stand_alone) ||
(ec->comp_data->sub.data && evh->follow_topmost_visibility))
- {
-#if 0 //mute off is managed by client. mute off in server made many issues.
- if (!evhp->layer) return;
-
- if (evhp->tdm_mute_id != -1)
- {
- Tdm_Prop_Value prop = {.id = evhp->tdm_mute_id, .value.u32 = 0};
- VIN("video surface show. mute off (ec:%p)", evhp->ec);
- _e_video_layer_set_property(evhp->layer, &prop);
- }
-#endif
- return;
- }
+ return;
/* FIXME It seems unnecessary. */
if (evh->hwc_policy == E_HWC_POLICY_PLANES)
tlayer = evhp->tdm.layer;
/* if layer wasn't set then get an any available tdm_layer */
if (tlayer == NULL)
- {
- /* tlayer = e_output_video_available_tdm_layer_get(evhp->e_output); */
- tlayer = _e_video_hwc_planes_available_video_tdm_layer_get(evhp->tdm.output);
- }
+ tlayer = _e_video_hwc_planes_available_video_tdm_layer_get(evhp->tdm.output);
ret = tdm_layer_get_available_properties(tlayer, props, count);
return ret;
}
free(evhp);
-
-#if 0
- if (e_comp_wl_video_buffer_list_length() > 0)
- e_comp_wl_video_buffer_list_print(NULL);
-#endif
}
static Eina_Bool