flacparse: minor grammar correction

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2015-12-31 15:55:18 -08:00
parent 5234c7c2bd
commit b6ebad0997

View file

@ -1668,7 +1668,7 @@ gst_flac_parse_parse_frame (GstBaseParse * parse, GstBaseParseFrame * frame,
GST_BUFFER_OFFSET (buffer) - GST_BUFFER_PTS (buffer);
/* To simplify, we just assume that it's a fixed size header and ignore
* subframe headers. The first could lead us to being off by 88 bits and
* subframe headers. The first could lead us to be off by 88 bits and
* the second even less, so the total inaccuracy is negligible. */
frame->overhead = 7;