[Bug 705415] gio: incredibly inefficient when playing mp3s from smb servers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 12 06:25:52 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=705415
  GStreamer | gst-plugins-base | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.4

--- Comment #5 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-08-12 13:25:49 UTC ---
Fixed some memory leaks in error cases and pushed.

commit cc1de5ae9403761155e24c4fe6f88cd788e92400
Author: Jonathan Matthew <jonathan at d14n.org>
Date:   Sun Aug 4 01:01:25 2013 +1000

    gio: make better use of the cached buffer

    When playing mp3 files from a smb server, we get 64k read requests
    that mostly overlap.  Without using the cache to partially satisfy
    these, we send these requests straight to the server, resulting in
    a lot more network traffic than necessary.

    https://bugzilla.gnome.org/show_bug.cgi?id=705415

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list