- Jun 24, 2015
-
-
Thibault Saunier authored
-
Thibault Saunier authored
+ Lower some debug output to LOG
-
Thibault Saunier authored
-
- Jun 14, 2015
-
-
Tim-Philipp Müller authored
analize != analyze
-
- Jun 13, 2015
-
-
Writer would get unrefed twice when it could not parse the file. https://bugzilla.gnome.org/show_bug.cgi?id=750606
-
Tim-Philipp Müller authored
/usr/bin/ld: gst-validate-images-check.o: undefined reference to symbol 'gst_init' /home/tpm/gst/glib-master/gstreamer/gst/.libs/libgstreamer-1.0.so.0: error adding symbols: DSO missing from command line
-
- Jun 12, 2015
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
When printing test command.
-
- Jun 09, 2015
-
-
Thibault Saunier authored
Removing useless CFLAGS and LIBS
-
- Jun 08, 2015
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Summary: Depends on D215 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D216
-
Thibault Saunier authored
Summary: + Bump gst-video dependency to 1.4 as we need GstVideoConvert Depends on D213: validate: Mark gst_validate_report a G_GNUC_PRINTF Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D215
-
Thibault Saunier authored
Summary: And fix the issue it raised Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D213 Depends on D211
-
Thibault Saunier authored
Summary: That is a new tool that uses ssim algorithm to compare images + Add a GstValidateVideo internal library adding an helper Gssim class Depends on D210 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D211
-
Thibault Saunier authored
Summary: Properly handling the different types that can represent ClockTime Make use of it in gst_validate_action_get_clocktime API: gst_validate_utils_get_clocktime Depends on D209 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D210
-
Thibault Saunier authored
Summary: Depends on D208 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D209
-
Thibault Saunier authored
Summary: API: gst_validate_is_initialized Depends on D207 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D208
-
Thibault Saunier authored
Summary: Depends on D206 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D207
-
Thibault Saunier authored
Summary: + Fix a minor mixup bug between klass_overrides and name_overrides Depends on D205 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D206
-
Thibault Saunier authored
Summary: This way we can subclass them getting a proper context in the various override methods. Depends on D204 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D205
-
Thibault Saunier authored
Summary: Otherwise we end up with circular / complicated dependencies between Validate, its libraries, and the plugins Depends on D203 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D204
-
Thibault Saunier authored
Otherwise we end up with rounding error and instead of seeking to 0.1 we seek to 0.09999999999 for example Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D203
-
- Jun 06, 2015
-
-
Thibault Saunier authored
This method is similar to runner_printf() but can be used only once. The user needs to make sure all the pipeline are in NULL state when this is called. The method emits a "STOPPING" signal and at that point overrides or monitors should do extra processing/checks if needed. + Make use of it everywhere where it makes sense. API: gst_validate_runner_exit GstValidateRunner::stopping signal
-
- Jun 03, 2015
-
-
Olivier Crête authored
Summary: Before returning GST_FLOW_ERROR, an element must post an ERROR GstMessage, enforce that. Reviewers: thiblahute, Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D201
-
Luis de Bethencourt authored
Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D202
-
- Jun 02, 2015
-
-
Olivier Crête authored
This breaks the fast_forward scenario parsing. This reverts commit 0cfff156.
-
- May 29, 2015
-
-
Luis de Bethencourt authored
-
Luis de Bethencourt authored
-
Vineeth T M authored
Using sqrt of -1 is not valid and leads to undefined results. When comparing the return value of the fucntion in validate-scenario, it is being checked with ret == -1, so it makes sense to just return -1 in error case. https://bugzilla.gnome.org/show_bug.cgi?id=748389
-
- May 20, 2015
-
-
Thibault Saunier authored
-
- May 18, 2015
-
-
Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D181
-
Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D180
-
Thibault Saunier authored
gdk_event_get_event_type was introduced in Gtk 3.10 only https://bugzilla.gnome.org/show_bug.cgi?id=749421
-
- May 14, 2015
-
-
Thibault Saunier authored
-
Thibault Saunier authored
Summary: Depends on D174 Reviewers: Mathieu_Du, gdesmott Differential Revision: http://phabricator.freedesktop.org/D175
-