From 2055f2b7ded27cda7d3dc3f287dd8a506436cf4b Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Tue, 8 Oct 2013 21:57:11 +0200 Subject: [PATCH] oggdemux: fix copy'n'paste in comment --- ext/ogg/gstoggdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ogg/gstoggdemux.c b/ext/ogg/gstoggdemux.c index 2ca3a7bf63..9d27942b4c 100644 --- a/ext/ogg/gstoggdemux.c +++ b/ext/ogg/gstoggdemux.c @@ -259,7 +259,7 @@ gst_ogg_pad_src_query (GstPad * pad, GstObject * parent, GstQuery * query) gint64 total_time = -1; gst_query_parse_duration (query, &format, NULL); - /* can only get position in time */ + /* can only get duration in time */ if (format != GST_FORMAT_TIME) goto wrong_format;