After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 746356 - srtpenc: Improvement to avoid memory copy
srtpenc: Improvement to avoid memory copy
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-17 16:47 UTC by Jose Antonio Santos Cadenas
Modified: 2015-03-17 17:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
srtpenc: Improve memory management on chain function (1.50 KB, patch)
2015-03-17 16:47 UTC, Jose Antonio Santos Cadenas
committed Details | Review
srtpenc: Fix typo in log (861 bytes, patch)
2015-03-17 16:48 UTC, Jose Antonio Santos Cadenas
committed Details | Review

Description Jose Antonio Santos Cadenas 2015-03-17 16:47:27 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.
Comment 1 Jose Antonio Santos Cadenas 2015-03-17 16:48:49 UTC
Created attachment 299614 [details] [review]
srtpenc: Fix typo in log
Comment 2 Sebastian Dröge (slomo) 2015-03-17 17:17:09 UTC
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