Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHe Junyan <junyan.he@intel.com>2022-07-19 12:42:12 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-11-11 11:19:01 +0300
commitb010f00d3612a26913e8e6434af1c53925c0c952 (patch)
treea5fd1bb2e269bbc22c0f4868b4389a910f3175b9
parent99fc124f25d706f03ae7529b4405529459c71d4a (diff)
test: Correct the test suite name of the h264 and h265 bitwriter.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3384>
-rw-r--r--subprojects/gst-plugins-bad/tests/check/libs/h264bitwriter.c2
-rw-r--r--subprojects/gst-plugins-bad/tests/check/libs/h265bitwriter.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/gst-plugins-bad/tests/check/libs/h264bitwriter.c b/subprojects/gst-plugins-bad/tests/check/libs/h264bitwriter.c
index 0d1483ac81..402d783842 100644
--- a/subprojects/gst-plugins-bad/tests/check/libs/h264bitwriter.c
+++ b/subprojects/gst-plugins-bad/tests/check/libs/h264bitwriter.c
@@ -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");
diff --git a/subprojects/gst-plugins-bad/tests/check/libs/h265bitwriter.c b/subprojects/gst-plugins-bad/tests/check/libs/h265bitwriter.c
index 7d0852178d..00377391e1 100644
--- a/subprojects/gst-plugins-bad/tests/check/libs/h265bitwriter.c
+++ b/subprojects/gst-plugins-bad/tests/check/libs/h265bitwriter.c
@@ -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");