mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
baseparse: use proper _NONE output value when applicable
This commit is contained in:
parent
dab512bb15
commit
0cb02472f0
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