From b6ebad099786308df3b7c43c2c3e9f91d0fc3763 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Thu, 31 Dec 2015 15:55:18 -0800 Subject: [PATCH] flacparse: minor grammar correction --- gst/audioparsers/gstflacparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/audioparsers/gstflacparse.c b/gst/audioparsers/gstflacparse.c index e644a5d532..3fe40a290f 100644 --- a/gst/audioparsers/gstflacparse.c +++ b/gst/audioparsers/gstflacparse.c @@ -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;