From ac978099c63791b4fafa13174e5c1c9fb6acaff2 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sun, 19 Dec 2021 21:47:18 +0900 Subject: [PATCH] av1parse: Remove trailing white space Part-of: --- subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c b/subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c index 5103b25642..e2ea2ddf76 100644 --- a/subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c +++ b/subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c @@ -1478,7 +1478,7 @@ again: *skipsize = map_info.size; GST_WARNING_OBJECT (parse, "Parse obu error, discard whole buffer %d.", *skipsize); - /* The adapter will be cleared in next loop because of + /* The adapter will be cleared in next loop because of GST_BASE_PARSE_FRAME_FLAG_NEW_FRAME flag */ ret = GST_FLOW_OK; } else if (res == GST_AV1_PARSER_NO_MORE_DATA) {