mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
scenarios: update the prototype of ges_validate_activate
if validate is not present.
This commit is contained in:
parent
7138bfb700
commit
6b61c29907
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue