mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
dvdsubdec: fix spurious rejection of 0 time offset commands
Coverity 206168
This commit is contained in:
parent
16a85fc664
commit
c261beac63
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ gst_dvd_sub_dec_parse_subpic (GstDvdSubDec * dec)
|
|||
gst_guint64_to_gdouble (GST_SECOND));
|
||||
return;
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
dec->parse_pos = NULL;
|
||||
dec->next_event_ts = GST_CLOCK_TIME_NONE;
|
||||
|
|
Loading…
Reference in a new issue