SYNOPSIS
- void media_entity_pipeline_stop(struct media_entity * entity);
ARGUMENTS
entity
-
- Starting entity
DESCRIPTION
Mark all entities connected to a given entity through enabled links, either directly or indirectly, as not streaming. The media_entity pipe field is reset to NULL.
If multiple calls to media_entity_pipeline_start have been made, the same number of calls to this function are required to mark the pipeline as not streaming.
COPYRIGHT