mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
validate: fix a couple of typos in comments
https://bugzilla.gnome.org/show_bug.cgi?id=736019
This commit is contained in:
parent
ef64eb0d0e
commit
f900f53e95
2 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ typedef struct {
|
|||
struct _GstValidateReport {
|
||||
gint refcount;
|
||||
|
||||
/* issue: The issue this report corresponds to (to get dsecription, summary,...) */
|
||||
/* issue: The issue this report corresponds to (to get description, summary,...) */
|
||||
GstValidateIssue *issue;
|
||||
|
||||
GstValidateReportLevel level;
|
||||
|
|
|
@ -142,7 +142,7 @@ gst_validate_runner_get_reports_count (GstValidateRunner * runner)
|
|||
GSList *
|
||||
gst_validate_runner_get_reports (GstValidateRunner * runner)
|
||||
{
|
||||
/* TODO should we need locking or put in htte docs to always call this
|
||||
/* TODO should we need locking or put in the docs to always call this
|
||||
* after pipeline ends? */
|
||||
return runner->reports;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue