validate: Get the Runner reports in order of arrival

Making sure they are printed in the right order
This commit is contained in:
Thibault Saunier 2014-09-11 09:42:02 +02:00
parent 7e85c9b0b5
commit 332a51d1f0

View file

@ -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
* after pipeline ends? */
return runner->reports;
return g_slist_reverse (runner->reports);
}
/**