From ea30f86ccc734c099edc21895d39f06b9ecc7c7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 15 Feb 2018 18:50:51 +0000 Subject: [PATCH] Dist compositor crossfade example and pythons script for meson build And add to autotools build so it gets disted. --- tests/examples/compositor/crossfade.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/compositor/crossfade.c b/tests/examples/compositor/crossfade.c index ea2bb42..44090ff 100644 --- a/tests/examples/compositor/crossfade.c +++ b/tests/examples/compositor/crossfade.c @@ -37,7 +37,7 @@ typedef struct gboolean is_last; } VideoInfo; -gchar * +static gchar * ensure_uri (const gchar * location) { if (gst_uri_is_valid (location)) -- 2.7.4