Re: [PATCH 3/5] media: Rename graph and pipeline structs and functions

2016-12-08 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Friday 25 Nov 2016 15:55:44 Sakari Ailus wrote: > The media_entity_pipeline_start() and media_entity_pipeline_stop() > functions are renamed as media_pipeline_start() and media_pipeline_stop(), > respectively. The reason is two-fold: the pipeline struct is,

[PATCH 3/5] media: Rename graph and pipeline structs and functions

2016-11-25 Thread Sakari Ailus
The media_entity_pipeline_start() and media_entity_pipeline_stop() functions are renamed as media_pipeline_start() and media_pipeline_stop(), respectively. The reason is two-fold: the pipeline struct is, rightly, already called media_pipeline (rather than media_entity_pipeline) and what this