tests: Fix build

This commit is contained in:
Thibault Saunier 2016-12-19 15:20:35 -03:00
parent 5fd3142b67
commit 03e263b92f

View file

@ -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);