v4l_disable_media_source(9) Release media source

SYNOPSIS

void v4l_disable_media_source(struct video_device * vdev);

ARGUMENTS

vdev

pointer to struct video_device

DESCRIPTION

This interface calls disable_source handler to release the media source. The disable_source handler stops the active media pipeline between the media source and the media entity associated with the video device.

RETURN

returns zero on success or a negative error code.

COPYRIGHT