pipewiresrc: recycle each buffer

Change-Id: Id0d415d830c6e7a27245102db6eb1068aa3c5f41
This commit is contained in:
David Svensson Fors 2017-09-22 17:44:24 +02:00 committed by Wim Taymans
parent caca6dffd0
commit 46b738282c

View file

@ -931,6 +931,8 @@ gst_pipewire_src_create (GstPushSrc * psrc, GstBuffer ** buffer)
GST_BUFFER_PTS (*buffer) = pts;
GST_BUFFER_DTS (*buffer) = dts;
buffer_recycle (GST_MINI_OBJECT_CAST (*buffer));
return GST_FLOW_OK;
not_negotiated: