[Bug 675189] [0.11] [matroskademux] Send gap event for subtitle streams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 18 22:39:15 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=675189
  GStreamer | gst-plugins-good | 0.11.x

--- Comment #4 from Matej Knopp <matej.knopp at gmail.com> 2012-06-19 05:39:10 UTC ---
Guys, this one is actually more important than it seems (possibly applies for
other muxers as well), not sending gap event causes the pipeline to stall.

Decodebin will not block the subtitle stream on sticky events (because doing
that would possible block the stream before allocation query, which is
serialized now), so caps and segment event will not block the GstDecodePad.

source_pad_blocked_cb in gstdecodebin2 needs a non-sticky event or data to
trigger the blocking.

Otherwise, if the subtitle pad does not get blocked, other pads will not get
exposed.

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