[Bug 750761] inputselector: Handle different duration track selection
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jun 11 02:51:26 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750761
--- Comment #2 from kevin <kevinbing.song at gmail.com> ---
(In reply to Sebastian Dröge (slomo) from comment #1)
> Whenever pads are switched in input-selector, it should send all sticky
> events. Independent of EOS or not.
>
Sticky event is send in chain(), so switch to EOS track haven't chance to send
sticky event.
> You mean that for a switch from an EOS stream to a non-EOS one it doesn't do
> that currently?
Yes. pad can't send buffer or event after send EOS event. So can't send buffer
when switch from an EOS stream to a non-EOS one.
Seek will reset pad, so pad can send buffer after seek. but no sticky event
send to video sink.
--
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