[gstreamer-bugs] [Bug 324199] New: Collectpads hangs when muxing more than two streams
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Dec 15 09:58:53 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=324199
GStreamer | gstreamer (core) | Ver: HEAD CVS
Summary: Collectpads hangs when muxing more than two streams
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: michal.benes at xeris.cz
QAContact: gstreamer-bugs at lists.sourceforge.net
CC: all-bugs at bugzilla.gnome.org
Muxing three streams to ogg or matroska hangs quite soon.
The reason is that gst_collect_pads_pop calls
GST_COLLECT_PADS_SIGNAL (pads);
Which do not neccessary wake up the correct _chain function. When changed to
GST_COLLECT_PADS_BROADCAST (pads);
muxing of threee streams works.
------- 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