mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19: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 {
|
struct _GstValidateReport {
|
||||||
gint refcount;
|
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;
|
GstValidateIssue *issue;
|
||||||
|
|
||||||
GstValidateReportLevel level;
|
GstValidateReportLevel level;
|
||||||
|
|
|
@ -142,7 +142,7 @@ gst_validate_runner_get_reports_count (GstValidateRunner * runner)
|
||||||
GSList *
|
GSList *
|
||||||
gst_validate_runner_get_reports (GstValidateRunner * runner)
|
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? */
|
* after pipeline ends? */
|
||||||
return runner->reports;
|
return runner->reports;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue