GNOME Bugzilla – Bug 795109
fakevideosink: should request an extra buffer if enable-last-sample is enabled
Last modified: 2018-04-09 16:27:15 UTC
.
Created attachment 370697 [details] [review] fakevideosink: request an extra buffer if enable-last-sample is enabled If the 'enable-last-sample' property is enabled, fakevideosink will keep a reference on last rendered buffer which may lead to buffer starvation in the pipeline. Request one extra buffer in this case so we always have a buffer flying in the pipeline.
Review of attachment 370697 [details] [review]: Just a naming nitpick, you can plane that in 1.14 please. ::: gst/debugutils/gstfakevideosink.c @@ +56,3 @@ GstCaps *caps; GstVideoInfo info; + guint nb_buffers = 1; -> min_buffers
Fixed the variable name and pushed to master (9cd77b164433e925ee9055ac64d5599713724410) and 1.14 (e5e2eccee6e1c89d16aa5f0b86043463862dc6ae).