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
@ -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…
x
Reference in New Issue
Block a user