mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
validate: report: fix _issue_new()'s parameter description
This commit is contained in:
parent
3320c2ba5e
commit
c62e33a7b8
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ gst_validate_issue_get_id (GstValidateIssue * issue)
|
|||
* gst_validate_issue_new:
|
||||
* @issue_id: The ID of the issue, should be a GQuark
|
||||
* @summary: A summary of the issue
|
||||
* @description: A more complete of what the issue is about
|
||||
* @description: A more complete description of the issue
|
||||
* @default_level: The level at which the issue will be reported by default
|
||||
*
|
||||
* Returns: (transfer full): The newly created #GstValidateIssue
|
||||
|
|
Loading…
Reference in a new issue