From 6b61c299073762ab1a694000f48166a23f337982 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 8 May 2014 17:11:54 +0200 Subject: [PATCH] scenarios: update the prototype of ges_validate_activate if validate is not present. --- tools/ges-validate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ges-validate.c b/tools/ges-validate.c index 819c668520..ad538b40e3 100644 --- a/tools/ges-validate.c +++ b/tools/ges-validate.c @@ -567,7 +567,7 @@ _print_position (GstElement * pipeline) } gboolean -ges_validate_activate (GstPipeline * pipeline, const gchar * scenario) +ges_validate_activate (GstPipeline * pipeline, const gchar * scenario, gboolean activate_before_paused) { if (scenario) { GST_WARNING ("Trying to run scenario %s, but gst-validate not supported",