WIP: videodecoder: Ensure current frame is not NULL before drain out
Subclass might want to output new frame on
GstVideoDecoder::drain or GstVideoDecoder::finish. So current frame
should be prepared for the subclass.
Edited by Tim-Philipp Müller
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Subclass might want to output new frame on
GstVideoDecoder::drain or GstVideoDecoder::finish. So current frame
should be prepared for the subclass.