[gstreamer-bugs] [Bug 628996] pulsesink broken after shared context patch (bug #624338)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 9 13:18:09 PDT 2010


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

--- Comment #6 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-09-09 20:18:09 UTC ---
git bisect brought me to:

69a397c32f4baf07a7b2937c610f9e8f383e9ae9 is the first bad commit
commit 69a397c32f4baf07a7b2937c610f9e8f383e9ae9
Author: Philippe Normand <pnormand at igalia.com>
Date:   Mon Aug 16 09:12:04 2010 +0200

    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.

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