test: Correct the test suite name of the h264 and h265 bitwriter.
authorHe Junyan <junyan.he@intel.com>
Tue, 19 Jul 2022 09:42:12 +0000 (17:42 +0800)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 11 Nov 2022 08:19:01 +0000 (08:19 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3384>

subprojects/gst-plugins-bad/tests/check/libs/h264bitwriter.c
subprojects/gst-plugins-bad/tests/check/libs/h265bitwriter.c

index 0d1483a..402d783 100644 (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");
 
index 7d08521..0037739 100644 (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");