rtpgstpay: fix buffer leak

This commit is contained in:
Wim Taymans 2011-04-26 15:58:12 +02:00 committed by Tim-Philipp Müller
parent 660987c6d7
commit 31ffc671f2

View file

@ -211,6 +211,7 @@ gst_rtp_gst_pay_handle_buffer (GstBaseRTPPayload * basepayload,
ret = gst_basertppayload_push (basepayload, outbuf);
}
gst_buffer_unref (buffer);
return ret;
}