mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
baseparse: use proper _NONE output value when applicable
This commit is contained in:
parent
1e71d31e67
commit
24cf864c91
1 changed files with 1 additions and 0 deletions
|
@ -2944,6 +2944,7 @@ gst_base_parse_locate_time (GstBaseParse * parse, GstClockTime * _time,
|
|||
|
||||
/* do not know at first */
|
||||
*_offset = -1;
|
||||
*_time = GST_CLOCK_TIME_NONE;
|
||||
|
||||
/* need initial positions; start and end */
|
||||
lpos = parse->priv->first_frame_offset;
|
||||
|
|
Loading…
Reference in a new issue