mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
99fc124f25
commit
b010f00d36
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue