mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue