- Aug 20, 2020
-
-
Tim-Philipp Müller authored
-
- Aug 14, 2020
-
-
Thibault Saunier authored
I can't find what the issue is and the test is very long anyway Part-of: <gstreamer/gst-devtools!219>
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!219>
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!219>
-
- Aug 13, 2020
-
-
Tim-Philipp Müller authored
They were previously not run because the sctp plugin wasn't built but they will be run now that we bundle libusrsctp. gstreamer/gst-plugins-bad!1465 Part-of: <gstreamer/gst-devtools!218>
-
- Jul 27, 2020
-
-
Which it complains about because we say our prefix is 'gst_validate' so it should really be GST_VALIDATE_IS_* instead. Hide the boilerplate defines from g-ir-scanner, it doesn't need to process them. Fixes #46 Part-of: <gstreamer/gst-devtools!214>
-
Thibault Saunier authored
This reverts commit b73e8161. Part-of: <gstreamer/gst-devtools!214>
-
- Jul 25, 2020
-
-
Change gir namespace and symbol prefix from GstValidate / gst_validate to Gst / gst, same as we do for other libs like GstVideo etc. Helps with warnings about GST_IS_VALIDATE_* Fixes #46, Closes !214 Part-of: <gst-devtools!215>
-
Part-of: <gstreamer/gst-devtools!216>
-
Tim-Philipp Müller authored
Looks like a scanner bug. The endif comments are the wrong way round too, but that's not it. gst-validate-scenario.c:126: mismatched #endif /* G_HAVE_GNUC_VARARGS */ Part-of: <gstreamer/gst-devtools!213>
-
- Jul 03, 2020
-
-
Tim-Philipp Müller authored
-
- Jul 02, 2020
-
-
Tim-Philipp Müller authored
-
- Jun 27, 2020
-
-
Thibault Saunier authored
Action will be set_done from the right thread and we will check if the action is done from there Part-of: <gstreamer/gst-devtools!212>
-
- Jun 22, 2020
-
-
Part-of: <gstreamer/gst-devtools!207>
-
Part-of: <gstreamer/gst-devtools!207>
-
gst_validate_action_set_done is the place where we should finalize the action, not in `execute_next`, this way we better handle printing interlaced action finalization too. Part-of: <gstreamer/gst-devtools!207>
-
Sub-actions were really hard to use and conceptually weird. The implementation was ugly and made the code complex for nothing. Instead this commit introduces a `foreach` action type which allows repeating actions passed in an `actions` array the number of time specified by any `GstIntRange` value defined in the structure or its `repeat` field. This commit also makes sure that all action got through gst_validate_action_set_done upon finalization. + Cleanup surrounding code + Add tests Part-of: <gstreamer/gst-devtools!207>
-
Instead of trying to reuse the same action structure and deal with that in a complex way, copy the action the required number of times. And add a simple test Part-of: <gstreamer/gst-devtools!207>
-
Part-of: <gstreamer/gst-devtools!207>
-
Part-of: <gstreamer/gst-devtools!207>
-
Part-of: <gstreamer/gst-devtools!207>
-
Part-of: <gstreamer/gst-devtools!207>
-
And never mark a repeat expected reports as repeated Part-of: <gstreamer/gst-devtools!207>
-
Part-of: <gstreamer/gst-devtools!207>
-
And use value serialization from GStreamer to convert Part-of: <gstreamer/gst-devtools!207>
-
Part-of: <gstreamer/gst-devtools!207>
-
Part-of: <gstreamer/gst-devtools!207>
-
Part-of: <gstreamer/gst-devtools!207>
-
Part-of: <gstreamer/gst-devtools!207>
-
- Jun 20, 2020
-
-
Philippe Normand authored
Part-of: <gst-devtools!210>
-
- Jun 19, 2020
-
-
Tim-Philipp Müller authored
-
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>
-