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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 16 10:12:20 PDT 2010


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

Philippe Normand <phil> changed:

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

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

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.

Added a gst_pulsering_get_context() function to avoid copy/pastes.

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