[gstreamer-bugs] [Bug 619320] [pulsesink] Amarok crashes on startup of application

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 12 00:38:44 PDT 2010


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

--- Comment #11 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-07-12 07:38:41 UTC ---
Yes, "gstreamer0.10-plugins-good" and "gstreamer0.10-plugins-base" where the
right packages - each disto names things according to their policies.

Also this backtrace is good. Now whats not so good is that according to the
trace it crashed here:
static gboolean
gst_alsasink_close (GstAudioSink * asink)
{
  GstAlsaSink *alsa = GST_ALSA_SINK (asink);

  if (alsa->handle) {
    snd_pcm_close (alsa->handle);                  // <-- this line
    alsa->handle = NULL;
  }
  gst_caps_replace (&alsa->cached_caps, NULL);

  return TRUE;
}

which would be an alsa bug (?). Some questions to narrow it down:
1) can you play music with other applications?
2) what is the output from: cat /proc/asound/cards
3) does this work or crash too ? it should beeeeep (Ctrl-C to abort).
gst-launch is part of gstreamer0.10-tools package on ubuntu.
   gst-launch-0.10 audiotestsrc ! alsasink

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