oggdemux: fix copy'n'paste in comment

This commit is contained in:
Stefan Sauer 2013-10-08 21:57:11 +02:00
parent 508245dfa6
commit 2055f2b7de

View file

@ -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;