mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
mpegvideoparse: Revert "fix crash"
This reverts commit 91210831ee672343a296f31357144359d5c2e768. Such explicit reset should not be needed as it is arranged for by the baseclass in unison with monitoring for a new frame by subclass. As such it might wrongfully hide something else going on ... See #674073.
This commit is contained in:
parent
e560ce0909
commit
35a58df012
1 changed files with 0 additions and 1 deletions
|
@ -550,7 +550,6 @@ gst_mpegv_parse_handle_frame (GstBaseParse * parse,
|
|||
end:
|
||||
if (fsize > 0) {
|
||||
ret = TRUE;
|
||||
mpvparse->last_sc = -1;
|
||||
} else if (GST_BASE_PARSE_DRAINING (parse)) {
|
||||
fsize = buf_size;
|
||||
ret = TRUE;
|
||||
|
|
Loading…
Reference in a new issue