- Feb 24, 2017
-
-
Sebastian Dröge authored
-
- Feb 21, 2017
-
-
Thibault Saunier authored
And the launcher installed with meson usable
-
Thibault Saunier authored
-
- Feb 17, 2017
-
-
Reynaldo H. Verdejo Pinochet authored
-
Reynaldo H. Verdejo Pinochet authored
+ Remove pointless split in string literal
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Feb 16, 2017
-
-
Reynaldo H. Verdejo Pinochet authored
- Add trailing whitespace to avoid accidental concatenation - Fix bunch of typos and some grammar while at it
-
Reynaldo H. Verdejo Pinochet authored
- Add newline char to avoid accidental concatenation with actual error message - Fix grammar while at it
-
- Feb 15, 2017
-
-
Thibault Saunier authored
We want to be able to do GstValidate.Monitor and not GstValidate.ValidateMonitor. And do not pass header to the list of sources to build libraries as it is not needed.
-
Thibault Saunier authored
-
Tim-Philipp Müller authored
-
Thibault Saunier authored
This case was not handled and leaded to a division by zero.
-
Thibault Saunier authored
-
- Feb 10, 2017
-
-
Thibault Saunier authored
-
-
Stefan Sauer authored
Place the events below the buffer-ts. This makes it more readable in many cases.
-
- Feb 09, 2017
-
-
Stefan Sauer authored
-
Stefan Sauer authored
This tool helps to inspect data flow on each pad. It shows buffer timestamps and events in relation to wall clock.
-
Stefan Sauer authored
-
Stefan Sauer authored
-
- Feb 08, 2017
-
-
Guillaume Desmottes authored
The elements were never released once created. https://bugzilla.gnome.org/show_bug.cgi?id=778279
-
Guillaume Desmottes authored
The runner was never released. https://bugzilla.gnome.org/show_bug.cgi?id=778279
-
Guillaume Desmottes authored
- monitors were never released - reports were leaked - GstValidateMediaDescriptor was leaked - caps were leaked: gst_check_setup_events_with_stream_id() and gst_event_new_caps() don't consume the caps - srcpad were never released https://bugzilla.gnome.org/show_bug.cgi?id=778279
-
Guillaume Desmottes authored
These caps were not released when disposing the pad monitor. https://bugzilla.gnome.org/show_bug.cgi?id=778279
-
- Feb 07, 2017
-
-
Thibault Saunier authored
-
- Feb 06, 2017
-
-
Thibault Saunier authored
In the case of h264 the stream might very well be in `nal` format but the decoder might not accept it thus the parser converts to `byte-stream`, leading to a correct stream detection but a failure in the validate-media-check tool.
-
Thibault Saunier authored
Allowing to expand the test timeout when running on slow platforms
-
- Feb 03, 2017
-
-
Thibault Saunier authored
-
- Feb 02, 2017
-
-
Thibault Saunier authored
-
Guillaume Desmottes authored
The path passed to --validate-tools-path was wrong when building using gst-build, preventing the launcher to find the validate tools. https://bugzilla.gnome.org/show_bug.cgi?id=777982 Differential Revision: https://phabricator.freedesktop.org/D1634
-
Thibault Saunier authored
Fixing build failure https://ci.appveyor.com/project/thiblahute/gst-build-ge9m5/build/1.0.1197 FAILED: cl @subprojects/gst-devtools/validate/gst-libs/gst/video/gstvalidatevideo@sta/gstvalidatessim.c.obj.rsp c:\projects\gst-build-ge9m5\subprojects\gst-plugins-base\gst-libs\gst\pbutils\pbutils.h(30): fatal error C1083: Cannot open include file: 'gst/pbutils/pbutils-enumtypes.h': No such file or directory FAILED: cl @subprojects/gst-devtools/validate/plugins/ssim/gstvalidatessim@sha/gstvalidatessim.c.obj.rsp c:\projects\gst-build-ge9m5\subprojects\gst-plugins-base\gst-libs\gst\pbutils\pbutils.h(30): fatal error C1083: Cannot open include file: 'gst/pbutils/pbutils-enumtypes.h': No such file or directory
-
- Jan 31, 2017
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Guillaume Desmottes authored
gst_validate_deinit() needs to be called when the test is done to remove false positives when using the leaks tracer. https://bugzilla.gnome.org/show_bug.cgi?id=777977 Differential Revision: https://phabricator.freedesktop.org/D1630
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Jan 30, 2017
- Jan 27, 2017
-
-
Thibault Saunier authored
In our algorithm describing caps negotiation issues.
-