mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
x264enc test: x264enc produces constrained-baseline, not the full baseline
This commit is contained in:
parent
f1a5ca10f4
commit
32a15afb81
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue