gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecs
Seungha Yang 88437a9c9b codecs: Use GST_VIDEO_DECODER_ERROR() only for decoding error case
The GST_VIDEO_DECODER_ERROR() should be used only for robust/error-resilient
decoding purpose. Any other error codes such as not-negotiated or flushing
should be returned without modified for upstream to be able to handle
it immediately. (for example, application might want to try other
decoder element on not-negotiated)

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1070>
2021-10-07 06:48:46 +00:00
..
codecs-prelude.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstav1decoder.c codecs: Use GST_VIDEO_DECODER_ERROR() only for decoding error case 2021-10-07 06:48:46 +00:00
gstav1decoder.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstav1picture.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstav1picture.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gsth264decoder.c codecs: Use GST_VIDEO_DECODER_ERROR() only for decoding error case 2021-10-07 06:48:46 +00:00
gsth264decoder.h codecs: h264decoder: Use GstFlowReturn everywhere 2021-10-04 20:56:46 +00:00
gsth264picture.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gsth264picture.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gsth265decoder.c codecs: Use GST_VIDEO_DECODER_ERROR() only for decoding error case 2021-10-07 06:48:46 +00:00
gsth265decoder.h codecs: h265decoder: Use GstFlowReturn everywhere 2021-10-04 20:56:46 +00:00
gsth265picture.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gsth265picture.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmpeg2decoder.c codecs: Use GST_VIDEO_DECODER_ERROR() only for decoding error case 2021-10-07 06:48:46 +00:00
gstmpeg2decoder.h codecs: mpeg2decoder: Use GstFlowReturn everywhere 2021-10-04 20:56:46 +00:00
gstmpeg2picture.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmpeg2picture.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstvp8decoder.c codecs: Use GST_VIDEO_DECODER_ERROR() only for decoding error case 2021-10-07 06:48:46 +00:00
gstvp8decoder.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstvp8picture.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstvp8picture.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstvp9decoder.c codecs: Use GST_VIDEO_DECODER_ERROR() only for decoding error case 2021-10-07 06:48:46 +00:00
gstvp9decoder.h codecs: vp9decoder: add support for render delay 2021-10-02 12:11:48 +00:00
gstvp9picture.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstvp9picture.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstvp9statefulparser.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstvp9statefulparser.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
meson.build Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00