diff options
author | Seungha Yang <seungha@centricular.com> | 2021-09-17 23:23:06 +0900 |
---|---|---|
committer | Nicolas Dufresne <nicolas@ndufresne.ca> | 2021-09-20 13:03:44 +0000 |
commit | aaeb76f09c5e3c83439fbfebfd15f36767b34f0d (patch) | |
tree | be28d882ee7e96185e67e7b9c66cd7eddf0921b7 /RELEASE | |
parent | fcad4cc646a23e4e621ec5e8485958ab78d98090 (diff) | |
download | gstreamer-plugins-bad-aaeb76f09c5e3c83439fbfebfd15f36767b34f0d.tar.gz |
codecs: vp8decoder: Use GstFlowReturn everywhere
boolean return value is not sufficient for representing the reason
of error in most cases. For instance, any errors around new_sequence()
would mean negotiation error, not just *ERROR*.
And some subclasses will allocate buffer/memory/surface on new_picture()
but it could be failed because of expected error, likely flushing
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2528>
Diffstat (limited to 'RELEASE')
0 files changed, 0 insertions, 0 deletions