mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
docs: fix Returns: for gst_video_parse_caps_color_matrix()
This commit is contained in:
parent
56a2f3a3fe
commit
62ef200ca9
1 changed files with 2 additions and 1 deletions
|
@ -260,7 +260,8 @@ gst_video_format_parse_caps_interlaced (GstCaps * caps, gboolean * interlaced)
|
|||
*
|
||||
* Since: 0.10.29
|
||||
*
|
||||
* Returns: TRUE if @caps was parsed correctly.
|
||||
* Returns: a color matrix string, or NULL if no color matrix could be
|
||||
* determined.
|
||||
*/
|
||||
const char *
|
||||
gst_video_parse_caps_color_matrix (GstCaps * caps)
|
||||
|
|
Loading…
Reference in a new issue