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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 10 07:50:53 PDT 2010


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

--- Comment #11 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-09-10 14:50:51 UTC ---
I have now tried to use extra
pa_context_ref (pctx->context);
pa_context_unref (pctx->context);
for each user of the context, to no avail.

Honestly I doubt the contexy is actualy shareable.

The mainloop itself is not easily shareable either, as it is started/stopped
with the state-changes. We would need a patch that shares the mainloop, starts
it upon creation and stops it on last unref.

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