diff options
author | Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> | 2014-05-06 15:32:18 +0200 |
---|---|---|
committer | Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> | 2014-05-08 14:26:49 +0200 |
commit | 171710f0c5949b07f3f49bbaa9c30cf5bc6cd269 (patch) | |
tree | cd33e396319b4ca1bd41df73e7a9017c5d4b72c3 /tools/ges-validate.h | |
parent | 48f3315e9b2c4aaae92a8fb0e18c20b45675bc98 (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.h | 2 |
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); |