[gstreamer-bugs] [Bug 614612] cairotextoverlay causes pipe stalls in cases where textoverlay does not

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 31 07:49:59 PST 2010


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

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk

--- Comment #3 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2010-12-31 15:49:53 UTC ---
cairotextoverlay uses GstCollectPads, which waits for data on all its inputs
before generating input. After the first subtitle, there's a large pause with
no text input, and textoverlay ends up stalling when the buffering fills up.

So I've added a way to mark sparse pads so GstCollectPads will not try to wait
for input on those, and marked the text pad in cairotextoverlay.

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