test: Correct the test suite name of the h264 and h265 bitwriter.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3384>
This commit is contained in:
He Junyan 2022-07-19 17:42:12 +08:00 committed by GStreamer Marge Bot
parent 99fc124f25
commit b010f00d36
2 changed files with 2 additions and 2 deletions

View file

@ -526,7 +526,7 @@ GST_END_TEST;
static Suite *
h264bitwriter_suite (void)
{
Suite *s = suite_create ("H264 Parser library");
Suite *s = suite_create ("H264 bitwriter library");
TCase *tc_chain = tcase_create ("general");

View file

@ -950,7 +950,7 @@ GST_END_TEST;
static Suite *
h265bitwriter_suite (void)
{
Suite *s = suite_create ("H265 Parser library");
Suite *s = suite_create ("H265 bitwriter library");
TCase *tc_chain = tcase_create ("general");