mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 12:21:17 +00:00
oggdemux: fix copy'n'paste in comment
This commit is contained in:
parent
508245dfa6
commit
2055f2b7de
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue