libcamera: media_device: Tiny valid() documentation improvement
Mention in the valid() method documentation, that a media graph has to be populated to be valid. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
d83269aae0
commit
ea3fa2680c
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ int MediaDevice::populate()
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \fn MediaDevice::valid()
|
* \fn MediaDevice::valid()
|
||||||
* \brief Query whether the media graph is valid
|
* \brief Query whether the media graph has been populated and is valid
|
||||||
* \return true if the media graph is valid, false otherwise
|
* \return true if the media graph is valid, false otherwise
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue