[gstreamer-bugs] [Bug 624338] [pulsesink] double-free exception

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 17 08:38:35 PDT 2010


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

Philippe Normand <phil> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #168068|0                           |1
        is obsolete|                            |

--- Comment #38 from Philippe Normand <phil at base-art.net> 2010-08-17 15:38:29 UTC ---
Created an attachment (id=168102)
 View: https://bugzilla.gnome.org/attachment.cgi?id=168102
 Review: https://bugzilla.gnome.org/review?bug=624338&attachment=168102

pulsesink: share the PA context between all clients with the same name

Avoid to create a new PA context for each new client by using a hash
table containing the list of ring-buffers and the shared PA context
for each client. Doing this will improve application memory usage in
the cases where multiple pipelines involving multiple pulsesink
elements are used.

Fixes bug #624338.

Simpler patch, also fixes invalid memory access when destroy the context.

-- 
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