GNOME Bugzilla – Bug 756951
vtenc: Outputting frames without having input frames at EOS
Last modified: 2015-11-03 07:38:23 UTC
gstvideoencoder.c, 2180 ln} [fn: 2015-10-21 11:58:22 +0000] GstFlowReturn gst_video_encoder_finish_frame(GstVideoEncoder *, GstVideoCodecFrame *) - Can't copy metadata because input frame disappeared* Effect would be that GstMeta passthrough for the last frames does not work.
commit 5336cc9ff66c6a71b75f14b25f425b45f9a835d0 Author: Alessandro Decina <alessandro.d@gmail.com> Date: Mon Nov 2 20:14:11 2015 +1100 Revert "vtenc: free input buffer ASAP" This reverts commit 6101fc57b8afac4f4e4aa742892f0d9c99d38a8c. GstVideoEncoder assumes that the input buffer is available until _finish_frame. https://bugzilla.gnome.org/show_bug.cgi?id=756951