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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 9 13:48:34 PDT 2010


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

--- Comment #10 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-09-09 20:48:30 UTC ---
in gst_pulseringbuffer_open_device()
it does
    api = pa_threaded_mainloop_get_api (psink->mainloop);
    if (!(pctx->context = pa_context_new (api, pbuf->context_name)))
      goto create_failed;

it seems that the context is cleared when the mainloop that was used to create
it is freed in gst_pulsesink_change_state() (see valgrind log).

I wonder if the main_loop that was used to create the context can be keep and
only be cleared when the last instance it released.

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