[gstreamer-bugs] [Bug 628020] New: [pulsesink] assertion failure in change_state NULL->READY

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 26 02:54:32 PDT 2010


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

           Summary: [pulsesink] assertion failure in change_state
                    NULL->READY
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: phil at base-art.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


In the change_state function:

    case GST_STATE_CHANGE_NULL_TO_READY:
      g_assert (pulsesink->mainloop == NULL);
      pulsesink->mainloop = pa_threaded_mainloop_new ();
      g_assert (pulsesink->mainloop != NULL);

But pa_threaded_mainloop_new() can return NULL in one case. See
http://git.0pointer.de/?p=pulseaudio.git;a=blob;f=src/pulse/thread-mainloop.c;h=c3cf49c4d7841af52287c082340acf27dc1670f9;hb=HEAD#l106

Sebastian fixed it already and will push the fix after the freeze :)

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