Skip to content

msdkdec: Push the buffer even if the frame is empty

Mengkejiergeli Ba requested to merge mkba/gstreamer:msdkdec_pts_issue into main

For some special cases, we cannot find a frame from decoder list to match the surface timestamp, this buffer will be dropped and causing frame lost. With this patch, we can still push this buffer even if no frame is found from the decoder list.

Edited by Mengkejiergeli Ba

Merge request reports