summaryrefslogtreecommitdiff
path: root/tools/ges-validate.h
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2014-05-06 15:32:18 +0200
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2014-05-08 14:26:49 +0200
commit171710f0c5949b07f3f49bbaa9c30cf5bc6cd269 (patch)
treecd33e396319b4ca1bd41df73e7a9017c5d4b72c3 /tools/ges-validate.h
parent48f3315e9b2c4aaae92a8fb0e18c20b45675bc98 (diff)
ges-launch: Make it so actions are executed directly when needed.
Diffstat (limited to 'tools/ges-validate.h')
-rw-r--r--tools/ges-validate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ges-validate.h b/tools/ges-validate.h
index d095bb71..1a913962 100644
--- a/tools/ges-validate.h
+++ b/tools/ges-validate.h
@@ -26,7 +26,7 @@
G_BEGIN_DECLS
gboolean
-ges_validate_activate (GstPipeline *pipeline, const gchar *scenario);
+ges_validate_activate (GstPipeline *pipeline, const gchar *scenario, gboolean activate_before_paused);
gint
ges_validate_clean (GstPipeline *pipeline);