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 701633 - gstbuffer: Use internal function for buffer_new_wrapped
gstbuffer: Use internal function for buffer_new_wrapped
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-05 09:15 UTC by Edward Hervey
Modified: 2013-06-05 11:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gstbuffer: Use internal function for buffer_new_wrapped (1.08 KB, patch)
2013-06-05 09:15 UTC, Edward Hervey
accepted-commit_now Details | Review

Description Edward Hervey 2013-06-05 09:15:33 UTC
Shaves ~10% instruction calls from the total cost
Comment 1 Edward Hervey 2013-06-05 09:15:35 UTC
Created attachment 246053 [details] [review]
gstbuffer: Use internal function for buffer_new_wrapped
Comment 2 Edward Hervey 2013-06-05 11:04:45 UTC
commit e1f520f27c9cc5f6fe73ca8711b8b3173e33cc29
Author: Edward Hervey <edward@collabora.com>
Date:   Wed May 29 17:20:34 2013 +0200

    gstbuffer: Use internal function for buffer_new_wrapped
    
    Shaves ~10% instruction calls from the total cost
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701633