gst-libs/gst/rtp/gstbasertpdepayload.c: Fix some memory leaks: on finalize, free...
authorAntoine Tremblay <hexa00@gmail.com>
Tue, 11 Apr 2006 17:31:29 +0000 (17:31 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 11 Apr 2006 17:31:29 +0000 (17:31 +0000)
commit5c7a0470165645a27cab4fbf88ded4fa78630904
tree30ebdf89b9e4bda5dd5223e286ed7b568bf12ebb
parentb6582f2693077ac50cbd901333499984902212b9
gst-libs/gst/rtp/gstbasertpdepayload.c: Fix some memory leaks: on finalize, free buffers left in the queue before des...

Original commit message from CVS:
Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
* gst-libs/gst/rtp/gstbasertpdepayload.c:
(gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
Fix some memory leaks: on finalize, free buffers left in the queue
before destroying the queue; in _push(), unref rtp_buf even if
the process vfunc returned a NULL buffer as output buffer (#337548);
demote some recuring debug messages to LOG level.
ChangeLog
gst-libs/gst/rtp/gstbasertpdepayload.c