validate: Get the Runner reports in order of arrival
Making sure they are printed in the right order
This commit is contained in:
parent
7e85c9b0b5
commit
332a51d1f0
@ -144,7 +144,7 @@ gst_validate_runner_get_reports (GstValidateRunner * runner)
|
|||||||
{
|
{
|
||||||
/* TODO should we need locking or put in the 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 g_slist_reverse (runner->reports);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user