[gstreamer-bugs] [Bug 153657] - make typefind prevent unneeded discont element
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Sat Sep 25 06:52:32 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=153657
GStreamer | gstreamer (core) | Ver: HEAD CVS
rbultje at ronald.bitfreak.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #31914|0 |1
is obsolete| |
------- Additional Comments From rbultje at ronald.bitfreak.net 2004-09-25 09:52 -------
Created an attachment (id=31933)
--> (http://bugzilla.gnome.org/attachment.cgi?id=31933&action=view)
revision
This revises the sending of buffers downstream. The first patch would send the
first buffer and then wait for the discont to come in. This is a race
condition, because, while we are waiting for this event, a downstream element
might seek further. This caused the hangs in avidemux and matroskademux. This
revision delays the sending of the first data until the discont has arrived.
This fixes the hangs in avidemux and matroskademux.
------- 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