Dist compositor crossfade example and pythons script for meson build
authorTim-Philipp Müller <tim@centricular.com>
Thu, 15 Feb 2018 18:50:51 +0000 (18:50 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 15 Feb 2018 18:51:44 +0000 (18:51 +0000)
And add to autotools build so it gets disted.

tests/examples/compositor/crossfade.c

index ea2bb42..44090ff 100644 (file)
@@ -37,7 +37,7 @@ typedef struct
   gboolean is_last;
 } VideoInfo;
 
-gchar *
+static gchar *
 ensure_uri (const gchar * location)
 {
   if (gst_uri_is_valid (location))