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.
COPYRIGHT