oggdemux: fix copy'n'paste in comment
This commit is contained in:
parent
508245dfa6
commit
2055f2b7de
@ -259,7 +259,7 @@ gst_ogg_pad_src_query (GstPad * pad, GstObject * parent, GstQuery * query)
|
|||||||
gint64 total_time = -1;
|
gint64 total_time = -1;
|
||||||
|
|
||||||
gst_query_parse_duration (query, &format, NULL);
|
gst_query_parse_duration (query, &format, NULL);
|
||||||
/* can only get position in time */
|
/* can only get duration in time */
|
||||||
if (format != GST_FORMAT_TIME)
|
if (format != GST_FORMAT_TIME)
|
||||||
goto wrong_format;
|
goto wrong_format;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user