mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
jpegdec: let the base class decide when to return an error
The base videodecoder class has an error counting feature to tolerate a few errors before posting an error message. So don't force the error and let the base class decide when it should happen https://bugzilla.gnome.org/show_bug.cgi?id=710762
This commit is contained in:
parent
673b8ca1c1
commit
be2f2f196a
1 changed files with 0 additions and 1 deletions
|
@ -1183,7 +1183,6 @@ decode_error:
|
|||
need_unmap = FALSE;
|
||||
jpeg_abort_decompress (&dec->cinfo);
|
||||
|
||||
ret = GST_FLOW_ERROR;
|
||||
goto done;
|
||||
}
|
||||
decode_direct_failed:
|
||||
|
|
Loading…
Reference in a new issue