Drop Frames in Pipeline Dev Question

Tim-Philipp Müller t.i.m at zen.co.uk
Thu Mar 3 05:11:32 PST 2011


On Thu, 2011-03-03 at 07:37 -0500, Greg Wunder wrote:

> Is there an option to allow the ability to drop frames in a given
> pipeline to keep up with the flow of data or to never drop frames?
> If so, how is this accomplished & what is the default with gst-launch?

Some more information on your pipeline/setup would be nice.

In general, video sinks (it sounds like you are talking about video
here) will drop frames that are "too late", and send QoS events upstream
which the decoder/demuxer can use to skip ahead and catch up. This is
generally the default behaviour. You can disable it by setting
max-lateness=-1 on the video sink element.

Cheers
 -Tim



More information about the gstreamer-devel mailing list