[Bug 752762] crossfade: New example for crossfading audio tracks using audiomixer
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Mar 21 15:08:47 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=752762
--- Comment #2 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
Most of the complexity is in the EOS handling. It is quite easy to handle
on-demand cross-fade; you setup the control sources and let it handle the
properties for you, and remove the pad when the cross-fade is done. It is
difficult to cross-fade on (near) EOS automatically in a bin because the
implementation involves guesswork and a certain amount of queuing.
I'm sure it can be done, but someone has to do the work.
I'm not sure why this never made it into the examples though; I've forgotten
the reason.
--
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