mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
video-color: Enhance documentation of gst_video_colorimetry_to_string()
It could return null string. So need to clarify when it will be null.
This commit is contained in:
parent
7327214bce
commit
7227feb5cd
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ gst_video_colorimetry_from_string (GstVideoColorimetry * cinfo,
|
|||
*
|
||||
* Make a string representation of @cinfo.
|
||||
*
|
||||
* Returns: a string representation of @cinfo.
|
||||
* Returns: (transfer full) (nullable): a string representation of @cinfo
|
||||
* or %NULL if all the entries of @cinfo are unknown values.
|
||||
*/
|
||||
gchar *
|
||||
gst_video_colorimetry_to_string (const GstVideoColorimetry * cinfo)
|
||||
|
|
Loading…
Reference in a new issue