dvdsubdec: fix spurious rejection of 0 time offset commands
Coverity 206168
This commit is contained in:
parent
16a85fc664
commit
c261beac63
@ -367,6 +367,7 @@ gst_dvd_sub_dec_parse_subpic (GstDvdSubDec * dec)
|
|||||||
gst_guint64_to_gdouble (GST_SECOND));
|
gst_guint64_to_gdouble (GST_SECOND));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
} else {
|
} else {
|
||||||
dec->parse_pos = NULL;
|
dec->parse_pos = NULL;
|
||||||
dec->next_event_ts = GST_CLOCK_TIME_NONE;
|
dec->next_event_ts = GST_CLOCK_TIME_NONE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user