From 03e263b92f2562b5114e161350f558a21bae35fe Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 19 Dec 2016 15:20:35 -0300 Subject: [PATCH] tests: Fix build --- tests/check/elements/encodebin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/elements/encodebin.c b/tests/check/elements/encodebin.c index 1a008f6b59..e48454fd9d 100644 --- a/tests/check/elements/encodebin.c +++ b/tests/check/elements/encodebin.c @@ -1093,7 +1093,7 @@ GST_START_TEST (test_encodebin_fallback_profiles_on_failure) /* Create a ogg profile with a vorbis sub profile * that can't be 'instanciated' because its preset is set * to nowaythispresetexists. */ - profile = create_ogg_vorbis_profile (0, "nowaythispresetexists"); + profile = create_ogg_vorbis_profile (0, (gchar *) "nowaythispresetexists"); vorbis_profile = create_vorbis_only_profile (); gst_encoding_container_profile_add_profile (GST_ENCODING_CONTAINER_PROFILE (profile), vorbis_profile);