x264enc test: x264enc produces constrained-baseline, not the full baseline

This commit is contained in:
Olivier Crête 2012-09-11 16:48:51 -04:00
parent f1a5ca10f4
commit 32a15afb81

View file

@ -239,7 +239,7 @@ test_video_profile (const gchar * profile, gint profile_id)
GST_START_TEST (test_video_baseline)
{
test_video_profile ("baseline", 0x42);
test_video_profile ("constrained-baseline", 0x42);
}
GST_END_TEST;