GNOME Bugzilla – Bug 746356
srtpenc: Improvement to avoid memory copy
Last modified: 2015-03-17 17:24:07 UTC
Created attachment 299613 [details] [review] srtpenc: Improve memory management on chain function Attached patch reduces memory copy when buffers arriving to the element are fragmented.
Created attachment 299614 [details] [review] srtpenc: Fix typo in log
commit e2cdbdae13177a7fc1042404381a5f5d09102e3c Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com> Date: Tue Mar 17 16:49:54 2015 +0100 srtpenc: Improve memory management on chain function Avoiding copy the buffer twice, one while mapping and other with mencpy https://bugzilla.gnome.org/show_bug.cgi?id=746356 commit 5bad599560223c20e551029cf6f77f59980c1d93 Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com> Date: Tue Mar 17 16:50:41 2015 +0100 srtpenc: Fix typo in log