Name

media_entity_find_link — Find a link between two pads

Synopsis

struct media_link * media_entity_find_link (struct media_pad * source,
 struct media_pad * sink);
 

Arguments

source

Source pad

sink

Sink pad

Description

Return a pointer to the link between the two entities. If no such link exists, return NULL.