[gstreamer-bugs] [Bug 571204] New: [pulsesink] PA assertion failure triggers abort

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Feb 10 08:46:56 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=571204

  GStreamer | gst-plugins-good | Ver: git
           Summary: [pulsesink] PA assertion failure triggers abort
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: manauw at skynet.be
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: thaytan at mad.scientist.com
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Using pulseaudio >= 0.9.12:

gst-launch-0.10 -v audiotestsrc ! pulsesink
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstAudioTestSrc:audiotestsrc0.GstPad:src: caps =
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16,
depth=(int)16, rate=(int)44100, channels=(int)1
Pipeline is PREROLLING ...
E: thread-mainloop.c: Assertion '!m->thread || !pa_thread_is_running(m->thread)
|| !in_worker(m)' failed at pulse/thread-mainloop.c:170, function
pa_threaded_mainloop_lock(). Aborting.

Note that the problem does not occur without -v

Cause: 
gst_pulsesink_context_subscribe_cb issues a g_object_notify() on volume (from a
PA thread), which makes (a verbose) gst-launch query the volume property,
leading to a pa_threaded_mainloop_lock() from a PA (worker) thread, which is
what the assert() does not like.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=571204.




More information about the Gstreamer-bugs mailing list