- Jun 19, 2020
-
-
Tim-Philipp Müller authored
-
- Jun 16, 2020
-
-
Part-of: <gstreamer/gst-devtools!206>
-
- Jun 15, 2020
-
-
Thibault Saunier authored
Fixes gstreamer/gst-devtools#53 part 1 Part-of: <gstreamer/gst-devtools!209>
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!209>
-
Thibault Saunier authored
Fix gstreamer/gst-devtools#53 part 2 Part-of: <gstreamer/gst-devtools!209>
-
- Jun 10, 2020
-
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!205>
-
Thibault Saunier authored
The signal callback signature was just wrong and not generic leading to crash if waiting for any signal that didn't match it. This commit fixes it. Part-of: <gstreamer/gst-devtools!205>
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!205>
-
Thibault Saunier authored
Useful in unit tests with very small buffers Part-of: <gstreamer/gst-devtools!205>
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!205>
-
- Jun 07, 2020
-
-
CID 1462652 Part-of: <gstreamer/gst-devtools!192>
-
- Jun 06, 2020
-
-
CID 1462650 Part-of: <gstreamer/gst-devtools!192>
-
Fixes CID 1462613 Part-of: <gstreamer/gst-devtools!192>
-
Fixes CID 1455575 Part-of: <gstreamer/gst-devtools!192>
-
Part-of: <gstreamer/gst-devtools!192>
-
- Jun 03, 2020
-
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!204>
-
Thibault Saunier authored
It makes things more complex and doesn't bring anything! Part-of: <gstreamer/gst-devtools!204>
-
When debugging is activated, we could end up with log files ranging in the multi-megabyte or even gigabyte range. Copying those is expensive from a cpu/io point of view in addition to clobbering the storage. Instead of always copying those files, check if they are smaller than 500kB. If not, don't copy them and instead provide a link to their location. Fixes #52 Part-of: <gstreamer/gst-devtools!203>
-
- May 31, 2020
-
-
Thibault Saunier authored
And add an extra mode 'checksum-as-id' which basically numerate buffers checksums as they are being received so that it is simpler to compare expectations when you are tracking buffers from both sinkpads and srcpads. Part-of: <gstreamer/gst-devtools!202>
-
- May 30, 2020
-
-
Thibault Saunier authored
This allows to wait for a new buffer to reach the sink without actually cranking that buffer, allowing to quite the test without waiting for EOS in a 100% reproducible way Part-of: <gstreamer/gst-devtools!201>
-
- May 29, 2020
-
-
Thibault Saunier authored
It probably means a plugin is not available Part-of: <gstreamer/gst-devtools!201>
-
Tim-Philipp Müller authored
Part-of: <gstreamer/gst-devtools!199>
-
Tim-Philipp Müller authored
... and disable by default. Part-of: <!199>
-
- May 28, 2020
-
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!200>
-
Thibault Saunier authored
CID 1463854 Part-of: <gstreamer/gst-devtools!200>
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!200>
-
Thibault Saunier authored
By default, generate them whenever the file is missing but adding a way to override that with `validateflow,generate-expectations=true` to force regenerating them or setting `validateflow,generate-expectations=false` to disallow generating them (on CI servers for example) Also update the validateflow documentation to take that into account and remove references to pipeline.json file which is now gone! Part-of: <gstreamer/gst-devtools!200>
-
- May 27, 2020
-
-
Part-of: <gstreamer/gst-devtools!198>
-
There is a race where following actions could generate a flush-start/flush-stop dance but the state change resulting from the seek hasn't been committed yet, leading to the ASYNC_START being ignored by GstBin since its pending_state is not VOID when receiving the ASYNC_START message. Conceptually it is totally correct to consider an action done when the state change of the pipeline is stabilized.. Part-of: <gstreamer/gst-devtools!198>
-
- May 26, 2020
-
-
Thibault Saunier authored
When the testsuite was actually already loaded as the .py file was explicitly passed in Part-of: <gstreamer/gst-devtools!197>
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!197>
-
Thibault Saunier authored
Adding a function to check if can output colored logs Part-of: <gstreamer/gst-devtools!197>
-
Thibault Saunier authored
This makes registry Part-of: <gstreamer/gst-devtools!197>
-
Thibault Saunier authored
So that you can reproduce the issue you want faster! Part-of: <gstreamer/gst-devtools!197>
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!197>
-
Thibault Saunier authored
Allowing us to easily run the tests forever and then replay the failures! https://rr-project.org/ Part-of: <gstreamer/gst-devtools!197>
-
- May 25, 2020
-
-
Guillaume Desmottes authored
Part-of: <gstreamer/gst-devtools!194>
-
- May 22, 2020
-
-
ret needs to be always reset to FALSE *before* checking attempting to load the individual files. Otherwise there's the possibility it would silently accept an invalid scenario name Part-of: <gstreamer/gst-devtools!196>
-
We only need to check whether the field is present and of a given type Part-of: <gstreamer/gst-devtools!196>
-
- May 15, 2020
-
-
Thibault Saunier authored
It was introduced in 2.56 so is too recent Fixes gstreamer/gst-devtools#51 Part-of: <gstreamer/gst-devtools!195>
-