x264enc test: x264enc produces constrained-baseline, not the full baseline
authorOlivier Crête <olivier.crete@collabora.com>
Tue, 11 Sep 2012 20:48:51 +0000 (16:48 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Tue, 11 Sep 2012 20:48:51 +0000 (16:48 -0400)
tests/check/elements/x264enc.c

index 2cee989..4a04019 100644 (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;