[gstreamer-bugs] [Bug 323874] New: playbin leaks sinks and threads when using gconfaudiosink
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Dec 12 05:25:49 PST 2005
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=323874
GStreamer | don't know | Ver: HEAD CVS
Summary: playbin leaks sinks and threads when using
gconfaudiosink
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: don't know
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: jonathan at kaolin.hn.org
QAContact: gstreamer-bugs at lists.sourceforge.net
CC: all-bugs at bugzilla.gnome.org
The gstreamer 0.10 backend for rhythmbox uses playbin with gconfaudiosink as the
audio sink for playback. To change songs, it pauses the playbin, changes the
uri property, and starts it playing again.
gconfaudiosink creates a new audio sink when it goes through this state
transition, but for some reason the old audio sink doesn't get cleaned up, so
the thread associated with the clock stays around. I can't really tell why this
is happening, but I'm guessing there's an extra reference on the sink somewhere.
When I tried playing a file that I don't have a decoder for, the audio sink was
cleaned up correctly.
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list