[gstreamer-bugs] [Bug 624338] [pulsesink] double-free exception
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Aug 17 06:13:15 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=624338
GStreamer | gst-plugins-good | git
Philippe Normand <phil> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #167980|0 |1
is obsolete| |
--- Comment #37 from Philippe Normand <phil at base-art.net> 2010-08-17 13:13:10 UTC ---
Created an attachment (id=168068)
View: https://bugzilla.gnome.org/attachment.cgi?id=168068
Review: https://bugzilla.gnome.org/review?bug=624338&attachment=168068
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.
The hash table keys are now context_name at server_name. So this should
ensure that we can have shared multiple contexts connected to multiple
servers (potentially).
--
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