- Sep 01, 2016
-
-
Sebastian Dröge authored
-
Mathieu Duponchelle authored
When the test fails, it can be useful to have the log files dumped to stdout. https://bugzilla.gnome.org/show_bug.cgi?id=741092
-
- Aug 29, 2016
-
-
Thibault Saunier authored
-
- Aug 26, 2016
-
-
Thibault Saunier authored
Add allow project to us it as subproject too
-
- Aug 25, 2016
-
-
- Aug 13, 2016
-
-
the bug reports to which they report have been closed and I can't make them fail locally.
-
- Aug 12, 2016
- Aug 01, 2016
-
-
Move all the implementations of 'switch-track' to gst-validate-scenario.c while doing so. Differential Revision: https://phabricator.freedesktop.org/D1227
-
My patch fixing monitor leak (15e7f1bb) introduced a ref cycle between GstValidateReporter and GstValidateReport. The reports uses its reporter so it needs a ref on it to ensure it's stay alive. But reports are owned by GstValidateReporter and/or GstValidateRunner. Fix this by not taking a reference on the reporter but instead caching its name. Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1029
-
It handles refcounting for us and will enable automatic leak checks when using the 'leaks' tracer. Differential Revision: https://phabricator.freedesktop.org/D1233
-
This allow us to use to 'leaks' detector to check if those objects are leaked. Differential Revision: https://phabricator.freedesktop.org/D1232
-
This allows validate to clean up before the 'leak' tracer list leaked objects. Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1231
-
Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1230
-
Pads returned using the playbin get-{audio,video}-pad are reffed. Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1027
-
My patch fixing monitor leak (15e7f1bb) introduced a ref cycle between GstValidateReporter and GstValidateReport. The reports uses its reporter so it needs a ref on it to ensure it's stay alive. But reports are owned by GstValidateReporter and/or GstValidateRunner. The best way I found to break this cycle is to introduce this purge method. It's not great but the design is a bit tricky. Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1029
-
Fix crashes. Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1028
-
A GHashTableIter is invalided if the hash table is modified while we are iterating. Prevent this by taking the runner lock. Fix assertion warnings with validate.file.transcode.to_vorbis_and_vp8_in_webm.Sintel_2010_720p_mkv_srt Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1026
-
- Jul 29, 2016
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
by distributing newly-added files. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Differential Revision: https://phabricator.freedesktop.org/D185
-
Add to deploy setup_sink_props_max_lateness scenario. When running gst-validate with valgrind option on the installed package, it fails to find that scenario. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D379
-
Reviewed-by: Alex Băluț <alexandru.balut@gmail.com> Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D681
-
- Jul 15, 2016
-
-
Thibault Saunier authored
-
- Jul 06, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jul 04, 2016
-
-
Translate the various stream_info URI from the standard port to the specified port Make the port option an integer option
-
Only expect fully identical stream-id from URI which are not local files nor from our local http server. Fixes issues with non-default http server port
-
- Jun 30, 2016
-
-
When doing a track switch, the only reliable way to detect that it happened is whether a new STREAM_START arrives. Relying on a DISCONT buffer is not satisfactory, since there might not have been an element setting that flag upstream. Checking whether the first buffer after a STREAM_START has the DISCONT flag properly set should be done in parallel
-
This allows it to handle both playbin and playbin3
-
We might be using playbin3 instead
-
Set the USE_PLAYBIN3 environment variable to use those elements instead of legacy ones.
-
-
- Jun 24, 2016
-
-
Tim-Philipp Müller authored
gst-validate-scenario.c:183:7: error: '_gst_validate_action_type' redeclared without dllimport attribute: previous dllimport ignore This is also declared in gst-validate-internal.h
-
Tim-Philipp Müller authored
Hopefully fixes win32 build. gst-validate-scenario.c:183:7: error: '_gst_validate_action_type' redeclared without dllimport attribute: previous dllimport ignored gst-validate-scenario.c:286:1: error: '_action_check_and_set_printed' redeclared without dllimport attribute: previous dllimport ignored gst-validate-scenario.c:298:1: error: 'gst_validate_action_is_subaction' redeclared without dllimport attribute: previous dllimport ignored gst-validate-scenario.c:305:7: error: '_gst_validate_action_type_type' redeclared without dllimport attribute: previous dllimport ignored
-
- Jun 13, 2016
-
-
Thibault Saunier authored
-
- Jun 10, 2016
-
-
Reynaldo H. Verdejo Pinochet authored
-
- Jun 09, 2016
-
-
Reynaldo H. Verdejo Pinochet authored
-
Reynaldo H. Verdejo Pinochet authored
-
Reynaldo H. Verdejo Pinochet authored
-