mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
av1parse: Remove trailing white space
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1456>
This commit is contained in:
parent
e637aae629
commit
ac978099c6
1 changed files with 1 additions and 1 deletions
|
@ -1478,7 +1478,7 @@ again:
|
||||||
*skipsize = map_info.size;
|
*skipsize = map_info.size;
|
||||||
GST_WARNING_OBJECT (parse, "Parse obu error, discard whole buffer %d.",
|
GST_WARNING_OBJECT (parse, "Parse obu error, discard whole buffer %d.",
|
||||||
*skipsize);
|
*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 */
|
GST_BASE_PARSE_FRAME_FLAG_NEW_FRAME flag */
|
||||||
ret = GST_FLOW_OK;
|
ret = GST_FLOW_OK;
|
||||||
} else if (res == GST_AV1_PARSER_NO_MORE_DATA) {
|
} else if (res == GST_AV1_PARSER_NO_MORE_DATA) {
|
||||||
|
|
Loading…
Reference in a new issue