rtpg729pay: fix buffer leak
authorTim-Philipp Müller <tim@centricular.com>
Tue, 7 Jul 2015 14:48:40 +0000 (15:48 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 7 Jul 2015 14:50:37 +0000 (15:50 +0100)
commitf07d61a9ef9c985c5017a2b580db6327b172de57
treeb5be6633cf357132bdbed934f26cf51523acf97d
parent6faeb751708730a19f2ac9322b62afa4b086cc57
rtpg729pay: fix buffer leak

The handle_buffer vfunc takes ownership of the input buffer.
Fixes elements/rtp-payloading under valgrind.
gst/rtp/gstrtpg729pay.c