rtpvp8pay: Don't leak input buffers

https://bugzilla.gnome.org/show_bug.cgi?id=722414
This commit is contained in:
Sebastian Dröge 2014-01-20 10:12:45 +01:00
parent 829cec51c7
commit e178cf60ae

View file

@ -483,6 +483,8 @@ gst_rtp_vp8_pay_handle_buffer (GstRTPBasePayload * payload, GstBuffer * buffer)
++self->picture_id >= 0x8000))
self->picture_id = 0;
gst_buffer_unref (buffer);
return ret;
}