GStreamer multimedia framework
Find a file
Matthew Waters efdcc6c8eb aggregator: add a timeout property determining buffer wait time
Determines the amount of time that a pad will wait for a buffer before
being marked unresponsive.

Network sources may fail to produce buffers for an extended period of time,
currently causing the pipeline to stall possibly indefinitely, waiting for
these buffers to appear.

Subclasses should render unresponsive pads with either silence (audio), the
last (video) frame or what makes the most sense in the given context.
2017-12-02 15:10:26 +00:00
libs/gst/base aggregator: add a timeout property determining buffer wait time 2017-12-02 15:10:26 +00:00
tests/check/libs aggregator: Avoid destroying sources we do not own 2017-12-02 15:10:25 +00:00