mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tests: Fix build
This commit is contained in:
parent
5fd3142b67
commit
03e263b92f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue